mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 13:44:12 +00:00
adding snmp useful commands
This commit is contained in:
parent
45ce219c4a
commit
2c96255254
1 changed files with 13 additions and 0 deletions
13
useful_commands_and_scripts/snmp.md
Normal file
13
useful_commands_and_scripts/snmp.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Useful SNMP Commands
|
||||
|
||||
# Search for Windows installed software
|
||||
`smpwalk !grep hrSWinstalledName`
|
||||
|
||||
## Search for Windows users
|
||||
`snmpwalk ip 1.3 lgrep --.1.2.25 -f4`
|
||||
|
||||
## Search for Windows running services
|
||||
`snrnpwalk -c public -v1 ip 1 lgrep hrSWRJnName !cut -d" " -f4`
|
||||
|
||||
## Search for Windows open TCP ports
|
||||
`smpwalk lgrep tcpConnState !cut -d" " -f6 !sort -u`
|
Loading…
Reference in a new issue