Skip to content

Commit

Permalink
BlackWidow v1.3 updates for python3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xer0dayz authored and 1N3 committed Jul 19, 2020
1 parent 2fc975f commit c5fa2a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions blackwidow
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def logo():
print (OKRED + "")
print (RESET)
print (OKORANGE + " + -- --=[ https://xerosecurity.com" + RESET)
print (OKORANGE + " + -- --=[ blackwidow v" + version + RESET)
print (OKORANGE + " + -- --=[ blackwidow v" + version + " by @xer0dayz " + RESET)
print (RESET)

def exit_handler():
Expand Down Expand Up @@ -199,8 +199,6 @@ def exit_handler():
else:
pass



logo()
globalURL = "globalBadness"
if len(sys.argv) < 2:
Expand Down
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ echo -e "$OKRED \ /$RESET"
echo -e "$OKRED $RESET"
echo ""
echo -e "$OKRED + -- --=[ https://xerosecurity.com $RESET"
echo -e "$OKRED + -- --=[ blackwidow $RESET"
echo -e "$OKRED + -- --=[ blackwidow by @xer0dayz $RESET"
echo ""

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

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

0 comments on commit c5fa2a5

Please sign in to comment.