Skip to content

Commit

Permalink
Added gobuster and sqlmap to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 2, 2024
1 parent a310d38 commit a94ef15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools_settings/gobuster.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
" version Shows the current version of gobuster.\n",
" Example: gobuster version\n",
" vhost Uses virtual host enumeration mode (you most probably want to use the IP address as the URL parameter).\n",
" Example: gobuster vhost -u http://192.168.1.1 -w vhostlist.txt\n"
" Example: gobuster vhost -u http://192.168.1.1 -w vhostlist.txt\n\n",
"When using gobuster with a wordlist remember to ALWAYS ask the path to the wordlist to the user."
]
}

0 comments on commit a94ef15

Please sign in to comment.