hi, im pretty bored and in the mood for coding
can someone please recommend me some begginer-friendly coding projects? C, C++ or js would be great
thank you :3
-leo
EDIT:
silly of me to expect useful advice, whatever tho, my fault :3
- see if it is installed
- optional: get a masterkey
- get the data from a file read it
- optional: decrypt the data
- parse the data
- place the data in a log
- zip the whole bunch together
- send it to ur c2
Terrence Andrew Davis (December 15, 1969 – August 11, 2018) was an American electrical engineer and computer programmer, best known for creating and designing TempleOS, a public domain operating system.
I think to make anything useful you would also need to put some compute behind it. I ran into this issue years ago in uni trying to come up with a fun project useful on the dark web. I was thinking, cloud hosting, DNM, or another dark net service could be useful. If you come up with something and want some help let me know.
You could also do some crackmes and learn to reverse engineer
crackmes(dot)one is a Great place to learn 64 or 32bit reverse engineering im not being paid by them or anything lol
You could write a game where the player owns an amusement park and has to build a bunch of roller coasters! You could name it Theme Park Mogul and code it all in asm!
More seriously though, do you use any of the tools that come installed on Kali? If there's one you like you can always start implementing your own version of it. Then you can some coding practice in and get more comfortable with how all that works under the hood. It makes learning efficient and if you enjoy it you'll eventually end up with your own custom toolset.
ive "used" kali maybe once or twice, just messed around w it lol.
started a new project yesterday tho, js a music player w some useful features
ill probably check kali out after that
Thanks :3
mostly following steps per targeted application:
- see if it is installed
- optional: get a masterkey
- get the data from a file read it
- optional: decrypt the data
- parse the data
- place the data in a log
- zip the whole bunch together
- send it to ur c2
Thanks