You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
-
# NetScope (v4.1.1)
1
+
# NetScope (v4.3.0)
2
2
Formerly known as Lucas Kit, UltraDNS, and SiteStress.
3
3
4
-
NetScope is an all-in-one DNS and HTTP analytical engine, combining advanced network enumeration capabilities with Layer 7 volumetric stress testing functionalities.
4
+
NetScope is an all-in-one DNS and HTTP discovery engine, combining advanced network enumeration capabilities with Layer 7 volumetric stress testing functionalities.
5
5
6
6
**Author**: Lucas Mangroelal | [lucasmangroelal.nl](https://lucasmangroelal.nl)
7
7
8
8
## Features
9
9
-**DNS Enumeration (`-inf`, `-whois`, `-subs`)**: Perform comprehensive DNS mapping, Certificate Transparency log parsing, and Mail Security (SPF, DKIM, DMARC) validation.
10
10
-**Web Analytics (`-http`, `-tls`, `-headers`, `-ports`, `-paths`)**: Scan web infrastructures for missing security headers, open administrative ports, sensitive configuration paths, permissive CORS, insecure cookies, and more.
11
+
-**Discovery & Analyser (`-dir`, `-params`, `-cms`)**: Discover hidden directories, files, and parameters. Perform deep CMS & Plugin analysis for WordPress, Joomla, and more.
12
+
-**Powerful L7 Stress Testing (`-t`, `-c`, `-level`)**: Multi-threaded HTTP/HTTPS volumetric stress tester with randomized Referrers, User-Agents, and Cache-Bypassing logic to assess CDN resilience.
11
13
-**Bot Detection (`-crawlers`)**: Verify if robots.txt properly mitigates AI aggregator/spider indexing.
12
-
-**L7 Stress Testing (`-t`, `-c`, `-level`)**: Multi-threaded HTTP/HTTPS volumetric stress tester meant for assessing CDN mitigations and load balancer configurations.
fmt.Println("Welkom bij de NetScope Discovery Wizard!")
10
+
fmt.Println("Ik help je om snel de juiste scan-instellingen te kiezen.")
11
+
12
+
// Step 1: Target Domain
13
+
domainLabel:="Op welk domein wil je de analyse uitvoeren?"
14
+
domainExpl:="Het domein is het adres van de website (bijv. example.com). Voer de naam in zonder http:// of https://."
15
+
domainChatGPT:="Ik ben bezig met een security-analyse van mijn eigen omgeving. Hoe identificeer ik het hoofddomein van een webserver voor technische scouting?"
0 commit comments