mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-12 12:57:41 +02:00
Added pwndb and tor proxy
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user