Skip to content

mayankpandit00/CyKit_Downloads-Replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CyKit Series

6) Downloads Replacer

A pthon program in cybersecurity kit series that intercepts the downloads of a victim and replaces it with a malicious file.

Requirements :

Linux distro (preferably Kali Linux), Python 3, terminal or any IDE (vscode or pycharm)

Introduction :

Setup :

  1. Download Kali Linux, Python 3 and IDE:

    1. https://www.kali.org/get-kali/#kali-virtual-machines
    2. https://www.python.org/downloads/ (python 3)
    3. https://www.jetbrains.com/pycharm/download/#section=windows (pycharm)
    4. https://code.visualstudio.com/download (vscode)
  2. Download repository :

    1. On GitHub, navigate to the main page of the repository.
    2. Under the repository name, click Clone or Download.
    3. In the Clone with HTTPs section, click to copy the clone URL for the repository.
    4. Open Git Bash.
    5. Change the current working directory to the location where you want the cloned directory to be made.
    6. Alternatively, you can download its .zip file and store it to your desired location on the system.
  3. Run requirements.txt (if any):

    1. Opne terminal/Command Prompt
    2. Type the following code : pip install -r requirements.txt (Python 2) or pip3 install -r requirements.txt (Python 3)
  4. Usage :

    1. sudo python downloads_replacer.py -m [Machine to execute command on (local/remote)] -d [Extension to sniff and replace] -r [Replace download with]

About

CyKit Series - Downloads Replacer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages