How to use dirsearch - 1 common examples

To help you get started, we’ve selected a few dirsearch 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 maurosoria / dirsearch / dirsearch.py View on Github external
from lib.core import ArgumentParser
from lib.controller import *
from lib.output import *

class Program(object):
    def __init__(self):
        self.script_path = (os.path.dirname(os.path.realpath(__file__)))
        self.arguments = ArgumentParser(self.script_path)
        self.output = CLIOutput()        
        self.controller = Controller(self.script_path, self.arguments, self.output)


if __name__ == '__main__':
    #from pympler.tracker import SummaryTracker
    #tracker = SummaryTracker()
    main = Program()
    #tracker.print_diff()

dirsearch

Advanced web path scanner

GPL-2.0
Latest version published 2 years ago

Package Health Score

53 / 100
Full package analysis

Popular dirsearch functions

Similar packages