Skip to content

Commit 22ab442

Browse files
add recon-ng
1 parent d150e44 commit 22ab442

5 files changed

Lines changed: 7 additions & 0 deletions

File tree

PhoneInfoga

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c02ed4098d01f2b9bc97f3ff5fefcb61502425fb

install-osint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ _install_pip 'git+https://github.com/decoxviii/karma.git'
4949
# Install SE Toolkit
5050
_install_git 'https://github.com/trustedsec/social-engineer-toolkit.git'
5151
_install_pip '-r /workspace/social-engineer-toolkit/requirements.txt'
52+
# Install Recon-ng
53+
_install_git 'https://bitbucket.org/LaNMaSteR53/recon-ng.git'
54+
_install_pip '-r /workspace/recon-ng/REQUIREMENTS'
5255

5356
# Install osrframework
5457
_run "$(ls -v /usr/local/bin/pip2* | head -n1 || printf 'pip') install osrframework --user"

recon-ng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit a072b850d753e85867e5b5e24d8df2712b682989

sherlock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3276e973274d913368b20550ec2c9aecc38d47f2

social-engineer-toolkit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0018154022e6cd8e1dd8799903d3abf022d51ed3

0 commit comments

Comments
 (0)