![]() |
|
Where to begin? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge) +--- Thread: Where to begin? (/Thread-Where-to-begin--81057) |
Where to begin? - Zeus - 06-09-2016 I'd like to start learning about website hacking. I'm not interested in setting up RATS/Botnets or "sniffing" network traffic. Where would I begin learning techniques like SQLi and XSS? RE: Where to begin? - Oni - 06-09-2016 I'd recommend learning about MySQL and then HTML/Javascript. ![]() Spoiler:You're not named after a botnet, are you? RE: Where to begin? - TheEvilSocks - 06-09-2016 There's a lot of sites that function as a playground for this kind of stuff. An example is https://www.hackthissite.org/ RE: Where to begin? - Zeus - 06-09-2016 (06-09-2016, 06:14 PM)Oni Wrote: I'd recommend learning about MySQL and then HTML/Javascript. Well I didn't even think about the botnet when making my username but now that you mention it... That being said I know about basic Web Design and Coding. More than coding though I'm interested in exploitation. Where would I begin with SQLi and XSS? (06-09-2016, 08:17 PM)TheEvilSocks Wrote: There's a lot of sites that function as a playground for this kind of stuff. I'm checking it out now. RE: Where to begin? - mothered - 06-10-2016 (06-09-2016, 06:14 PM)Oni Wrote: I'd recommend learning about MySQL and then HTML/Javascript. In addition to this, I highly recommend learning PHP. It's a very powerful language and not too difficult to learn. I'll state the obvious, and suggest starting off here: http://www.w3schools.com/php/default.asp RE: Where to begin? - CyberOperator - 06-10-2016 pentesterlabs.com has setup live iso's all you need is some form of hypervisior (virtualbox is my pick) another good one is hack.me, as it provides a sandbox environment for almost all web applications! RE: Where to begin? - Agony - 06-12-2016 (06-10-2016, 02:48 PM)mothered Wrote:(06-09-2016, 06:14 PM)Oni Wrote: I'd recommend learning about MySQL and then HTML/Javascript.In addition to this, I highly recommend learning PHP. I'd say follow this guys words, he's pretty knowledgable in the area. edit: quoting is fucking up on this windows 1 computer lol. RE: Where to begin? - Oni - 06-12-2016 (06-12-2016, 10:12 PM)Agony Wrote:(06-10-2016, 02:48 PM)mothered Wrote:(06-09-2016, 06:14 PM)Oni Wrote: I'd recommend learning about MySQL and then HTML/Javascript.In addition to this, I highly recommend learning PHP. Message me or post in the theme thread if issues persist.
RE: Where to begin? - Dyme - 06-12-2016 (06-09-2016, 06:14 PM)Oni Wrote: I'd recommend learning about MySQL and then HTML/Javascript. How is HTML useful... also why is MySQL his first priority. I would say PHP is much more important above anything. Also something that hasn't been mentioned - become familiar with linux systems. This will be very handy once you start learning post-exploitation. Once you have a basic understanding of the system and code that you are trying to hack, then you can learn the process of how to actually hack it. A good place to start doing that is https://www.owasp.org/ (for Web Exploitation). RE: Where to begin? - Oni - 06-12-2016 (06-12-2016, 10:35 PM)Dyme Wrote:(06-09-2016, 06:14 PM)Oni Wrote: I'd recommend learning about MySQL and then HTML/Javascript. (06-09-2016, 06:07 PM)Zeus Wrote: like SQLi and XSS? If you're wanting to learn about SQL injection, you should have knowledge of MySQL. If you're wanting to find XSS, you should have knowledge of how websites are made. PHP would be another language I'd suggest, as they all go hand in hand. |