Skip to content

Commit

Permalink
Fix Babyrage Error
Browse files Browse the repository at this point in the history
  • Loading branch information
M4cs committed Nov 28, 2018
1 parent abc8e9d commit 10f0862
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file removed babysploit/Babyrage.png
Binary file not shown.
3 changes: 0 additions & 3 deletions babysploit/__main__.py
Expand Up @@ -3,14 +3,11 @@
from configparser import ConfigParser
from . import display, configuration, dnslookup, helper, iplookup, ftpv, nmtool, reverseshell, searchsploit, blackeye, ftpbruteforce, wpseku, cloudflarebypass
from pyfiglet import Figlet
from fabulous import image
import os, subprocess

try:
# Clear Terminal #
os.system("clear")
# Display BabyRage xD #
print(image.Image('Babyrage.png'))
# Display Welcome Message #
display.welcome()
# Check For Configuration File/Create New Configuration File #
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name='babysploit',
version='1.1.18',
version='1.1.19',
author='Max Bridgland',
author_email='mabridgland@protonmail.com',
description='Beginner Pentesting Toolkit/Framework',
Expand Down

0 comments on commit 10f0862

Please sign in to comment.