Skip to content

Commit

Permalink
logo bug deleted temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
b3mb4m committed Feb 4, 2016
1 parent 9c3b2b5 commit b133b31
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions shell/shellsploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@

from .control import *
from .core.logo.logo import banner
from .core.logo.counter import *
#import signal
from .core.logo.counter import * #- Will be improved(buggy)
#Dynamic counter for shellcodes,injectors etc..
from .core.Comp import tab


tab.start(1)
db = B3mB4mLogo().start()
def start():
#Dynamic counter for shellcodes,injectors etc..
print (banner( db[0], db[1], db[2], db[3]))
print (banner( "47", "", "2", "0"))
shellsploit()

def shellsploit():
Expand Down

0 comments on commit b133b31

Please sign in to comment.