CTF – Hacking Mr. Robot
Another learning experience to improve my penetration testing skills by hacking Mr. Robot virtual machine as my target machine. My
Read moreAnother learning experience to improve my penetration testing skills by hacking Mr. Robot virtual machine as my target machine. My
Read moreCapture The Flag – Necromancer. Practicing my penetration testing skills to hack a target machine. Here’s my test environment in my
Read moreHere’s an example of using NMAP scanning UDP open port of 161 for SNMP protocol. root@kali:~# nmap -sU –open -p
Read moreA simple NMAP network sweeping command is nmap -sn 10.11.1.200-254, this is to check hosts between 192.168.1.100 to 192.168.1.200 You
Read moreIf you run this command. root@kali:~# nmap -A 10.11.1.220 The -A Option use several features, including OS Detection, Version Detection,
Read moreRun the command nc -nv 10.11.1.215 25 to check the mail server. VRFY bob send us a SMTP success code
Read more