File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def logo():
139
139
print (OKRED + "" )
140
140
print (RESET )
141
141
print (OKORANGE + " + -- --=[ https://xerosecurity.com" + RESET )
142
- print (OKORANGE + " + -- --=[ blackwidow v" + version + RESET )
142
+ print (OKORANGE + " + -- --=[ blackwidow v" + version + " by @xer0dayz " + RESET )
143
143
print (RESET )
144
144
145
145
def exit_handler ():
@@ -199,8 +199,6 @@ def exit_handler():
199
199
else :
200
200
pass
201
201
202
-
203
-
204
202
logo ()
205
203
globalURL = "globalBadness"
206
204
if len (sys .argv ) < 2 :
Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ echo -e "$OKRED \ /$RESET"
23
23
echo -e " $OKRED $RESET "
24
24
echo " "
25
25
echo -e " $OKRED + -- --=[ https://xerosecurity.com $RESET "
26
- echo -e " $OKRED + -- --=[ blackwidow $RESET "
26
+ echo -e " $OKRED + -- --=[ blackwidow by @xer0dayz $RESET "
27
27
echo " "
28
28
29
29
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
30
32
cp -f $PWD /blackwidow /usr/bin/blackwidow
31
33
cp -f $PWD /injectx.py /usr/bin/injectx.py
32
34
cp -f $PWD /blackwidow.desktop /usr/share/applications/
33
- pip3 install -r $PWD /requirements.txt
34
35
35
36
echo -e " $OKBLUE [*]$RESET Done! $RESET "
36
37
echo -e " $OKRED [>]$RESET To run, type 'blackwidow'! $RESET "
You can’t perform that action at this time.
0 commit comments