Creat a Phishing page Nero phishing server Easy 2022

Nero phishing server – Nero is a short but powerful server to generate fake pages for phishing, doesn’t come with pre-made web pages, Nero can retrieve recursively and generate the SAME page and parse it quickly! Also, supports tunneling with Servo, Ngrok, and Tinyurl.




Tested platform:

Termux

Linux

Windows

Install and use nero phishing server?
Install Pre-request
First of all we need to install the basic requirements so execute the following command on your terminal


#Termux
pkg install git
pkg install python && pkg install python2
#Linux
sudo apt install git
Sudo apt install python && sudo apt install python2 

Download the Nero phishing
When you complete the pre installation execute the below command in your terminal to download the nero tool.

git clone https://github.com/kurogai/nero-phishing-server.git 


Now change the directory with “cd” command


After completing the above steps give permission to read write and execute of all python files so run the below command in your terminal

    
     
chmod +x *.py 


Install needed modules
Now the tool was ready to run but you will not create any phishing page because the tool not work properly so execute the following command to install the some required python modules

    
     
pip install urlopen
pip install requests
pip install pyngrok 

Run Nero Tool
Executing the following command with python3. then you can see nero tool terminal, and type “Help” command and press enter you can see the usage attributes

    
     
python3 nero.py 


Create Phishing Page
Now enter following command one by one to create any website as a phishing page

    
     
set ip {your ip}
set port {your port}
set url {target url} 


Finally execute the “run” command to create a target website phishing page Link. Then send that link to your victim, if your victim type any data through the link you will get all information to your terminal..

Post a Comment

Previous Post Next Post