GITBOOK-99: change request with no subject merged in GitBook

This commit is contained in:
Xalgord 2024-02-02 13:43:10 +00:00 committed by gitbook-bot
parent ac3a756c90
commit 9ad3a80f6a
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -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 -p165535 -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