Skip to content

Commit 322a67e

Browse files
committed
Nero Phishing server
1 parent 858aa63 commit 322a67e

5 files changed

Lines changed: 681 additions & 0 deletions

File tree

Nero-Phishing-Server/Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Nero-Phishing-Server
2+
3+
Nero is an short but powerfull server to generate fake pages for phishing, doesn't come with pre-made webpages, Nero can retreive recursively and generate the SAME page and parse it quickly! Also, supports tunneling with Serveo, Ngrok and Tinyurl.
4+

Nero-Phishing-Server/help.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
def help_():
3+
print("\033[34m")
4+
print("\n\tCommands")
5+
print("\n\tset Configure a command:")
6+
print("\n\t set [ip,port,page,script,module]")
7+
print("\n\thelp You know")
8+
print("\n\tlist Show all modules pre-instaled")
9+
print("\n\trun start the server")
10+
print("\033[m")

0 commit comments

Comments
 (0)