An open API service indexing awesome lists of open source software.

https://github.com/varppi/arachni_automater


https://github.com/varppi/arachni_automater

Last synced: 8 months ago
JSON representation

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
```