mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-22 03:33:07 +00:00
GITBOOK-99: change request with no subject merged in GitBook
This commit is contained in:
parent
ac3a756c90
commit
9ad3a80f6a
1 changed files with 14 additions and 2 deletions
|
@ -18,13 +18,13 @@ dalfox file gf_xss.txt -w 50 --silence
|
||||||
breach-parse @gmail.com gmail.txt
|
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
|
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" %}
|
{% 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 %}
|
{% 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
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue