How to use the fsociety.informationGatheringMenu.completed function in fsociety

To help you get started, we’ve selected a few fsociety examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Manisso / fsociety / fsociety.py View on Github external
def sqlmap():
    print ("usage: python sqlmap.py -h")
    if yesOrNo():
        os.system(
            "git clone --depth=1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev & ")
    else:
        informationGatheringMenu.completed("SQLMap")