mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-22 03:33:07 +00:00
GITBOOK-110: change request with no subject merged in GitBook
This commit is contained in:
parent
7c4ff3aded
commit
e0a0174959
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# ✍ Tips and Write-ups
|
||||
# ✍️ Tips and Write-ups
|
||||
|
||||
###
|
||||
|
||||
|
@ -44,3 +44,9 @@ The best terminal-based subdomain scanner tools to find subdomains
|
|||
### 403 Bypass tool:
|
||||
|
||||
{% embed url="https://github.com/Dheerajmadhukar/4-ZERO-3" %}
|
||||
|
||||
### Filter Subdomains:
|
||||
|
||||
```bash
|
||||
awk -F[/.] 'NF > 5' subdomains.txt
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue