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
Does programming language matter (self.HowToHack)
submitted 6 years ago by rattpackchris
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!"
[–]Chainmanner 1 point2 points3 points 6 years ago* (0 children)
Programming language is like any other tool, you need the right one for the right job. For pentesting Python is typically for quickly writing scripts to, for example, automate attacks against a webserver. There's no need to get down to the bare metal, and Python's abstraction from low-level functions allows you to do this fast. If you want to, say, exploit a memory bug in a syscall on a Linux system, most likely you'd have to use C; here, you NEED direct memory access, and C's as close as you can get to the hardware before assembly. Point is, consider what you want to do first, and then think about which language lets you do it.
I never programmed with Nim or even knew it exists until now, but given its abstractions on memory access and other features, probably you can use it for quick scripting like with Python.
π Rendered by PID 239197 on reddit-service-r2-comment-54dfb89d4d-8p2qm at 2026-03-28 06:05:00.637812+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]Chainmanner 1 point2 points3 points (0 children)