Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

windows does not have rm command #15

Description

@axewater

the database self deletion thing doesnt work on windows .. maybe you can make it compatible with a check like this

                if platform.system() == 'Windows':
                    shutil.rmtree(os.path.join(self.currentPath, "exploit-database"), ignore_errors=True)
                else:
                    os.system("rm -Rf " + self.currentPath + "/exploit-database/")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions