Skip to content

Commit

Permalink
Update backdoorcreate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elango committed Oct 3, 2020
1 parent 06967a6 commit 697dbe9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backdoorcreate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
import http.server
import socket
import re
import lolcat

def banner():
print("BackDoor Creator")
print("Use This For Legal Purpose")
subprocess.call("clear")
subprocess.call("figlet BACKDOORCREATE | lolcat")

def choice():
print("""
Expand Down Expand Up @@ -148,4 +149,5 @@ def windows_reverse(host, port):


if __name__ == '__main__':
banner()
choice()

0 comments on commit 697dbe9

Please sign in to comment.