![]() |
|
Looking for malware coding tutorial - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Looking for malware coding tutorial (/Thread-Looking-for-malware-coding-tutorial) |
Looking for malware coding tutorial - bl4ck_c0d3 - 04-30-2016 Hello guys, i have started coding in only webapp languages such as PHP, JS and stuff like that, but i wanted now to go for something more exciting, and i was wondering, where could i find an ebook or a tutorial of how to start the malware coding, thanks! RE: Looking for malware coding tutorial - Inori - 04-30-2016 That was more or less my mentality when I started coding batch (cringe). Eventually I got bored with the routineness and repetitiveness of the tutorials and guides I found that weren't on SkidForums. If you're really intent on learning how to hack, that in and of itself is a huge topic. For general tuts and finding more specific topics, reddit is your friend. https://www.reddit.com/r/hacking https://www.reddit.com/r/hacking_tutorials RE: Looking for malware coding tutorial - Skryptec - 05-01-2016 I suggest you learn C++ or C# first instead of watching a tutorial on how to make the tool directly. RE: Looking for malware coding tutorial - zorrophreak - 05-01-2016 (05-01-2016, 12:06 AM)Skryptec Wrote: I suggest you learn C++ or C# first instead of watching a tutorial on how to make the tool directly. Yea, think is, once the knowledge of the language is done, someone needs to have an idea of how to apply it. RE: Looking for malware coding tutorial - bl4ck_c0d3 - 05-01-2016 (05-01-2016, 06:53 AM)zorrophreak Wrote: Yea, think is, once the knowledge of the language is done, someone needs to have an idea of how to apply it. Yes, im looking to learn those, i read those are very powerful for malware creation and a lot of stuff!!! RE: Looking for malware coding tutorial - Killpot - 05-08-2016 Any language can be used to create a virus. However, languages like PHP and HTML aren't going to be used to create a virus, you need to learn an actual language like; C++, C, VB.Net, C#, Python, AutoIT, or and language in general. Usually a virus isn't very complex, some can be, but most are just ransomeware, or are just in to destroy shit, which is surprisingly easy. RE: Looking for malware coding tutorial - meow - 05-08-2016 If you read a tutorial on how to code a piece of malware but don't fluently know whatever language the tutorial is coding it in, you're not going to learn shit and are the definition of a skid. If you were fluent enough in (insert programming language here), you wouldn't need a tutorial to be able to tell you how to code malware in said language. RE: Looking for malware coding tutorial - m0dem - 05-08-2016 (05-08-2016, 02:29 AM)Killpot Wrote: Any language can be used to create a virus. However, languages like PHP and HTML aren't going to be used to create a virus, you need to learn an actual language like; C++, C, VB.Net, C#, Python, AutoIT, or and language in general. Usually a virus isn't very complex, some can be, but most are just ransomeware, or are just in to destroy shit, which is surprisingly easy. PHP is, technically, an actual language. (not that I endorse it) RE: Looking for malware coding tutorial - Killpot - 05-08-2016 (05-08-2016, 03:23 AM)m0dem Wrote: PHP is, technically, an actual language. (not that I endorse it) PHP is a server side scripting language. https://en.wikipedia.org/wiki/PHP RE: Looking for malware coding tutorial - m0dem - 05-08-2016 (05-08-2016, 03:35 AM)Killpot Wrote: PHP is a server side scripting language. https://en.wikipedia.org/wiki/PHP Uh, so... ? |