https://github.com/varppi/arachni_automater
https://github.com/varppi/arachni_automater
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/varppi/arachni_automater
- Owner: varppi
- Created: 2022-10-15T13:55:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T07:43:54.000Z (10 months ago)
- Last Synced: 2025-08-09T08:51:20.729Z (10 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arachni_automater
Lets you scan multiple urls with the arachni web application scanner
Installation:
```
git clone https://github.com/Varppi/arachni_automater/
cd arachni_automater
pip3 install -r requirements.txt
wget https://github.com/Arachni/arachni/releases/download/v1.6.1.3/arachni-1.6.1.3-0.6.1.1-linux-x86_64.tar.gz
tar -xf arachni*
rm *.gz
mv arachni* arachni
chmod -R 777 arachni
```