From 8a606f648d73b44ca65b031f2ab746f103f5cbef Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:09:19 +0200 Subject: [PATCH 01/26] osrframework bug fix osrframework bug fix to real directory. --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index d1c1f48..70a05d0 100644 --- a/l +++ b/l @@ -5412,7 +5412,7 @@ function information_gathering fi elif [[ "$INFOG" = "7" ]] then - if [[ -d "/root/hakkuframework" ]] + if [[ -d "/usr/lib/python3/dist-packages/osrframework" ]] then while true do From 030069e1003d8e0e22cf7b6d493c811a736318f5 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:12:44 +0200 Subject: [PATCH 02/26] Bug fix yuki-chan Fixed bug linking yuki-chan to install --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 70a05d0..038c1b3 100644 --- a/l +++ b/l @@ -5635,7 +5635,7 @@ function website_tools read INSTALL if [[ "$INSTALL" = "install" ]] then - install_yuki + install_yuki-chan else continue fi From c2e47acd4f543d11b14b6b9c7fee36e7cd4f850d Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:16:20 +0200 Subject: [PATCH 03/26] changes trity git link Trity by toxic non existent changed to S4Y4N --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 038c1b3..c4332e3 100644 --- a/l +++ b/l @@ -9824,7 +9824,7 @@ check_if_ks function install_trity { foldname="Trity" - gitlink="https://github.com/toxic-ig/Trity.git" + gitlink="https://github.com/S4Y4N/Trity.git" install_default cloned=$? if [[ "$cloned" == 1 ]] From 969b61c6bd4944e4bc08d67799f6338ba46b9bfd Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:19:14 +0200 Subject: [PATCH 04/26] Updated XERXES link --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index c4332e3..884eabf 100644 --- a/l +++ b/l @@ -9908,7 +9908,7 @@ check_if_ks function install_xerxes { foldname="xerxes" - gitlink="https://github.com/zanyarjamal/xerxes.git" + gitlink="https://github.com/XCHADXFAQ77X/XERXES.git" install_default cloned=$? if [[ "$cloned" == 1 ]] From 3d0554730aeb884775803e2ffa85403da57799c0 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:20:47 +0200 Subject: [PATCH 05/26] Updated netool-toolkit folder name --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 884eabf..2b38be2 100644 --- a/l +++ b/l @@ -10555,7 +10555,7 @@ check_if_ks } function install_netool { - foldname="opensource" + foldname="netool-toolkit" gitlink="https://github.com/r00t-3xp10it/netool-toolkit" install_default cloned=$? From d44775553e331a4167c05e8dfd21cea4bf7854ef Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:22:08 +0200 Subject: [PATCH 06/26] Updated netool-toolkit link --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 2b38be2..2f76ea9 100644 --- a/l +++ b/l @@ -10556,7 +10556,7 @@ check_if_ks function install_netool { foldname="netool-toolkit" - gitlink="https://github.com/r00t-3xp10it/netool-toolkit" + gitlink="https://github.com/r00t-3xp10it/netool-toolkit.git" install_default cloned=$? if [[ "$cloned" == 1 ]] From 1ae33945f9502185ad15e12f67f29fe2b3b5c887 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:23:25 +0200 Subject: [PATCH 07/26] Updated netool-kit folder name --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 2f76ea9..0f43deb 100644 --- a/l +++ b/l @@ -3166,7 +3166,7 @@ function wifi_tools #~ else #~ echo -e ""$RS" 6"$CE") "$RS"Osrfconsole"$CE" Checks usernames-phones to platforms etc.." #~ fi - if [[ -d /root/opensource ]] + if [[ -d /root/netool-toolkit ]] then echo -e ""$YS" 6"$CE") Netool-toolkit MitM pentesting opensource toolkit" else From 05d0cae531aba3b0b08420c21c3a1f790653e5fe Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:24:54 +0200 Subject: [PATCH 08/26] Updated dracnmap chmod --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 0f43deb..c73bba5 100644 --- a/l +++ b/l @@ -9851,7 +9851,7 @@ check_if_ks cloned=$? if [[ "$cloned" == 1 ]] then - chmod +x Dracnmap.sh + chmod +x Dracnmap-v*.sh fi } function install_fern From eba96ca190951be3abcbd9d4785a652a80c10d4b Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:26:24 +0200 Subject: [PATCH 09/26] Updated dracnmap chmod --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index c73bba5..8c2f500 100644 --- a/l +++ b/l @@ -9851,7 +9851,7 @@ check_if_ks cloned=$? if [[ "$cloned" == 1 ]] then - chmod +x Dracnmap-v*.sh + chmod +x Dracnmap-v2.2.sh fi } function install_fern From 62cdd5e035e1c73137e09a418d83d6b08d20cd1b Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:27:33 +0200 Subject: [PATCH 10/26] Fixed spelling error on dracnmap --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 8c2f500..c28135e 100644 --- a/l +++ b/l @@ -9851,7 +9851,7 @@ check_if_ks cloned=$? if [[ "$cloned" == 1 ]] then - chmod +x Dracnmap-v2.2.sh + chmod +x dracnmap-v2.2.sh fi } function install_fern From e809164facbf6b73deb5ac21581472777b7779c2 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:31:18 +0200 Subject: [PATCH 11/26] Updated Ghost-phisher directory --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index c28135e..d8eaf8c 100644 --- a/l +++ b/l @@ -3208,7 +3208,7 @@ function wifi_tools else echo -e ""$RS"12"$CE") "$RS"KickThemOut"$CE" Kick devices off your network" fi - if [[ -d "/usr/share/ghost-phisher" ]] + if [[ -d "/root/ghost-phisher" ]] then echo -e ""$YS"13"$CE") Ghost-Phisher Fake AP,MITM,Session hijacking etc..." else From c282c5c8e59b91b6cbe67fda240d3d1a5447095e Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:32:32 +0200 Subject: [PATCH 12/26] Updated nWatch git link --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index d8eaf8c..e800e5e 100644 --- a/l +++ b/l @@ -10164,7 +10164,7 @@ check_if_ks function install_nwatch { foldname="nWatch" - gitlink="https://github.com/suraj-root/nWatch.git" + gitlink="https://github.com/Cyber-Forensic/nWatch.git" install_default cloned=$? if [[ "$cloned" == 1 ]] From ae7ad634ddd055e925c77d14d2cb1b2880252c0b Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:39:46 +0200 Subject: [PATCH 13/26] Updated Wifi-Pumpkin to Wifi-Pumpkin3 --- l | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/l b/l index e800e5e..5e140ff 100644 --- a/l +++ b/l @@ -770,9 +770,9 @@ function listshortcuts KSSET="./Meterpreter_Paranoid_Mode.sh" elif [[ "$nn" = "37" ]] then - TITLE="Wifi-Pumpkin" + TITLE="Wifi-Pumpkin3" NAMECD="" - KSSET="wifi-pumpkin" + KSSET="wifipumpkin3" elif [[ "$nn" = "38" ]] then TITLE="Veil" @@ -3292,11 +3292,11 @@ function wifi_tools else echo -e ""$RS"26"$CE") "$RS"Netattack2"$CE" Advanced network scan and attack script" fi - if [[ -f /usr/bin/wifi-pumpkin ]] + if [[ -f /usr/local/bin/wifipumpkin3 ]] then - echo -e ""$YS"27"$CE") Wifi-Pumpkin Framework for Rogue Wi-Fi Access Point Attack" + echo -e ""$YS"27"$CE") Wifi-Pumpkin3 Framework for Rogue Wi-Fi Access Point Attack" else - echo -e ""$RS"27"$CE") "$RS"Wifi-Pumpkin"$CE" Framework for Rogue Wi-Fi Access Point Attack" + echo -e ""$RS"27"$CE") "$RS"Wifi-Pumpkin3"$CE" Framework for Rogue Wi-Fi Access Point Attack" fi if [[ -d /root/Gloom-Framework ]] then @@ -3807,15 +3807,15 @@ function wifi_tools cd elif [[ "$APPP" = "27" ]] then - if [[ -f "/usr/bin/wifi-pumpkin" ]] + if [[ -f "/usr/local/bin/wifipumpkin3" ]] then - wifi-pumpkin + wifi-pumpkin3 else echo -e "$TNI" read INSTALL if [[ "$INSTALL" = "install" ]] then - install_wifi_pumpkin + install_wifi_pumpkin3 else continue fi @@ -10410,15 +10410,17 @@ check_if_ks ./install.sh fi } - function install_wifi_pumpkin + function install_wifi_pumpkin3 { - foldname="WiFi-Pumpkin" - gitlink="https://github.com/P0cL4bs/WiFi-Pumpkin.git" + foldname="wifipumpkin3" + gitlink="https://github.com/P0cL4bs/wifipumpkin3.git" install_default cloned=$? if [[ "$cloned" == 1 ]] then - ./installer.sh --install + apt install libssl-dev libffi-dev build-essential + apt install python3-pyqt5 + python3 setup.py install fi } function install_veil From f6f146f1f929519aad7bd3a31a138f4e06c54821 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:41:35 +0200 Subject: [PATCH 14/26] Updated secHub --- l | 1 + 1 file changed, 1 insertion(+) diff --git a/l b/l index 5e140ff..b24b46a 100644 --- a/l +++ b/l @@ -10529,6 +10529,7 @@ check_if_ks if [[ "$cloned" == 1 ]] then python installer.py + mv secHub /usr/share/secHub chmod +x /usr/bin/sechub fi } From a2944c2ca09c6d5f35ccb3a419e1e5393d06ab69 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:46:53 +0200 Subject: [PATCH 15/26] Updated Veil settings --- l | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/l b/l index b24b46a..ed0b32e 100644 --- a/l +++ b/l @@ -776,7 +776,7 @@ function listshortcuts elif [[ "$nn" = "38" ]] then TITLE="Veil" - NAMECD="cd /root/Veil" + NAMECD="cd /usr/share/veil" KSSET="./Veil.py" elif [[ "$nn" = "39" ]] then @@ -4048,7 +4048,7 @@ function remote_access else echo -e ""$RS"13"$CE") "$RS"Dr0p1t-Framework"$CE" Create an advanced stealthy dropper" fi - if [[ -d /root/Veil ]] + if [[ -d /usr/share/veil ]] then echo -e ""$YS"14"$CE") Veil-Framework Generate payloads that bypass common anti-virus" else @@ -4245,9 +4245,9 @@ function remote_access fi elif [[ "$KEYLOG" = "14" ]] then - if [[ -d /root/Veil ]] + if [[ -d /usr/share/veil ]] then - cd /root/Veil + cd /usr/share/veil ./Veil.py else echo -e "$TNI" @@ -10425,14 +10425,15 @@ check_if_ks } function install_veil { - foldname="Veil" + foldname="veil" gitlink="https://github.com/Veil-Framework/Veil.git" install_default cloned=$? if [[ "$cloned" == 1 ]] then - cd setup - ./setup.sh -c + mv /root/Veil /usr/share/veil + cd /usr/share/veil + ./config/setup.sh --force --silent fi } function install_leviathan From f15c660c74ca0215c32bda839a88f73077538d41 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:47:48 +0200 Subject: [PATCH 16/26] Updated osrframework install --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index ed0b32e..08650d7 100644 --- a/l +++ b/l @@ -9807,7 +9807,7 @@ check_if_ks } function install_osrframework { - pip install osrframework + pip3 install osrframework } function install_hakku { From e59b454c758d6e232a06e97323a802a3a2b476e7 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:50:22 +0200 Subject: [PATCH 17/26] Updated osrframework directory --- l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l b/l index 08650d7..320436a 100644 --- a/l +++ b/l @@ -3873,7 +3873,7 @@ function wifi_tools cd elif [[ "$APPP" = "7" ]] then - if [[ -d "/root/hakkuframework" ]] + if [[ -d "/usr/lib/python3/dist-packages/osrframework" ]] then while true do @@ -5283,7 +5283,7 @@ function information_gathering else echo -e ""$RS" 6"$CE") "$RS"Operative-framework"$CE" Get information on website or target" fi - if [[ -d /root/osrframework ]] + if [[ -d /usr/lib/python3/dist-packages/osrframework ]] then echo -e ""$YS" 7"$CE") Osrfconsole Perform accurate online researches" else From 6b04a23cf4a88182a76b11777eb708797cbb7627 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:52:52 +0200 Subject: [PATCH 18/26] Added Zatacker --- l | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/l b/l index 320436a..9d4889e 100644 --- a/l +++ b/l @@ -9790,9 +9790,15 @@ check_if_ks } function install_zatacker { - echo -e "I cannot install Zatacker. Please google how to do that yourself." - echo -e "$PAKTGB" - read + foldname="Zatacker" + gitlink="https://github.com/Sleek1598/Zatacker.git" + install_default + cloned=$? + if [[ "$cloned" == 1 ]] + then + chmod +x setup.sh + ./setup.sh + fi } function install_morpheus { From 39e7b6667300729d90373c76ee767d13d2a75951 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 16:55:16 +0200 Subject: [PATCH 19/26] Updated AngryIP scanner --- l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l b/l index 9d4889e..1741c16 100644 --- a/l +++ b/l @@ -10093,9 +10093,9 @@ check_if_ks fi echo -e "Downloading angryipscanner" sleep 2 - wget https://github.com/angryip/ipscan/releases/download/3.5.2/ipscan_3.5.2_amd64.deb + wget https://github.com/angryip/ipscan/releases/download/3.7.2/ipscan_3.7.2_amd64.deb echo -e "Installing..." - dpkg -i ipscan_3.5.2* + dpkg -i ipscan_3.7.2* echo -e "Done" sleep 1 } From 5070cdd77956c1e5539aec2fc4b33466ea791f01 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 17:00:19 +0200 Subject: [PATCH 20/26] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d59f51..1df3d16 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ View your MAC faster Dr0p1t-Framework by Karim Shoair FakeImageExploiter by r00t-3xp10it Leviathan by Utku Sen, Ozge Barbaros - WiFi-Pumpkin by P0cL4bs + WiFi-Pumpkin3 by P0cL4bs Avet by govolution Meterpreter_Paranoid_Mode-SSL by r00t-3xp10it Koadic by zerosum0x0 From ae8919290336ac8d07f016128392afce0d974b4c Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 18:41:06 +0200 Subject: [PATCH 21/26] Fixed netool-toolkit folder name --- l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l b/l index 1741c16..48c2b4c 100644 --- a/l +++ b/l @@ -3166,7 +3166,7 @@ function wifi_tools #~ else #~ echo -e ""$RS" 6"$CE") "$RS"Osrfconsole"$CE" Checks usernames-phones to platforms etc.." #~ fi - if [[ -d /root/netool-toolkit ]] + if [[ -d /root/opensource ]] then echo -e ""$YS" 6"$CE") Netool-toolkit MitM pentesting opensource toolkit" else @@ -10565,7 +10565,7 @@ check_if_ks } function install_netool { - foldname="netool-toolkit" + foldname="opensource" gitlink="https://github.com/r00t-3xp10it/netool-toolkit.git" install_default cloned=$? From 1cc9765f3b9686345fbfaf0ea3e41f7b16b967b0 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 22:41:35 +0200 Subject: [PATCH 22/26] Fixed Netool-toolkit install --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 48c2b4c..bcb17a3 100644 --- a/l +++ b/l @@ -10565,7 +10565,7 @@ check_if_ks } function install_netool { - foldname="opensource" + foldname="netool-toolkit" gitlink="https://github.com/r00t-3xp10it/netool-toolkit.git" install_default cloned=$? From 2ad17c00c55bcada5af3f6a41c7d3779b519637f Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 22:56:39 +0200 Subject: [PATCH 23/26] Fixed Xerxes folder name --- l | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/l b/l index bcb17a3..0cc29d5 100644 --- a/l +++ b/l @@ -651,7 +651,7 @@ function listshortcuts elif [[ "$nn" = "14" ]] then TITLE="Xerxes" - NAMECD="cd /root/xerxes" + NAMECD="cd /root/XERXES" KSSET="./xerxes" elif [[ "$nn" = "15" ]] then @@ -3220,7 +3220,7 @@ function wifi_tools else echo -e ""$RS"14"$CE") "$RS"The Eye"$CE" Detects ARP poisoning DNS spoofing etc..." fi - if [[ -d /root/xerxes ]] + if [[ -d /root/XERXES ]] then echo -e ""$YS"15"$CE") Xerxes The most powerful DoS tool(CAUTION)" else @@ -3579,7 +3579,7 @@ function wifi_tools fi elif [[ "$APPP" = "15" ]] then - if [[ -d "/root/xerxes" ]] + if [[ -d "/root/XERXES" ]] then echo -e "Do you own the site you want to DoS?"$YNONLY"" read DOSTERM @@ -3595,7 +3595,7 @@ function wifi_tools sleep 4 gio open http://www.isitdownrightnow.com/"$SITEDOS".html clear - cd /root/xerxes + cd /root/XERXES SITEDOSX=www.$SITEDOS echo -e "Press "$YS"any key"$CE" to start DoS on $SITEDOSX" $READAK @@ -9913,7 +9913,7 @@ check_if_ks } function install_xerxes { - foldname="xerxes" + foldname="XERXES" gitlink="https://github.com/XCHADXFAQ77X/XERXES.git" install_default cloned=$? From 2850f64335ce24cc003c0041a349fbb27be9abb0 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sat, 19 Sep 2020 23:25:44 +0200 Subject: [PATCH 24/26] Fixed secHub directory --- l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l b/l index 0cc29d5..7d68e5e 100644 --- a/l +++ b/l @@ -10536,7 +10536,7 @@ check_if_ks if [[ "$cloned" == 1 ]] then python installer.py - mv secHub /usr/share/secHub + mv /root/secHub /usr/share/sechub chmod +x /usr/bin/sechub fi } From 37fdacaf6014d744c8869802188e0650b52ccd55 Mon Sep 17 00:00:00 2001 From: Sleek Date: Sun, 18 Apr 2021 01:21:28 +0200 Subject: [PATCH 25/26] Bug fixes --- l | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/l b/l index 7d68e5e..46a9e4e 100644 --- a/l +++ b/l @@ -627,12 +627,12 @@ function listshortcuts then TITLE="Cupp" NAMECD="cd /root/cupp" - KSSET="python cupp.py -i" + KSSET="python3 cupp.py -i" elif [[ "$nn" = "10" ]] then TITLE="Dracnmap" NAMECD="cd /root/Dracnmap" - KSSET="./dracnmap-v*.sh" + KSSET="./dracnmap.sh" elif [[ "$nn" = "11" ]] then TITLE="Fern" @@ -662,7 +662,7 @@ function listshortcuts then TITLE="Airgeddon" NAMECD="cd /root/airgeddon" - KSSET="./airgeddon.sh" + KSSET="bash airgeddon.sh" elif [[ "$nn" = "17" ]] then TITLE="Websploit" @@ -3476,7 +3476,7 @@ function wifi_tools if [[ -d "/root/Dracnmap" ]] then cd /root/Dracnmap/ - ./dracnmap-v*.sh + ./dracnmap.sh cd else echo -e "$TNI" @@ -3493,7 +3493,7 @@ function wifi_tools if [[ -d "/usr/share/fern-wifi-cracker" ]] then cd /root/Fern-Wifi-Cracker - python execute.py + python3 execute.py cd else echo -e "$TNI" @@ -3636,7 +3636,7 @@ function wifi_tools if [[ -d "/root/airgeddon" ]] then cd /root/airgeddon - ./airgeddon.sh + bash airgeddon.sh cd else echo -e "$TNI" @@ -9818,7 +9818,7 @@ check_if_ks function install_hakku { foldname="hakkuframework" - gitlink="https://github.com/4shadoww/hakkuframework.git" + gitlink="https://github.com/charlesxsh/mdk3-master.git" install_default cloned=$? if [[ "$cloned" == 1 ]] @@ -9857,7 +9857,7 @@ check_if_ks cloned=$? if [[ "$cloned" == 1 ]] then - chmod +x dracnmap-v2.2.sh + chmod +x dracnmap.sh fi } function install_fern @@ -9949,7 +9949,7 @@ check_if_ks function install_airgeddon { foldname="airgeddon" - gitlink="https://github.com/v1s1t0r1sh3r3/airgeddon.git" + gitlink="--depth 1 https://github.com/v1s1t0r1sh3r3/airgeddon.git" install_default cloned=$? if [[ "$cloned" == 1 ]] From cfabaac6b4eb0c9750c5fa185f2c5622af1d551e Mon Sep 17 00:00:00 2001 From: Sleek Date: Sun, 18 Apr 2021 01:30:57 +0200 Subject: [PATCH 26/26] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df3d16..996a621 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ View your MAC faster ``` cd apt-get update -git clone https://github.com/arismelachroinos/lscript.git +git clone https://github.com/Sleek1598/lscript.git cd lscript chmod +x install.sh ./install.sh