It's newer version of DUPNIX3000, I needed to rebuild it, because i'm still learning programming and decided that building it from scratch would be better option than developing the old shitty code.
Dupnix 3 is a backdoor you can use to gain control on a pc, troll sb, do a lot of things, the only limit is your imagination. If you had any problems with using Dupnix 3 - dm me, my discord is in my bio.
Dupnix communicates to you through telegram, so nobody can detect who's on the other side.
Note: dupnix can be reverse engineered for example using burp suite so if victim is wise he can gain control over your telegram bot, read your channel, get your telegram id etc.
- Start with texting
/newbot
to@BotFather
on Telegram - Name your bot
BotFather
will send you ur api token, you'll need it later- Text to him
/setPrivacy
, select ur bot and text himDisable
- Create a channel and add ur bot as admin
- Text anything on the channel u created
- go to
https://api.telegram.org/bot<api Token>/getUpdates
- Find the
"id":
number, that's urchat_id
- You need to create a json file which name is
dupnix-config.json
, in releases there is a templateautostart <true/false>
automatically installs the Dupnix and runs it every pc boothide_terminal <true/false>
who would expect that it hides the terminal?refresh_rate <seconds>
how often Dupnix checks if you sent some messageid
sets id of this pc (useful when u controll more than one pc)bot_token
token of bot you can get in Telegram sectionchat_id
id of ur chat, get it in the Telegram sectionpath
path where u want the Dupnix to be (you can use%sysdisk%
and%username%
)
- Check dupnix-config.json (you can find it in releases)
- run dupnix from cmd and put what's inside of config file as args (you need to put \ before quotes 'cause cmd for some reason is removing quotes)
C:\> dupnix3.exe {\"autostart\":true,\"bot_token\":\"\"...}
- create dupnix-config.json file in the same directory as exe and run it
- when
main_instance_mode
in config file is set to true, then ID is not needed anymore for this instance
- Dupnix is copied to the path specified in
dupnix-config.json
and is being added to autostart through Registry
<ID> <Command> <Parameters>
<ID>
is set by you, you can also use<INSTANCE_ID>
instead which is randomly generated, may be useful when more than one victim has the same ID
If you wanna do something then go ahead, please text me before (my discord is in my bio).
Why Dupnix 3 is called Dupnix 3? On one of cash machines in my town there is sign DUPNIX, that's all.
Whole this project is only for eductional purposes, I am not responsible for anything you did or will do with this software.