-
Notifications
You must be signed in to change notification settings - Fork 9
Default tools
These are the first tools to install for a decent pentest discovery step.
It is highly recommended to not hardcode any path in the bash commands and instead use the PATH variable so that your coworkers can set their environments easier. Or to use one common worker only.
Quick list of how to install those tools on a classic linux.
- Nmap
- WhatWeb
- TestSSL
- Nikto
- Dirsearch
- Knockpy
- SSH SCAN
- crtsh
- amap
- headercollector
- smbmap
- enum4linux
- IkeScan
The most well-known port scanner.
If you use it, remember that udp scanning requires root privileges, so you must start your worker with root privileges. Celery will prevent you to do so unless you declare the C_FORCE_ROOT variable to true by doing export C_FORCE_ROOT="true".
See https://www.howtoforge.com/tutorial/nmap-on-linux/ to install.
A tool to get informations on a web serveur.
See https://github.com/urbanadventurer/WhatWeb/wiki/Installation to install.
A tool to get a SSL evaluation of an open ssl port.
See https://github.com/drwetter/testssl.sh to install.
A web vulnerability scanner tool.
See https://github.com/sullo/nikto to install.
A tool that tries to list all directories of a website.
See https://github.com/maurosoria/dirsearch to install.
A tool that tries to list all subdomains of a domain.
See https://github.com/guelfoweb/knock to install.
A tool that tries to list all subdomains of a domain.
See https://github.com/aboul3la/Sublist3r to install.
Analyze an ssh configuration.
https://github.com/mozilla/ssh_scan
Enumerate certificates associated with a given domain name
https://github.com/tdubs/crt.sh
Tries to guess the service running behind an open port
https://github.com/BlackArch/amap
Read header received from a website and print talkatives headers and missing security headers
https://dev.algosecure.fr/Louis/HeaderCollector
List files on samba shares
https://github.com/ShawnDEvans/smbmap
Enumerate AD infos
https://github.com/portcullislabs/enum4linux
Scan les échanges de clées des services isakmp
-
Quick start
-
How to setup
- Overview
- Install Server
- Install Client
- Install Workers
- Configuration
-
How to run
-
How to use
-
Administrator use
-
Developer's zone
-
Recommended tools
-
Credits & License