impacket-ntlmrelayx smb-relay passwd-hash(u cant crack)no UAC this module could relay a command to the target use the hash of passwd,if they have the same hash
1 2 3 4 5 6 7 8 9
users: machine:FILE01 FILE02 users in FILE01: sam administrator file02admin users in FILE02: dave administrator file02admin
so if we have the hash of authencation message of file02admin,we could use the hash of authencation to pass the authencation of FILE02 and excute thecommand the authencation about smb (Net-NTLMv2)
echo public > community echo private >> community echo manager >> community for ip in $(seq 1 254); doecho 192.168.50.$ip; done > ips onesixtyone -c community -i ips
tools: snmpwalk: enume the hole tree
1
snmpwalk -c public -Oa -v1 -t 10 192.168.214.149
-c set community string
-Oa This parameter will automatically translate any hexadecimal string into ASCII that was otherwise not decoded.
-v1 specify the SNMP version number
-t set the timeout period enum the users(set OID 1.3.6.1.4.1.77.1.2.25 in the table)
1
snmpwalk -c public -v1 192.168.240.149 1.3.6.1.4.1.77.1.2.25
enum the process
1
snmpwalk -c public -v1 192.168.240.149 1.3.6.1.2.1.25.4.2.1.2
enum the software installed
1
snmpwalk -c public -v1 192.168.240.149 1.3.6.1.2.1.25.6.3.1.2
enum the listening tcp port
1
snmpwalk -c public -v1 192.168.240.149 1.3.6.1.2.1.6.13.1.3
enum
1
snmpwalk -v 2c -c public 192.168.240.149 NET-SNMP-EXTEND-MIB::nsExtendOutputFull