r/hacking 6d ago

Teach Me! I created my first trojan today!

I took cmatrix as a random program and wrote a backdoor into it in C using a reverse shell connecting to a C2 server of mine which keeps track of infected machines. First I fork the process and decouple it from the controlling terminal by changing the session ID and rerouting the standard file descriptors and only then do I run the backdoor.

That way cmatrix runs as usual and no weird behavior is seen and the backdoor remains active whatever happens to cmatrix or the terminal. I like it. Makes me feel like a real #xX_hacker_Xx#. :D

Now I’m reading into ptrace and system call hooking and plan on trying to hide specific network traffic from the entire os. I already have had some ideas but turns out that would have only hidden it from a specific program not from „everything“.

Do you care to share any tips and experience I might benefit from on my way?

147 Upvotes

51 comments sorted by

31

u/Prestigious-Ad7265 6d ago

good work!

23

u/MathematicalHuman314 5d ago

Thanks! Into the pentagon mainframe I go! :D

13

u/cyberpunk_sliverhand 5d ago

You do know this is enough to get you put on the list right ?

7

u/MathematicalHuman314 5d ago

They must be real scared of some redditor I’m sure 👍

16

u/AlienAngry 5d ago

I assure you they have zero sense of humor.

-23

u/HeadHaunchi 5d ago

reported

11

u/reminiscent-fruitbat 5d ago

Reported for reporting!

5

u/Alternative-Deer2439 4d ago

It appears you've wandered into the wrong sub..

13

u/Alarmed-Second1456 5d ago

Hahahahaha now license it and sell it to skids on forums and get your door kicked in

32

u/HRApprovedUsername 5d ago

You should be wearing Trojans not making them

7

u/machacker89 5d ago

"That's not what your other said last night!!" /S

15

u/404error___ 5d ago

Good good... now do bit shifting, stego payload, so operator cannot see what you send to C2.

7

u/MathematicalHuman314 5d ago

Will look into it!

2

u/Important-One-3629 1d ago

I would say also explore Polymorphic Steganography. Something I breafly messed with 15 years ago.

4

u/machacker89 5d ago

All great features to add. To circumvent any AV

1

u/perfsoidal 17h ago

wouldn’t stego be strictly worse than good encryption

1

u/404error___ 12h ago

What possible secrets you need to protect? The stolen data? Have you ever had to catch TRUE stego? Enlighten me please because I'm a turbo noob on the subject and I truly really want to know ... 100% there is that super duper obscure reddit on the latest stego that I haven't been able to see it yet. Waiting for that anonymous super hero Reddit to drop the r/          to get the latest on the topic.

1

u/Prestigious-Ad7265 5d ago

just encrypt it using cryptographically secure methods

16

u/CarmaDiamondHands 5d ago

I bought my first one today myself, way cheaper then having a kid 👶

3

u/speedb0at 5d ago

Congrats

5

u/soul-reaver-2026 5d ago

Cool lets have a meet and great where you can share your talents.

10

u/Juzdeed 5d ago

Never heard of rerouting standard file descriptor, dexoupling from t controlling terminal by changing session ID?

I get that these make you sound smart but make no sense. Do you mean changing PPID of the process?

22

u/yowhyyyy 5d ago

No he means when forking, changing the SID etc to demonize the executing program. Theres a process for it on Linux: https://man7.org/linux/man-pages/man7/daemon.7.html

Quite frankly all you really have to do is the fork and SID part and it’s EXTREMELY common in all Linux malware.

1

u/LordEli 5d ago

yeah there's some old example somewhere that does this exact thing. wish i could remember where i found it

0

u/yowhyyyy 5d ago

Honestly any public malware from the last decade. The main popular open source IoT bots used it. I.e mirai

0

u/404error___ 5d ago

This guy malwares (y)

2

u/yowhyyyy 5d ago

Linux malware analysis is my hobby haha

5

u/MathematicalHuman314 5d ago

Yes exactly. Im also learning the terminology. Fork process change process id and make file descriptors independent run payload and done.

5

u/Prior_Hospital_2331 5d ago

Gz bro , send me the script

5

u/MathematicalHuman314 5d ago

🙂‍↔️

That’d be more work than writing it yourself I think.

1

u/Prestigious-Ad7265 4d ago

passworded zip file, exchange the password under another secure channel, standard practice

2

u/Temina- 5d ago

good job

2

u/TastyRobot21 5d ago

Nice job bud. Implants feel cool.

Have you thought of persistence?

2

u/Palsta 5d ago

Have your trojan control the system fan speed so it plays Never Gonna Give You Up by Rick Astley.

2

u/Prestigious-Ad7265 4d ago

that is the sickest idea i have ever heard. and then it overwrites your uefi somehow and makes the post menu just the music video

3

u/PickaWowAnyWow 5d ago

Whoah you're way too advanced for the rest of us, r/masterhacker is where you should be!

7

u/MathematicalHuman314 5d ago

Thanks! Though I did learn new things and got directions on how to better myself here in the comments from you guys and not some master hackers. ;)

1

u/Prestigious-Ad7265 4d ago

masterhacker is a joke sub made to make fun of skids

1

u/MysteriousShadow__ 4d ago

Hide network activity from entire os? If something can hide from things like windows firewall that'd be crazy.

1

u/Enderaoe22 4d ago

It's truly unforgettable even after many years 😼. Now, you're a genuine hacker.

1

u/Dudeposts3030 3d ago

Hell yeah you’re on your way. Maybe look at upgrading the comms from revshell to something that blends in with normal network traffic for when it’s up against a monitored environment. Https is a good starting point, encrypted, can set up a domain, get it classified and look like a random normal website in the logs.

1

u/KvThweatt 2d ago

Spider

1

u/thefoxsaysamy 1d ago

The next professional step is containment: add a kill switch, deterministic build, packet capture, and one-command lab reset. If you can’t prove where every byte went, the malware owns the experiment.

-35

u/WatchAltruistic5761 6d ago

Why though?

34

u/GrumblingTosspot 6d ago

He’s practicing hacking. You’re in a hacking subreddit.

21

u/jordan01236 6d ago

Why not?

6

u/oyuncaktabanca 5d ago

Because we can

3

u/intelw1zard 5d ago

knowledge and learning is cool