Added pwndb and tor proxy

This commit is contained in:
Yogesh Ojha
2021-07-14 12:38:42 +05:30
parent 63fca962e6
commit e58e54bf10
3 changed files with 18 additions and 2 deletions
+8 -1
View File
@@ -21,7 +21,6 @@ services:
hostname: redis
networks:
- rengine_network
celery:
build:
context: ./web
@@ -87,6 +86,14 @@ services:
networks:
- rengine_network
tor:
image: peterdavehello/tor-socks-proxy
restart: always
networks:
- rengine_network
depends_on:
- web
networks:
rengine_network:
volumes:
+9 -1
View File
@@ -63,9 +63,15 @@ then
echo "Cloning theHarvester"
git clone https://github.com/laramies/theHarvester /usr/src/github/theHarvester
fi
python3 -m pip install -r /usr/src/github/theHarvester/requirements/base.txt
# clone pwndb
if [ ! -d "/usr/src/github/pwndb" ]
then
echo "Cloning pwndb"
git clone https://github.com/davidtavarez/pwndb /usr/src/github/pwndb
fi
# install gf patterns
if [ ! -d "/root/Gf-Patterns" ];
then
@@ -76,6 +82,8 @@ then
mv ~/Gf-Patterns/*.json ~/.gf
fi
https://github.com/davidtavarez/pwndb
# store scan_results
if [ ! -d "/usr/src/scan_results" ]
then
+1
View File
@@ -17,6 +17,7 @@ gunicorn==20.1.0
metafinder==1.1
netaddr==0.8.0
PyYAML==5.4.1
PySocks
psycopg2==2.9.1
python-Levenshtein==0.12.2
PyVirtualDisplay==2.2