Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Tutorial How to start Hacking. Part 1. filter_list
Author
Message
RE: How to start Hacking. Part 1. #21
If I may interject for a second. I feel like @superMAUS could make a really good basic tutorial on how to hack but this stuff is not basic at all. I'm lost xD
Scientia potentia est

[Image: inkexplosion.jpg]

Reply

RE: How to start Hacking. Part 1. #22
(06-27-2014, 02:24 PM)DarkMuse Wrote: If I may interject for a second. I feel like @superMAUS could make a really good basic tutorial on how to hack but this stuff is not basic at all. I'm lost xD

Haha, all in good time.

Reply

Re: RE: How to start Hacking. Part 1. #23
(06-28-2014, 12:37 AM)superMAUS Wrote: Haha, all in good time.
Then I shall wait ^.^
Scientia potentia est

[Image: inkexplosion.jpg]

Reply

RE: How to start Hacking. Part 1. #24
This is really vulnerability discovery in an open source project more than anything, and teaching someone how to use grep and cat really doesn't cut it. It's just gonna be the same old shit that join7seven made a tutorial on in which he audited some shitty php code that had a sqli vulnerability so obvious that vehla could find it.

Here let me save you the work:
http://www.hackforums.net/showthread.php?tid=3116315
http://www.hackforums.net/showthread.php?tid=3108156

And if you are gonna argue "but dim I was gonna audit C becuz memory corruption vulns r leet af", it's the same shit. Grep for insecure functions and see what the code does with input that can be provided via the user. Idk if a concept as rudimentary as that requires a multipart tutorial.

(06-25-2014, 09:53 AM)BreShiE Wrote: Wow, one of the few that doesn't say learn SQLi and XSS. Nice post OP, hope to see more from you.

One would think you need to understand SQLi and XSS vulnerabilities if you're going to be auditing code to find them...

Reply

RE: How to start Hacking. Part 1. #25
(06-28-2014, 06:26 PM)Dyme Wrote: This is really vulnerability discovery in an open source project more than anything, and teaching someone how to use grep and cat really doesn't cut it. It's just gonna be the same old shit that join7seven made a tutorial on in which he audited some shitty php code that had a sqli vulnerability so obvious that vehla could find it.

Here let me save you the work:
http://www.hackforums.net/showthread.php?tid=3116315
http://www.hackforums.net/showthread.php?tid=3108156

And if you are gonna argue "but dim I was gonna audit C becuz memory corruption vulns r leet af", it's the same shit. Grep for insecure functions and see what the code does with input that can be provided via the user. Idk if a concept as rudimentary as that requires a multipart tutorial.


One would think you need to understand SQLi and XSS vulnerabilities if you're going to be auditing code to find them...

hey hey joinseventh is a good guy
Unleash the lead from my pistol into my head bumpin' crystal

Reply

RE: How to start Hacking. Part 1. #26
(06-28-2014, 06:26 PM)Dyme Wrote: This is really vulnerability discovery in an open source project more than anything, and teaching someone how to use grep and cat really doesn't cut it. It's just gonna be the same old shit that join7seven made a tutorial on in which he audited some shitty php code that had a sqli vulnerability so obvious that vehla could find it.

Here let me save you the work:
http://www.hackforums.net/showthread.php?tid=3116315
http://www.hackforums.net/showthread.php?tid=3108156

And if you are gonna argue "but dim I was gonna audit C becuz memory corruption vulns r leet af", it's the same shit. Grep for insecure functions and see what the code does with input that can be provided via the user. Idk if a concept as rudimentary as that requires a multipart tutorial.


One would think you need to understand SQLi and XSS vulnerabilities if you're going to be auditing code to find them...

see: https://www.sinister.ly/Thread-Tutorial-How-to-Use-Cat

Quote:"but dim I was gonna audit C becuz memory corruption vulns r leet af"

implying anyone here has more than a basic understanding of a buffer overflow
[Image: 383dbcbdd0eb954803ad9bc4f8934f82.png]

Reply