Skip to content

Commit

Permalink
Merge pull request #2 from elango/patch-1
Browse files Browse the repository at this point in the history
Update backdoorcreate.py
  • Loading branch information
krishpranav committed Oct 3, 2020
2 parents 06967a6 + 697dbe9 commit ad97af0
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 ad97af0

Please sign in to comment.