Skip to content

Commit 77aaede

Browse files
committed
🎉 Fix url for d4n155 install
1 parent 228f96e commit 77aaede

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install-osint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _install_pip 'pip3' 'cython'
3939
# Operative-framework
4040
_run 'go get github.com/graniet/operative-framework'
4141
# Install D4N155
42-
_install_git 'https://githu b.com/OWASP/D4N155.git'
42+
_install_git 'https://github.com/OWASP/D4N155.git'
4343
_install_pip 'pip3' '-r /workspace/D4N155/requirements.txt'
4444
# Install Sherlock
4545
_install_git 'https://github.com/sherlock-project/sherlock.git'
@@ -112,7 +112,7 @@ banner="
112112
\t$bwhite Buster$end: Find emails of a person and return info associated with them
113113
\t$bwhite InstagramOsint$end: An Instagram Open Source Intelligence Tool
114114
\t$bwhite Datasploit$end: A tool to perform various OSINT techniques
115-
\t$bwhite Cloufail$end: Utilize misconfigured DNS and old database records to find hidden IP\'s behind the CloudFlare network
115+
\t$bwhite Cloudfail$end: Utilize misconfigured DNS and old database records to find hidden IP\'s behind the CloudFlare network
116116
117117
"
118118

0 commit comments

Comments
 (0)