Skip to content

Commit a959062

Browse files
Update LinuxCheatSheet
Added Nikto
1 parent e24d70a commit a959062

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

LinuxCheatSheet

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,14 @@ Command line options for dir mode
296296
-to <timeout> – HTTP timeout. Examples: 10s, 100ms, 1m (default: 10s).
297297
"gobuster dir -w /usr/share/wordlists/dirbuster/directory-list-lowercase-2.3-medium.txt -u https://10.10.10.84"
298298
===========================================================================================================================
299+
Nikto:
300+
301+
It enables you to get insights about the host IP address, operating system detection and other network security details that are important during penetration testing.
302+
303+
perl nikto.pl -host 209.17.116.7 -useragent bob
304+
===========================================================================================================================
305+
306+
299307
#Wfuzz:
300308

301309
Wfuzz can be used to look for hidden content, such as files and directories, within a web server, allowing to find further attack vectors. It is worth noting that, the success of this task depends highly on the dictionaries used.

0 commit comments

Comments
 (0)