PacketWhisper icon indicating copy to clipboard operation
PacketWhisper copied to clipboard

installing

Open TheWildIndian opened this issue 4 years ago • 1 comments

very new to git repositories . after i clone to directory in kali how do i install and run program ?

TheWildIndian avatar Sep 16 '21 02:09 TheWildIndian

  1. Clone the repository
git clone https://github.com/TryCatchHCF/PacketWhisper
  1. Make sure you have python installed version 2. This is not written with version 3
$ python --version       
Python 2.7.18
  1. Go inside the cloned directory and then execute the file packetWhisper.py
$ cd PacketWhisper
$ python packetWhisper.py

dunefro avatar Nov 15 '21 14:11 dunefro