jarbou3 is rat tool coded in python with C&C which can accept multiple connections from clients

Overview

jarbou3

Jarbou3 is rat tool with coded in python with C&C which can accept multiple connections from clients

Follow on Social Media Platforms

WhatisRat

ScreenShot

Features

  • C&C server which can accept multiple clients
  • builder
  • Undetectable
  • Steal chrome passwords
  • Steal Discord Token
  • Persistence
  • download + upload files
  • run powershell commands
  • spawn other programmes
  • screenshot
  • Keylooger
  • send commands to all clients
  • download file and exec
Comments
  • Connection error

    Connection error

    It connect to client several times just like after executing payload the tool shows more than 2-3 clients connected but nor any of them works....

    youhackerC&C: ('127.0.0.1', 10485) has connected! ('127.0.0.1', 10487) has connected! ('127.0.0.1', 10489) has connected!

    I am using ngrok as portforward ....

    opened by Darkhaxxor005 1
  • Payload execution error

    Payload execution error

    When the exe payload executed in shows no module named "scarpy" Traceback (most recent call last): File "jarbou3.py", line 22, in ModuleNotFoundError: No module named '

    opened by Darkhaxxor005 1
  • installer.bat error

    installer.bat error

    Using cached psutil-5.9.0-cp38-cp38-win_amd64.whl (246 kB) ERROR: Could not find a version that satisfies the requirement urllib2 (from versions: none) ERROR: No matching distribution found for urllib2 WARNING: You are using pip version 21.1.1; however, version 22.0.3 is available. You should consider upgrading via the 'C:\Users\Indra\AppData\Local\Programs\Python\Python38\python.exe -m pip install --upgrade pip' command.

    opened by Darkhaxxor005 0
  • Payload execution error

    Payload execution error

    Again in this version you forgot to import scapy in exe payload when it is executed it shows the following error

    Traceback (most recent call last): File "jarbou3.py", line 22, in ModuleNotFoundError: No module named '

    opened by Darkhaxxor005 0
  • python 3 'C&C.py' error

    python 3 'C&C.py' error

    $ python3 'C&C.py' Traceback (most recent call last): File "C&C.py", line 9, in import playsound ModuleNotFoundError: No module named 'playsound'

    ^ what I get after running command

    opened by throwawaya609 6
  • Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.

    Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.

    youhackerC&C: build

    1) lhost and lport
    2) grab host and port from pastebin ex:127.0.0.1:4444
    

    choose:1 entre your host:192.168.100.83 entre lport:4444 entre your icon path:/root/C2/RAT/Capture2.PNG [+]Compiling Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.

    sh: 1: cd: can't cd to dist

    opened by CarlosVP120 1
  • dependenciesss??

    dependenciesss??

    Installing build dependencies ... error error: subprocess-exited-with-error

    × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [248 lines of output] Ignoring numpy: markers 'python_version == "3.6" and platform_machine != "aarch64" and platform_machine != "arm64"' don't match your environment Ignoring numpy: markers 'python_version >= "3.6" and sys_platform == "linux" and platform_machine == "aarch64"' don't match your environment Ignoring numpy: markers 'python_version >= "3.6" and sys_platform == "darwin" and platform_machine == "arm64"' don't match your environment Ignoring numpy: markers 'python_version == "3.7" and platform_machine != "aarch64" and platform_machine != "arm64"' don't match your environment Ignoring numpy: markers 'python_version == "3.8" and platform_machine != "aarch64" and platform_machine != "arm64"' don't match your environment

    opened by eraosa 2
Owner
youhacker55
youhacker55
9SPY: a Windows RAT built in Python using sockets

9SPY ??‍?? 9SPY is a Windows RAT built in Python using sockets Features Features will be listed here soon, there are currenly 14 Information This is a

doop 12 Dec 1, 2022
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
Multiple-requests-poster - A tool to send multiple requests to a particular website written in Python

Multiple-requests-poster - A tool to send multiple requests to a particular website written in Python

RLX 2 Feb 14, 2022
Passive TCP/IP Fingerprinting Tool. Run this on your server and find out what Operating Systems your clients are *really* using.

Passive TCP/IP Fingerprinting This is a passive TCP/IP fingerprinting tool. Run this on your server and find out what operating systems your clients a

Nikolai Tschacher 158 Dec 20, 2022
This tool will scans your wi-fi/wlan and show you the connected clients

This tool will scans your wi-fi/wlan and show you the connected clients

VENKAT SAI SAGAR 3 Mar 24, 2022
A fire and forget command-line tool to allow for easy transitions of VPN connections between a pool of AWS machines.

VPN Swapper A fire and forget command-line tool to allow for easy transitions of VPN connections between a pool of AWS machines. Dependencies poetry -

Workday 5 Jul 7, 2022
A simple and lightweight server that allows clients to connect and launch a shell remotely through a browser.

carrotsh A simple and lightweight server that allows clients to connect and launch a shell remotely through a browser. Uses xterm.js for the frontend

V9 31 Dec 27, 2022
Repo for investigation of timeouts that happens with prolonged training on clients

Flower-timeout Repo for investigation of timeouts that happens with prolonged training on clients. This repository is meant purely for demonstration o

null 1 Jan 21, 2022
wireguard-config-benchmark is a python script that benchmarks the download speeds for the connections defined in one or more wireguard config files

wireguard-config-benchmark is a python script that benchmarks the download speeds for the connections defined in one or more wireguard config files. If multiple configs are benchmarked it will output a file ranking them from fastest to slowest.

Sal 12 May 7, 2022
This Tool can help enginners and biggener in network, the tool help you to find of any ip with subnet mask that can calucate them and show you ( Availble IP's , Subnet Mask, Network-ID, Broadcast-ID )

This Tool can help enginners and biggener in network, the tool help you to find of any ip with subnet mask that can calucate them and show you ( Availble IP's , Subnet Mask, Network-ID, Broadcast-ID )

null 12 Dec 13, 2022
Start a simple TCP Listener on a specified IP Address and Port Number and receive incoming connections.

About Start a simple TCP Listener on a specified IP Address and Port Number and receive incoming connections. Download Clone using git in terminal(git

AgentGeneric 5 Feb 24, 2022
API for concurrency connections

Multi-connection-server-API API for concurrency connections difference between this server and the echo server is the call to lsock.setblocking(False)

Muziwandile Nkomo 1 Jan 4, 2022
An API for controlling Wi-Fi connections on Balena devices.

Description An API for controlling Wi-Fi connections on Balena devices. It does not contain an interface, instead it provides API endpoints to send re

null 8 Dec 25, 2022
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

Abhinandan Khurana 1 Feb 10, 2022
euserv auto-renew script - A Python script which can help you renew your free EUserv IPv6 VPS.

eu_ex eu_ex means EUserv_extend. A Python script which can help you renew your free EUserv IPv6 VPS. This Script can check the VPS amount in your acco

A beam of light 92 Jan 25, 2022
EUserv - A Python script which can help you renew your free EUserv IPv6 VPS

English | 简体中文 This project comes from https://github.com/a-beam-of-light/eu_ex

阿两 0 Jan 6, 2022
A simple software which can use to make a server in local network

home-nas it is simple software which can use to make a server in local network, it has a web site on it which can use by multipale system, i use nginx

R ansh joseph 1 Nov 10, 2021
This is a Client-Server-System which can share the screen from the server to client and in the other direction.

Screenshare-Streaming-Python This is a Client-Server-System which can share the screen from the server to client and in the other direction. You have

VFX / Videoeffects Creator 1 Nov 19, 2021
This is a Client-Server-System which can send audio from a microphone from the server to client and in the other direction.

Audio-Streaming-Python This is a Client-Server-System which can send audio from a microphone from the server to client and in the other direction. You

VFX / Videoeffects Creator 0 Jan 5, 2023