How to use the fsociety.Fscan 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 __init__(self):
        clearScr()
        print(self.menuLogo)
        target = raw_input("Enter Target IP: ")
        Fscan(target)
        self.completed()