- Joined
- May 15, 2017
- Messages
- 985
- Likes
- 759
- Points
- 1,045
Sifter is a osint, recon & vulnerability scanner. It combines a plethara of tools within different module sets in order to quickly perform recon tasks, check network firewalling, enumerate remote and local hosts, and scan for the 'blue' vulnerabilities within microsft and if unpatched, exploit them. It uses tools like blackwidow and konan for webdir enumeration and attack surface mapping rapidly using ASM.
Gathered info is saved to the results folder, these output files can be easily parsed over to TigerShark in order to be utilised within your campaign. Or compiled for s final report to wrap up a penetration test.
Installation
Code:
* This will download and install all required tools
*
git clone https://github.com/s1l3nt78/sifter.git
cd sifter
chmod +x install.sh
./install.sh
Download Sifter