Skip to content

BouSalman's Blog

  • About
  • Services

Category: walk-throughs

walk-throughs

hackfest2016: Sedna Walk-through

August 19, 2019August 19, 2019fahadLeave a Comment on hackfest2016: Sedna Walk-through

Hi There, In this post I will walk-through the hackfest2016: Sedna VM So Let’s start ! Enumeration: We will scan all TCP ports along with top UDP ports root@kali:~/vulnhub/sedna# nmap -sS -p- -A –reason 192.168.17.156  \ > && nmap -sU -sV -A –top-ports 100 192.168.17.156 \ > && nmap -sU -p 161 192.168.17.156 \ > […]

walk-throughs

pluck: 1 walk-through

April 25, 2017fahadLeave a Comment on pluck: 1 walk-through

In this post we will walk-through the pluck: 1 VM So let’s start ! Enumeration: We will scan all TCP ports along with top UDP ports root@kali:~/vulnhub/pluck# nmap -sS -p- -A –reason 192.168.17.153  \ > && nmap -sU -sV -A –top-ports 100 192.168.17.153 \ > && nmap -sU -p 161 192.168.17.153 \ > && nmap […]

All Rights Reserved.