- Install kali linux image
- Install 7zip
- unzip kali linux image in whatever directory you choose on your local machine.
-
Install vmware workstation
-
In the Vmware Workstation app:
a. File->Open
b. Directory where Kali Linux Image is
-
Edit the VM to have 4 GB of memory.
-
Power it on and select "I Copied it" when the notification pops up.
-
To log in to VM:
User: root ; pwd: toor
-
Open terminal
-
Run the following commands in order to set up environment:
a.
python3 -V(check that it is a Python version less than 3.7)b.
git clone <repository>c.
pip3 install scapyd.
sudo apt-get install libnetfilter-queue-deve.
pip3 install netfilterqueuef.
pip3 install PyQt5
-
On the same terminal
-
run:
a.
cd ntpsb.
python3 main.py
-
Open a terminal
-
do:
a. run
vim ~/.bashrc-
Inside this file, find a free open line and write:
-
alias runsw='python3 /root/ntps/main.py'
b. Save the changes in the file.
c. run
source ~/.bashrc -
-
Now, whenever you'd like to run your program regardless of directory, just run
runswon command line.