NetAss2 : Network Assessment Assistance Framework (PenTest Toolkit)

NetAss2 is a easier network scanning with NetAss2 (Network Assessment Assistance Framework). Make it easy for Pentester to do penetration testing on network.

Dependencies

  • nmap (tool)
  • zmap (tool)

Installation

git clone https://github.com/zerobyte-id/NetAss2.git
cd NetAss2
sudo chmod +x install.bash
sudo ./install.bash

Run

netass2

Existing Menu

  • HOST DISCOVERY
  • PORT SCAN ON SINGLE HOST
  • MASSIVE PORT SCAN VIA DISCOVERED HOSTS
  • MASSIVE PORT SCAN VIA LIST ON FILE
  • SINGLE PORT QUICK SCAN VIA NETWORK BLOCK
  • MULTIPLE PORT QUICK SCAN VIA NETWORK BLOCK
  • SHOW REPORTS

Also Read – ADAudit : Powershell Script To Do Domain Auditing Automation

Screenshot 

R K

Recent Posts

Bomber : Navigating Security Vulnerabilities In SBOMs

bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…

9 hours ago

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…

9 hours ago

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

2 days ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

3 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago