Socket Based Backdoor and Listener

Overview

Socket Based Backdoor and Listener



Project Description 🧾 πŸ‘¨β€πŸ« :-


The Project is mainly based on Sockets πŸ”Œ , File Handling and subprocess library for Creating For Hacking πŸ’€ into one's Computer (Any OS-Platform Service) and listening on your computer and waiting for Connections and Running system Commands from Your Computer to the target Computer for which Output will be Displayed On your Computer. πŸ‘ πŸ‘



Project Features ✍ ✍ ✍ :-


  • Listeners are used to recieve the incomming Data from the Target Computer πŸ‘‚
  • Backdoors are Used to Execute on target Computer to send the data πŸ“©
  • Once the Connection is made you can write any command on Listener and Execute
  • Any Command Executed on listener will be executed silently in the Target Machine
  • Output Will be Displayed on listener machine
  • All the Target OS Commands Can Be Executed On Listener
  • Backdoors are made Persistent So you Won't lose Connection Once the Computer Restarts IT WILL BE BACK!!!
  • You Can Convert the python files into any target machine Executable so it's not Suspicious


Usage (For Testing Purposes) :


Step 1: Use Virtual Box and Install any Linux OS and bridge the wifi Adapter in network Settings
Step 2: Head to Command Line and edit execute_Listener.py and enter the IP address of Linux Machine wherever mentioned:

ifconfig 

(For getting IP address on eth0)
Step 3: Execute the execute_Listener.py file:

python3 execute_Listener.py

(remember:- listener.py should be in same directory)

Step 4: Head Over to Target Machine (Example Windows OS) and change the IP address of execute_backdoor similiar to listener's IP:

Step 5: Execute the execute_backdoor.py file:

python3 execute_backdoor.py

(remember:- reverse_backdoor.py should be in same directory)


## **AND YOU ARE SET TO GO !!!** go to the listener and execute any system commands you would like (eg : cd)

# Additional Features ⭐ ⭐ 🌟 🌟 🌟 :
- USE THE Following command to download any file from target's current working directory ``` download (filename) ```
  • USE THE Following command to upload any file from listener's current working directory to target's working Directory:
upload (filename)



For Education Purpose Only. Thank you !!

You might also like...
OptiPLANT is a cloud-based based system that empowers professional and non-professional data scientists to build high-quality predictive models

OptiPLANT OptiPLANT is a cloud-based based system that empowers professional and non-professional data scientists to build high-quality predictive mod

DNSStager is an open-source project based on Python used to hide and transfer your payload using DNS.
DNSStager is an open-source project based on Python used to hide and transfer your payload using DNS.

What is DNSStager? DNSStager is an open-source project based on Python used to hide and transfer your payload using DNS. DNSStager will create a malic

πŸ› Self spreading Botnet based on Mirai C&C Arch, spreading through SSH and Telnet protocol.
πŸ› Self spreading Botnet based on Mirai C&C Arch, spreading through SSH and Telnet protocol.

HBot Self spreading Botnet based on Mirai C&C Arch, spreading through SSH and Telnet protocol. Modern script fullly written in python3. Warning. This

Raspberry Pi Based Serial Console Server, with PushBullet Notification of IP changes, Automatic VPN termination, custom menu, Power Outlet Control, and a lot more
Raspberry Pi Based Serial Console Server, with PushBullet Notification of IP changes, Automatic VPN termination, custom menu, Power Outlet Control, and a lot more

ConsolePi Acts as a serial Console Server, allowing you to remotely connect to ConsolePi via Telnet/SSH/bluetooth to gain Console Access to devices co

A database-based CDN node supporting PostgreSQL and MongoDB backends.
A database-based CDN node supporting PostgreSQL and MongoDB backends.

A simple to use database-based deployable CDN node for hobbyist developers who wish to have their own CDN!

A web-based app that allows easy, simple - and if desired high-throughput - analysis of qPCR data
A web-based app that allows easy, simple - and if desired high-throughput - analysis of qPCR data

qpcr-Analyser A web-based GUI for the qpcr package that allows easy, simple and high-throughput analysis of qPCR data. As is described in more detail

This is a python based command line Network Scanner utility, which input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all the available IP addresses with their MAC addresses on your current Network.

This is a python based command line Network Scanner utility, which input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all the available IP addresses with their MAC addresses on your current Network.

A Python based command line ARP Spoofer utility, which takes input as arguments for the exact target IP and gateway IP for which you wish to Spoof ARP request

A Python based command line ARP Spoofer utility, which takes input as arguments for the exact target IP and gateway IP for which you wish to Spoof ARP request

Network-Shredder is a python based NIDS.
Network-Shredder is a python based NIDS.

Network-Shredder is a python based NIDS.

Releases(v.1.0.0)
  • v.1.0.0(May 28, 2021)

    Socket Based Backdoor and Listener



    Project Description πŸ§ΎπŸ‘¨β€πŸ« :-


    The Project is mainly based on Sockets πŸ”Œ , File Handling and subprocess library for Creating For Hacking πŸ’€ into one's Computer (Any OS-Platform Service) and listening on your computer and waiting for Connections and Running system Commands from Your Computer to the target Computer for which Output will be Displayed On your Computer. πŸ‘πŸ‘



    Project Features ✍✍✍ :-


    • Listeners are used to recieve the incomming Data from the Target Computer πŸ‘‚
    • Backdoors are Used to Execute on target Computer to send the data πŸ“©
    • Once the Connection is made you can write any command on Listener and Execute
    • Any Command Executed on listener will be executed silently in the Target Machine
    • Output Will be Displayed on listener machine
    • All the Target OS Commands Can Be Executed On Listener
    • Backdoors are made Persistent So you Won't lose Connection Once the Computer Restarts IT WILL BE BACK!!!
    • You Can Convert the python files into any target machine Executable so it's not Suspicious
    Source code(tar.gz)
    Source code(zip)
Owner
Shivansh Mehta
I am a Full Stack Web DeveloperπŸ€–. I am an Aspring ProgrammerπŸ˜ͺ.I always stay self-Motivated to Learn New things.πŸ˜€ I am also Professional teacher in PythonπŸ‘“
Shivansh Mehta
Simple reverse backdoor utility, that uses sockets to communicate.

reverse_backdoor Simple reverse backdoor utility, that uses sockets to communicate. How to use Run rev_bd_listener.py using command below: $ python3 r

null 1 Dec 10, 2021
A simple chat room using socket and threading for handle multiple connections.

β€’ Socket Chat Room was a little project for socket study. It works with a server handling the incoming connections from the clients. Clients send encoded messages while waiting for others clients messages simultaneously. And the server receive all the messages and delivers to the other clients.

Guilherme de Oliveira 2 Mar 3, 2022
telnet implementation over TCP socket with python

This a P2P implementation of telnet. This program transfers data on TCP sockets as plain text

null 10 May 19, 2022
A python socket.io client for Roboteur

Roboteur Client Example TODO Basic setup Install the requirements: $ pip install -r requirements.txt Run the application: $ python -m roboteur_client

Barry Buck 1 Oct 13, 2021
TicTacToe using Socket Server

TicTacToe using Socket Server This is a project for the class : 18CSC302J - Computer Networks by Dr. S.Babu Contributors Suvodeep Sinha RA191100301010

Suvodeep Sinha 12 Nov 30, 2022
A socket script to obtain chinese phones-sequence for any english word

Foreign Pronunciation Generator (English-Chinese) We provide a simple socket script for acquiring Chinese pronunciation of English words (phones in ai

Ephemeroptera 5 Jul 25, 2022
Simple Port Scanner With Socket Module In Python 3x

PortScanner Simple Port Scanner With Socket Module In Python 3x How To Install Requirements Of This Port Scanner sudo apt install python3;sudo apt ins

null 1 Nov 23, 2021
Real-time text-editor using python tcp socket

Real-time text-editor using python tcp socket This project does not need any external libraries so you don't need to use virtual environments. All you

MatiYo 3 Aug 5, 2022
Socket programming is a way of connecting two nodes on a network to communicate with each other

Socket Programming in Python Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens

Janak raikhola 1 Jul 5, 2022
DEMO SOCKET AF INET SSL PYTHON

DEMO_SOCKET_AF_INET_SSL_PYTHON Python demo of socket family as AF_INET using TCP with SSL. Compatibility : macOS & GNU/Linux Network Topology style :

Enola 1 Jan 24, 2022