dexter-11 / Dexscan

A fast & lightweight script to scan machines. Specially customized to work with HackTheBox, OffSec Proving Grounds, PWK Lab machines and OSCP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dexscan

Made for HTB / OffSec PG / THM / PWK and OSCP!


FEATURES

  • 2 modes: Quick and Full Scans
  • Very fast (Full scan: <10 mins, Quick scan: <5 mins)
  • TCP and UDP ports together
  • Gives a list of open ports, pre-recon, in less than 10 seconds (maybe inaccurate)
  • Gives suggestions post-recon to begin working with instantly
  • Scan results saved in a folder named 0machines located in $HOME
  • Full Scan is 99.99% accurate, covering ALL TCP ports and 100 common UDP ports.

USAGE

git clone https://github.com/dexter-11/Dexscan
cd dexscan && chmod +x dexscan.sh

./dexscan.sh <IP>                   #--QUICK SCAN
./dexscan.sh <IP> <folder_name>     #--FULL SCAN

SAMPLES

  • Quick Scan
    image
  • Full Scan
    image image

ToDo

  • Option to add hostname to /etc/host automatically

Reference

  1. Scan Suggestions - Nmap-Automator
  2. Colors - LinPEAS

About

A fast & lightweight script to scan machines. Specially customized to work with HackTheBox, OffSec Proving Grounds, PWK Lab machines and OSCP.


Languages

Language:Shell 100.0%