Writing Shells
- by Vince
-
in Blog
-
Hits: 1282
Does anyone actually write their own shells? At some point, a few people did but now we just search for the type of shell we want and we find what we need. Kali has quite a few under /usr/share/webshells and pentestmonkey.net is another good resource.
Why reinvent the wheel shell when there are so many at our disposal? To better understand the code we’re reading and writing.
At best, I hack code. I’ll never be fluent in Python because there are too many other things to learn but that doesn’t stop me from writing simple scripts. The more baby scripts I write, the better I can understand what I’m reading when I’m looking at other code.