SearchSploit.py icon indicating copy to clipboard operation
SearchSploit.py copied to clipboard

New functions

Open rad10 opened this issue 5 years ago • 0 comments

With Offensive Securities new update of searchsploit, I now need to work on including the new functions brought by the new program.

Functions to build

  • [x] --strict - Perform a strict search, so input values must exist, disabling fuzzy search for version range e.g. "1.1" would not be detected in "1.0 < 1.3")
  • [ ] --verbose - Display more information in output
  • [x] --help - Show this help screen
  • [ ] --install - A program I want to include. Can be used to directly install a source database from the application

rad10 avatar Aug 13 '20 23:08 rad10