https://github.com/ranginang67/dirattack
DirAttack tools, Search file or directory on website
https://github.com/ranginang67/dirattack
dirattack directory-scan directory-scanner linux linux-tools open-source termux termux-tools web-directory-search
Last synced: 6 days ago
JSON representation
DirAttack tools, Search file or directory on website
- Host: GitHub
- URL: https://github.com/ranginang67/dirattack
- Owner: Ranginang67
- Created: 2019-11-06T01:36:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T04:17:16.000Z (over 5 years ago)
- Last Synced: 2025-04-30T22:15:11.341Z (6 days ago)
- Topics: dirattack, directory-scan, directory-scanner, linux, linux-tools, open-source, termux, termux-tools, web-directory-search
- Language: Python
- Homepage:
- Size: 7.69 MB
- Stars: 44
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DirAttack
![]()
DirAttack tools, Search file and directory on website,
open source tools available for Termux and Linux.
Easy to use!

| options | Description | example usage |
|---------|----------------------------|-------------------------------------------------|
| -u | set your target url | dirattack -u site.com |
| -d | use default wordlist | dirattack -u site.com -d |
| -w | use costum wordlist | dirattack -u site.com -w /path/to/wordlist.txt |
| -r | remove/uninstall dirattack | dirattack -r |# install
**Linux**
```
root@linux# apt-get install git python3 -y
root@linux# git clone https://github.com/Ranginang67/DirAttack
root@linux# cd DirAttack
root@linux# chmod 777 -R install.py
root@linux# python3 install.pyDone...
Press super on your keyboard and search dirattack. or just type: 'dirattack --help'
```
**Termux**
```
$ pkg install git python -y
$ git clone https://github.com/Ranginang67/DirAttack
$ cd DirAttack
$ chmod +x install.py
$ python3 install.py
$ dirattack --help
```