Skip to content

thm – Mr Robot

ENUMERATION/SCANS starting with the default scan nmap -sVC 10.10.124.228 Starting Nmap 7.91 ( https://nmap.org ) at 2021-04-06 07:06 CEST Nmap scan report for 10.10.124.228 Host is up (0.064s latency). Not shown: 997 filtered ports PORT STATE SERVICE VERSION 22/tcp closed…

Read more

thm – retro

Enumeration starting with nmap default scan nmap -sVC -Pn 10.10.108.63 Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower. Starting Nmap 7.91 ( https://nmap.org ) at 2021-04-05 06:49 CEST Nmap scan report for…

Read more

Powershell Cheatsheet

Working with files find files with spec Name  Get-ChildItem -Path C:\ -Include password.txt -File -Recurse -ErrorAction SilentlyContinue find Files typ *.bak  Get-ChildItem -Path C:\ -Include *.bak* -File -Recurse -ErrorAction SilentlyContinue cat in PS Get-Content "C:\Program Files\root.txt" Search for strings in…

Read more
Back To Top