Sinisterly
FuhrerGet looking for beta testers - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs)
+--- Thread: FuhrerGet looking for beta testers (/Thread-FuhrerGet-looking-for-beta-testers)



FuhrerGet looking for beta testers - lifecoder - 07-06-2016

Hi all,

I am making a Remote Administration Tool with 2 friends named FuhrerGet, since we are getting close to releasing the first stable version we are looking for 2 beta testers, instructions on applying can be found below.

FuhrerGet Features:

Encrypted Communication
Multi-Threaded
UPnP Support
Visit Website
Show Messagebox
Task/File/Startup Manager
Remote Desktop/Shell/Webcam
Download/upload & Execute
System Information
Computer Commands
Keylogger
Reverse Proxy
Password Recovery
Registry Editor
Tor Support & Setup
and more to come, you can always give suggestions

To apply as beta tester, send me a message with below information:

-Why should we choose you?
-How many time can you spend for us?
-Your skype

Pictures coming later


RE: FuhrerGet looking for beta testers - Killpot - 07-06-2016

What language is it coded in?


RE: FuhrerGet looking for beta testers - lifecoder - 07-07-2016

C#, Couldn't make a plugin system with c++ :/


RE: FuhrerGet looking for beta testers - Killpot - 07-07-2016

Sounds dank, however, you've got a lot of competition out there if I were you I would start to get some things that set you apart from the others. A plugin system is good, but there are many things that could put you way over the top. Some ideas:
- Elevation exploit, basically this: http://0day.today/exploit/description/25400
- Kernel driver to hide process, would be good for long-term targets, and you could easily charge extra for this, wouldn't be too hard either
- .Net CORE? I've toyed with it, but people love the idea of native, so it would be worth.
- BSOD protection, 2 methods, RtlSetProcessIsCritical, or NtRaiseHardError to manually bluescreen.
- Anti-Debugging techniques: http://read.pudn.com/downloads141/sourcecode/crypt/608882/AntiRE.h__.htm
- Metamorphism, since you're in .Net, look into Mono.Cecil and you could do some runtime metamorphism, even simple renaming of variables is enough.

Those would be some quality features that I haven't seen around, (aside from BSOD) and if you can implement them you could gain a huge advantage, but if you plan to sell you're gonna need a good system to protect against reverse engineers, if you need help with any of the stuff I listed hmu, and if I'm not busy I'll help you out.


RE: FuhrerGet looking for beta testers - lifecoder - 07-07-2016

Wow, I'm to look right into it, already thought of a kernel driver, but, i may not be up to date, what about patchguard? Or whatever its called? But really thanks


RE: FuhrerGet looking for beta testers - meow - 07-07-2016

(07-07-2016, 02:48 AM)Killpot Wrote: - Elevation exploit, basically this: http://0day.today/exploit/description/25400

Lol wait, you mean you haven't realized that that website's exploits are completely fake and only there to profit the owners? HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA

Spoiler:
It's called escalation not elevation



RE: FuhrerGet looking for beta testers - Killpot - 07-07-2016

(07-07-2016, 03:36 PM)meow Wrote:
(07-07-2016, 02:48 AM)Killpot Wrote: - Elevation exploit, basically this: http://0day.today/exploit/description/25400

Lol wait, you mean you haven't realized that that website's exploits are completely fake and only there to profit the owners? HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA

Spoiler:
It's called escalation not elevation

I didn't mention anything about the legitimacy of the website, I was just using that exploit as an example.

(07-07-2016, 09:57 AM)lifecoder Wrote: Wow, I'm to look right into it, already thought of a kernel driver, but, i may not be up to date, what about patchguard? Or whatever its called? But really thanks

https://github.com/hfiref0x/DSEFix
https://github.com/hfiref0x/TDL


RE: FuhrerGet looking for beta testers - meow - 07-07-2016

(07-07-2016, 04:02 PM)Killpot Wrote: I didn't mention anything about the legitimacy of the website, I was just using that exploit as an example.

Right.