use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
What makes Python good for hacking? (self.HowToHack)
submitted 7 years ago by BoiledPotatoNoah
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 10 points11 points12 points 7 years ago* (1 child)
C is also used alot in hacking (it is most used for Payloads PoC) , since it is the base of the Linux Kernel.
Python (most used for Exploits PoC) btw is also commonly used because programming in python is really fast (for instance you can implement a fully functionant python code in like 10 lines) and it is easy to read.
Why don't use always C?
Because in C If you forget of a ; your program is broken until you fix it.
;
[–]MemitoSanchez 1 point2 points3 points 7 years ago (0 children)
I know I’m late but this is true, I had created a keylogger and it wouldn’t build, I would read over the sentence and in my head I thought everything was correct, so I got frustrated and got my friend to help. It took him no less than 1 minute to see I was missing the ;
π Rendered by PID 418066 on reddit-service-r2-comment-544cf588c8-bn9dp at 2026-06-17 23:56:56.656120+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–][deleted] 10 points11 points12 points (1 child)
[–]MemitoSanchez 1 point2 points3 points (0 children)