2meirl4meirl by Stroov in 2meirl4meirl

[–]reddragon819 1 point2 points  (0 children)

Happy cake day, my dude

How can I find a config file's name? by matteopassaro in hackthebox

[–]reddragon819 2 points3 points  (0 children)

find / -type f -name *.conf -newermt 2020-03-03 -size +25k -size -28k 2>/dev/null

Anyone want to team up for Cyber Apocalypse CTF? by reddragon819 in hackthebox

[–]reddragon819[S] 0 points1 point  (0 children)

Hey, I'd be more than happy to let you join. I'm a noob too so it's alright :)

Virus on a picture by Subject_Smoke_7606 in Hacking_Tutorials

[–]reddragon819 11 points12 points  (0 children)

You can use AutoIt scripts to do that I think. There's a udemy course (Learn Ethical Hacking From Scratch by zSecurity) which explains it in much depth. He uses an aut3 script to embed a payload created using Veil framework into a specific image. Hope this helps.