Skip to content

shilu10/ReverseShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ReverseShell

Table of contents

General info

This project is based on the concept of Backdoor. Backdoor is a malicious file used by the hacker to hack the Windows Desktop particularly. These files are not sensitive or it won't caught in stateless firewall.This File is coded based on getting the connection from the victim.So in the stateless firewall allows the connection from that p.c

Technologies

Project is created with:

  • Python 3.9.2
  • json
  • base64
  • csv
  • re
  • argparse
  • socket
  • sys
  • subprocess

Installation

pip install base64
pip install argparse
pip install requests

Setup

To run this project,clone this repository in your machine:

  • Make sure to have a Python installed
$ cd ../AmazonElectronicScraper
$ python3 run.py -p 1 -f "amazon.csv" -s "laptop"
$ python3 run.py -h 
  • python3 run.py -h - To see the description and to get the help
  • -f argument - It is used to specify the filename .Where you like to save the result.Please make sure to use the csv extension.
  • -s argument - It is used to specify a search keyword .Like mobile phones, Latpops
  • -p argument -It is used to speicfy , how many page you need to extract.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages