Sicat - The Useful Exploit Finder

AVvXsEj_fQlmquW8IluofpwkhTrVWJUrkK5E8g0HioKLha-K_qMcGQV2im_XZ4nl6G-K-mKqLdCiOKeOhT8iMGSBszD22cfbjZac1EFi80-8hRKvt54HAVZYhG3gRXjEfZSYEY7ZpLy0QDmQUzLM-nNkuo3WSjH7jZysRak9tr75zqZvrw648P5SYFUFsXESDr5q=w640-h454

Introduction​

SiCat is an advanced exploit search tool designed to identify and gather information about exploits from both open sources and local repositories effectively. With a focus on cybersecurity, SiCat allows users to quickly search online, finding potential vulnerabilities and relevant exploits for ongoing projects or systems.
SiCat's main strength lies in its ability to traverse both online and local resources to collect information about relevant exploitations. This tool aids cybersecurity professionals and researchers in understanding potential security risks, providing valuable insights to enhance system security.

SiCat Resources​

  • Exploit-DB
  • Packetstorm Security
  • Exploit Alert
  • NVD Database
  • Metasploit Modules

Installation​

코드:
git clone https://github.com/justakazh/sicat.git && cd sicat

pip  install  -r  requirements.txt

Usage​

코드:
~$ python sicat.py --help

Command Line Options:​

CommandDescription
-hShow help message and exit
-k KEYWORD
-kv KEYWORK_VERSION
-nmIdentify via nmap output
--nvdUse NVD as info source
--packetstormUse PacketStorm as info source
--exploitdbUse ExploitDB as info source
--exploitalertUse ExploitAlert as info source
--msfmodukeUse metasploit as info source
-o OUTPUTPath to save output to
-ot OUTPUT_TYPEOutput file type: json or html

Examples​

From keyword
코드:
python sicat.py -k telerik --exploitdb --msfmodule
From nmap output
코드:
nmap --open -sV localhost -oX nmap_out.xml
python sicat.py -nm nmap_out.xml --packetstorm

To-do​

  • [ ] Input from nmap result from pipeline
  • [ ] Nmap multiple host support
  • [ ] Search NSE Script
  • [ ] Search by PORT

Contribution​

I'm aware that perfection is elusive in coding. If you come across any bugs, feel free to contribute by fixing the code or suggesting new features. Your input is always welcomed and valued.
 
뒤로
상단