Skip to content

Commit c5fa2a5

Browse files
xer0dayz1N3
authored andcommitted
BlackWidow v1.3 updates for python3 support
1 parent 2fc975f commit c5fa2a5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

blackwidow

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def logo():
139139
print (OKRED + "")
140140
print (RESET)
141141
print (OKORANGE + " + -- --=[ https://xerosecurity.com" + RESET)
142-
print (OKORANGE + " + -- --=[ blackwidow v" + version + RESET)
142+
print (OKORANGE + " + -- --=[ blackwidow v" + version + " by @xer0dayz " + RESET)
143143
print (RESET)
144144

145145
def exit_handler():
@@ -199,8 +199,6 @@ def exit_handler():
199199
else:
200200
pass
201201

202-
203-
204202
logo()
205203
globalURL = "globalBadness"
206204
if len(sys.argv) < 2:

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ echo -e "$OKRED \ /$RESET"
2323
echo -e "$OKRED $RESET"
2424
echo ""
2525
echo -e "$OKRED + -- --=[ https://xerosecurity.com $RESET"
26-
echo -e "$OKRED + -- --=[ blackwidow $RESET"
26+
echo -e "$OKRED + -- --=[ blackwidow by @xer0dayz $RESET"
2727
echo ""
2828

2929
echo -e "$OKBLUE[*]$RESET Installing BlackWidow... $RESET"
30+
apt update
31+
apt install -y python3 python3-requests python3-pip python3-lxml python3-requests openssl ca-certificates python3-dev wget git
3032
cp -f $PWD/blackwidow /usr/bin/blackwidow
3133
cp -f $PWD/injectx.py /usr/bin/injectx.py
3234
cp -f $PWD/blackwidow.desktop /usr/share/applications/
33-
pip3 install -r $PWD/requirements.txt
3435

3536
echo -e "$OKBLUE[*]$RESET Done! $RESET"
3637
echo -e "$OKRED[>]$RESET To run, type 'blackwidow'! $RESET"

0 commit comments

Comments
 (0)