SAROOT.NET
The Collection of PenetrationTesting!
Menu Close
  • Home
  • Penetration Testing
  • Incident Response
  • Forensics
  • SysAdminSec

Penetration Testing

DNS – Enumeration Technics

Posted on April 18, 2021 by SAROOT

Once we have found that there is a DNS ports (TCP 53/UDP 53) running on the target then we can use quick command below to test DNS zone transfer vulnerability. Zone Transfer technics dig axfr abc.com @nameserver nslookup> set type=any>… Continue Reading →

Penetration Testing dig, dns, dnsrecon, nslookup

SNMP Enumeration

Posted on April 18, 2021 by SAROOT

nmap -sU -p 161 –script=snmp-info.nse x.x.x.x -oN $target-nsmp-enum.nmap snmpenum -t x.x.x.x snmpcheck -t x.x.x.x -c public SMB Public Bruteforce echo public > community.txt; echo private >> community.txt for ip in $(seq 1 254);do echo 192.168.1.$ip;done > ip.txt onesixtyone -c community.txt… Continue Reading →

Penetration Testing onesixtyone, snmp, snmpcheck, snmpenum, snmpwalk

TCPDump – Cheat Sheet

Posted on April 18, 2021 by SAROOT

Filter by destination IP and ports$ tcpdump -n “dst host 192.168.1.1 and dst port 23”$ tcpdump -n “dst host 192.168.1.1 and (dst port 23 or dst port 443)”$ tcpdump -n “dst net 192.168.10/24 and dst port 23”$ tcpdump -n “dst… Continue Reading →

Forensics, Incident Response, Penetration Testing tcpdump

Tmux Technics

Posted on April 18, 2021 by SAROOT

My notes on how to use tmux! (Prefix) + ? – Tmux Help(Prefix) + z – Zoom terminal(Prefix) + c – Create new windows(Prefix) + 0 – Goto windows #0(Prefix) + 1 – Goto windows #1(Prefix) + s – send… Continue Reading →

Penetration Testing tmux

Attacking WordPress site

Posted on April 18, 2021 by SAROOT

Quick technics and tools for basic attacking WP websites: WPScan $ wpscan -u http://pentest.local/weblog/ –enumerate t –enumerate u $ wpscan -random-agent -u http://pentest.local –proxy 127.0.0.1:8080 Note : Don’t trust WPScan result, always check against Searchsploit for all plugins vulnerability!! Brute-forcing… Continue Reading →

Penetration Testing bruteforce, cracking, hashcat, wordpress, wpscan

Recent Posts

  • Misc CMDs
  • Metasploit Payloads
  • DNS – Enumeration Technics
  • OpenSSL useful commands
  • SNMP Enumeration

Tags

bruteforce (1) cracking (1) dig (1) dns (1) dnsrecon (1) grep (1) hashcat (1) metasploit-payload (1) nslookup (1) onesixtyone (1) openssl (1) shell (1) shellcode (1) snmp (1) snmpcheck (1) snmpenum (1) snmpwalk (1) ssl (1) tcpdump (1) tmux (1) watch (1) wordpress (1) wpscan (1) xargs (1) xclip (1)

Categories

  • Forensics (1)
  • Incident Response (1)
  • Penetration Testing (5)
  • SysAdminSec (1)
  • Uncategorized (3)
© 2025 SAROOT.NET. All rights reserved.
Hiero by aThemes