MrRobot
November 10, 2019, 2:40pm
1
I am working on open-source ransomeware generator.
70 % of work is done, just want to add a GUI which is similar to wannacry
I know how to develop GUI programs, but not so good in it, I developed a ugly looking ransomeware
Could anyone contribute, GUI for this project which I am going to release on my GitHub page.
Please code in python as whole ransomeware is purely written in python
And use tkinter as GUI module.
Thanks in advance
Hope someone help
1 Like
MrRobot
November 10, 2019, 2:51pm
2
Till now Ransomeware has these features:
Works on windows
Generates unique machine I’d
Generates random encryption key but static for one system.
Payload is encrypted with base64 before compilation process
Sends encryption key and machine Id to remote server (website)
Encrypt/decrypt files
Able to exclude particular directory (exclude directory can be set)
Target particular file extension (extension can be set)
Changes wallpaper after every given interval of time
Encryption key is uncrackable as it is generated randomly (MD5 hash)
Key is first successful send to remote host and then encryption process starts
Becomes persistent
Coming features:
Disable task manager
Task scheduler function to kill encryption Key
Also suggest more features
1 Like
Rootsec
November 10, 2019, 4:02pm
3
Looks really nice but you won’t find anyone here who can contribute in your malware or ransomware development as this place is purely a whitehat hacking platform and such questions won’t be answered satisfactorily here. Maybe such activities may get you banned temporarily.
MrRobot
November 11, 2019, 9:47am
4
BANNED temporarily??
We all used a lot of hacking tools which do blackhat hacking for us like fatrat, metasploit exploits, meterpreter rat etc,
All these tools gives hacker remote access,
is this white hat practice???
also if someone don’t know basics of blackhat hacking then how would he/she stop blackhat hackers
ec-council tagline: to beat a hacker you need to thing like a hacker.
I am developing a OPEN-SOUCE ransomeware, which can be used to demonstrate the practical effects of a ransomeware.
and I am not going to sell ransomeware on darnet or any illegal site.
purely made for educational purpose
3 Likes
Silent
November 18, 2019, 8:11am
5
You should update us when you release the project github also put give the link, my colleagues on python will be able to contribute to it. The project seems like Very good one.
Rootsec
November 18, 2019, 12:07pm
6
You know any single system android ransomware for research and learning purposes? Google isn’t of help in this case.
MrRobot
November 18, 2019, 3:27pm
7
Almost done buddy, and also GUI part
Some server’s file is left to code in PHP
Which will be used to retrieve key
GUI is similar to wannacry
Ransomeware generater , timer function to kill Decryptor, like things are left to code
MrRobot
November 18, 2019, 3:34pm
8
Don’t know much about android development
But searching like this in Google can help you
“Android Ransomeware GitHub”
MrRobot
November 18, 2019, 3:37pm
9
Database manager or Ransomeware
Screenshot of Ransomeware
MrRobot
November 18, 2019, 3:39pm
10
will update you all whenever i complete this project,
It will take some time as not getting time to work on this project
2 Likes
Rootsec
November 18, 2019, 4:09pm
11
Oh well i already searched on Google but i didn’t got any “single system android ransomware” for testing purposes. I think i saw a windows ransomware for such cases but surely not for android.
Rootsec
November 18, 2019, 4:10pm
12
I am really keen to try this out for learning and testing purposes. Do update us when you release this project.
MrRobot
November 19, 2019, 12:29pm
13
May be This is what you are searching for.
For me the builder didn’t work but then i manage to build it manually.
manual method:-
Simply upload server files ATANK-master\web\helow* it to your server as decryption key is displayed on website
update sql.php with right creds.
create database and upload slave.sql present in *ATANK-master\web*
update your server url - line 331 in MainActivity.smali present in ATANK-master\scriptcode\smali\com\example\kico\myapplication
Compile and sign using Easy APK Tool or whatever you like
Note: url must be http, and server should not be configured to redirect http to https
1 Like
Silent
November 19, 2019, 9:13pm
14
I can contribute in the server side using PHP.
1 Like
MrRobot
November 20, 2019, 12:38pm
15
I made a really simple backend, a page which has no login system etc
just ask machine ID and shows the Decryption Key.
Please contribute later, when i upload the project to github, as it is easy to accept pull request or merger modification etc
But for now thanks for showing interest buddy
MrRobot
November 22, 2019, 1:35pm
17
Released on GitHub : )
Now Please Contribute and also told your colleagues which you are talking about to contribute so that we can make this tool THE BEST.
Hope You Like The Released Version
Thanks in advance for the contribution
1 Like
Silent
November 24, 2019, 6:07am
18
Give us the name/link of the project