┏━┓╺┓ ┏━╸┏━┓┏┓╻
┗━┓ ┃ ┃ ┃┃┃┃┗┫
┗━┛╺┻╸┗━╸┗━┛╹ ╹ v1.7
Simple Recon
Coded by x0r
https://github.com/x0rr-dan/s1c0n
[?] Usage example: sicon -u target.com
so far no errors, testing on arch linux 2024.07.01
simple recon tool to help you searching vulnerability on web server. maybe xD
- Auto scan WAF
- Auto scan port
- Auto scan subdomain
- Auto scan dir on web server
- Auto detect cms (only wordpress and joomla, i will add another cms if i have time to update this tool :) )
- Auto detect technology (like the server are use, framework, javascript framework, etc. thanks to builtwith librarry :) )
- Othros linux
- Kali Linux
- Debian Linux
- Parrot Linux
- Arch Linux
well this tool have function to auto install if some tools is not installed, so just run it with sudo if u using debian based
nmap
wafw00f
sublist3r
subfinder
assetfinder
dirsearch
httprobe
pip3 install -r requirements.txt
python3 sicon.py -u <target>
So far I have tried to eliminate the error output from the webserver which is offline when detecting the technology used, the error comes from the builtwith library which requires urllib, and I don't know how to eliminate the error, if you find a way please pull request to contribute :)