From 9ad3a80f6ab2b1f6b6202820d79b5e3b0553652c Mon Sep 17 00:00:00 2001 From: Xalgord Date: Fri, 2 Feb 2024 13:43:10 +0000 Subject: [PATCH] GITBOOK-99: change request with no subject merged in GitBook --- tools-and-their-uses.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/tools-and-their-uses.md b/tools-and-their-uses.md index 9fd9395..bee5eb4 100644 --- a/tools-and-their-uses.md +++ b/tools-and-their-uses.md @@ -18,13 +18,13 @@ dalfox file gf_xss.txt -w 50 --silence breach-parse @gmail.com gmail.txt ``` -## Gau +### Gau ``` xargs -a alive.txt -I@ sh -c 'gau --blacklist css,jpg,jpeg,JPEG,ott,svg,ttf,png,woff2,woff,eot,gif "@"' | tee -a gau.txt ``` -## Dirsearch +### Dirsearch {% code overflow="wrap" %} ``` @@ -32,6 +32,18 @@ dirsearch -e php,asp,aspx,jsp,py,txt,conf,config,bak,backup,swp,old,db,sqlasp,as ``` {% endcode %} +### Masscan + +``` +masscan -p1–65535 -iL $TARGET_LIST — max-rate 10000 -oG $TARGET_OUTPUT +``` + +### Nmap + +``` +nmap -S 192.168.0.1 -d — max-scan-delay 10 -oA logs/tcp-allports-%T-%D -iL tcp-allports-1M-ips — max-retries 1 — randomize-hosts -p- -PS21,22,23,25,53,80,443 -T4 — min-hostgroup 256 +``` + ```bash #!/bin/bash