Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated tool downloads #260

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8a606f6
osrframework bug fix
Sleek1598 Sep 19, 2020
030069e
Bug fix yuki-chan
Sleek1598 Sep 19, 2020
c2e47ac
changes trity git link
Sleek1598 Sep 19, 2020
969b61c
Updated XERXES link
Sleek1598 Sep 19, 2020
3d05547
Updated netool-toolkit folder name
Sleek1598 Sep 19, 2020
d447755
Updated netool-toolkit link
Sleek1598 Sep 19, 2020
1ae3394
Updated netool-kit folder name
Sleek1598 Sep 19, 2020
05d0cae
Updated dracnmap chmod
Sleek1598 Sep 19, 2020
eba96ca
Updated dracnmap chmod
Sleek1598 Sep 19, 2020
62cdd5e
Fixed spelling error on dracnmap
Sleek1598 Sep 19, 2020
e809164
Updated Ghost-phisher directory
Sleek1598 Sep 19, 2020
c282c5c
Updated nWatch git link
Sleek1598 Sep 19, 2020
ae7ad63
Updated Wifi-Pumpkin to Wifi-Pumpkin3
Sleek1598 Sep 19, 2020
f6f146f
Updated secHub
Sleek1598 Sep 19, 2020
a2944c2
Updated Veil settings
Sleek1598 Sep 19, 2020
f15c660
Updated osrframework install
Sleek1598 Sep 19, 2020
e59b454
Updated osrframework directory
Sleek1598 Sep 19, 2020
6b04a23
Added Zatacker
Sleek1598 Sep 19, 2020
39e7b66
Updated AngryIP scanner
Sleek1598 Sep 19, 2020
5070cdd
Update README.md
Sleek1598 Sep 19, 2020
ae89192
Fixed netool-toolkit folder name
Sleek1598 Sep 19, 2020
1cc9765
Fixed Netool-toolkit install
Sleek1598 Sep 19, 2020
2ad17c0
Fixed Xerxes folder name
Sleek1598 Sep 19, 2020
2850f64
Fixed secHub directory
Sleek1598 Sep 19, 2020
37fdaca
Bug fixes
Sleek1598 Apr 17, 2021
fa86f34
Merge pull request #1 from Sleek1598/Sleek1598-patch-1
Sleek1598 Apr 17, 2021
cfabaac
Update README.md
Sleek1598 Apr 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
108 changes: 59 additions & 49 deletions l
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -770,13 +770,13 @@ 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"
NAMECD="cd /root/Veil"
NAMECD="cd /usr/share/veil"
KSSET="./Veil.py"
elif [[ "$nn" = "39" ]]
then
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -5635,7 +5635,7 @@ function website_tools
read INSTALL
if [[ "$INSTALL" = "install" ]]
then
install_yuki
install_yuki-chan
else
continue
fi
Expand Down Expand Up @@ -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
{
Expand All @@ -9807,12 +9813,12 @@ check_if_ks
}
function install_osrframework
{
pip install osrframework
pip3 install osrframework
}
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 ]]
Expand All @@ -9824,7 +9830,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 ]]
Expand All @@ -9851,7 +9857,7 @@ check_if_ks
cloned=$?
if [[ "$cloned" == 1 ]]
then
chmod +x Dracnmap.sh
chmod +x dracnmap.sh
fi
}
function install_fern
Expand Down Expand Up @@ -9907,8 +9913,8 @@ check_if_ks
}
function install_xerxes
{
foldname="xerxes"
gitlink="https://github.com/zanyarjamal/xerxes.git"
foldname="XERXES"
gitlink="https://github.com/XCHADXFAQ77X/XERXES.git"
install_default
cloned=$?
if [[ "$cloned" == 1 ]]
Expand Down Expand Up @@ -9943,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 ]]
Expand Down Expand Up @@ -10087,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
}
Expand Down Expand Up @@ -10164,7 +10170,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 ]]
Expand Down Expand Up @@ -10410,27 +10416,30 @@ 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
{
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
Expand Down Expand Up @@ -10527,6 +10536,7 @@ check_if_ks
if [[ "$cloned" == 1 ]]
then
python installer.py
mv /root/secHub /usr/share/sechub
chmod +x /usr/bin/sechub
fi
}
Expand Down Expand Up @@ -10555,8 +10565,8 @@ check_if_ks
}
function install_netool
{
foldname="opensource"
gitlink="https://github.com/r00t-3xp10it/netool-toolkit"
foldname="netool-toolkit"
gitlink="https://github.com/r00t-3xp10it/netool-toolkit.git"
install_default
cloned=$?
if [[ "$cloned" == 1 ]]
Expand Down