Skip to content

juranga/ntps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

222 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Set Up for Developers


Kali Linux Installation

  1. Install kali linux image
  2. Install 7zip
  3. unzip kali linux image in whatever directory you choose on your local machine.

Creating Kali Linux VM

  1. Install vmware workstation

  2. In the Vmware Workstation app:

    a. File->Open

    b. Directory where Kali Linux Image is

  3. Edit the VM to have 4 GB of memory.

  4. Power it on and select "I Copied it" when the notification pops up.

  5. To log in to VM:

    User: root ; pwd: toor

Setting up Developer environment after Opening Kali VM

  1. Open terminal

  2. 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 scapy

    d. sudo apt-get install libnetfilter-queue-dev

    e. pip3 install netfilterqueue

    f. pip3 install PyQt5

Run the following commands to start the program

  1. On the same terminal

  2. run:

    a. cd ntps

    b. python3 main.py

For creating an alias to run program wherever do the following:

  1. Open a terminal

  2. 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

  3. Now, whenever you'd like to run your program regardless of directory, just run runsw on command line.

About

Capstone Project from Team 1 for UTEP's Software II class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages