« Hacking:Recherche d'information sur cible » : différence entre les versions
Aller à la navigation
Aller à la recherche
Ligne 9 : | Ligne 9 : | ||
= Dirb = | = Dirb = | ||
dirb - | Dirb est un scanneur de contenu web, il va servir à énumérer des dossiers potentiellement présents sur une cible donnée. | ||
$ dirb http://localhost -z 250 | |||
----------------- | |||
DIRB v2.22 | |||
By The Dark Raver | |||
----------------- | |||
START_TIME: Sat Dec 2 13:54:11 2023 | |||
URL_BASE: http://localhost/ | |||
WORDLIST_FILES: /usr/share/dirb/wordlists/common.txt | |||
SPEED_DELAY: 250 milliseconds | |||
----------------- | |||
GENERATED WORDS: 4612 | |||
---- Scanning URL: http://localhost/ ---- | |||
> Testing: http://localhost/.hta | |||
$ man dirb | |||
= CMSEEK = | = CMSEEK = |
Version du 2 décembre 2023 à 13:55
Nmap
Nmap est un outil d'exploration réseau et un scanneur de ports.
$ nmap <domain|ip>
Beaucoup d'options sont disponibles, pour une liste complète:
$ man nmap
ou
$ nmap -h
Dirb
Dirb est un scanneur de contenu web, il va servir à énumérer des dossiers potentiellement présents sur une cible donnée.
$ dirb http://localhost -z 250 ----------------- DIRB v2.22 By The Dark Raver ----------------- START_TIME: Sat Dec 2 13:54:11 2023 URL_BASE: http://localhost/ WORDLIST_FILES: /usr/share/dirb/wordlists/common.txt SPEED_DELAY: 250 milliseconds -----------------
GENERATED WORDS: 4612 ---- Scanning URL: http://localhost/ ---- > Testing: http://localhost/.hta
$ man dirb
CMSEEK
CMS Detection and Exploitation suite
Nikto
nikto - Scan web server for known vulnerabilities
WPScan
Black box WordPress vulnerability scanner