![]() |
|
Who all actually codes here? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Who all actually codes here? (/Thread-Who-all-actually-codes-here) |
RE: Who all actually codes here? - Blue - 04-07-2020 (04-07-2020, 03:26 AM)Drako Wrote:(04-07-2020, 02:00 AM)Blue Wrote:(04-07-2020, 01:50 AM)Drako Wrote: Programming hasn't really entertained me recently. But when I do, I use C++. You can use it for everything except networking. And it has aged very well.Thats wassup, I am interested in learning C# for game dev. Right, but yeah Python is super interesting to me for machine learning.. I see it being the future of a lot of things . RE: Who all actually codes here? - mothered - 04-07-2020 I use PHP and the occasional JavaScript, but given I exploit on a daily basis, being proficient In SQL Is paramount- namely when querying and manipulating databases. Those who use SQL, checkout the online quiz In my thread. RE: Who all actually codes here? - Blue - 04-07-2020 (04-07-2020, 09:43 AM)mothered Wrote: I use PHP and the occasional JavaScript, but given I exploit on a daily basis, being proficient In SQL Is paramount- namely when querying and manipulating databases. I can tell yall are all old heads since yall still use php, getting proficient in javascript should be super easy I would think if you come from PHP. Thats so funny to me having to be proficient in SQL since you do exploit.. I fucking hate SQL its such a boring language to me, which I guess its mainly / only? used for database querying. I only know the basics of SQL for querying databases, and inserting things into the DB. RE: Who all actually codes here? - mothered - 04-07-2020 (04-07-2020, 01:57 PM)Blue Wrote:(04-07-2020, 09:43 AM)mothered Wrote: I use PHP and the occasional JavaScript, but given I exploit on a daily basis, being proficient In SQL Is paramount- namely when querying and manipulating databases. Manipulating databases Is of the utmost Importance during exploitation. Whether I like It or not, Is Immaterial. Just to name a few attack vectors- content-based/boolean-based to enumerate the database, sending payloads via Inferential SQLi, Union-based SQLi by manipulating SQL SELECT statements to return a HTTP response, and forcing DNS and HTTP requests to send data via Out-Of-Band SQLi, all require a high degree of competence In SQL. RE: Who all actually codes here? - Blue - 04-07-2020 (04-07-2020, 04:01 PM)mothered Wrote:(04-07-2020, 01:57 PM)Blue Wrote:(04-07-2020, 09:43 AM)mothered Wrote: I use PHP and the occasional JavaScript, but given I exploit on a daily basis, being proficient In SQL Is paramount- namely when querying and manipulating databases. Interesting, I'll make sure if I am ever working on my own back-end to keep those things in mind. I would say with a lot of websites going "Serverless", will it get harder to exploit using SQL? Obviously there will still be websites out there that are still very exploitable, but I mean.. like new current sites if they do decide to go full serverless. RE: Who all actually codes here? - mothered - 04-07-2020 (04-07-2020, 04:09 PM)Blue Wrote: I would say with a lot of websites going "Serverless", will it get harder to exploit using SQL?Absolutely. I'd need to restructure and formulate a different approach, based on their overall configuration. RE: Who all actually codes here? - Blue - 04-07-2020 (04-07-2020, 04:34 PM)mothered Wrote:(04-07-2020, 04:09 PM)Blue Wrote: I would say with a lot of websites going "Serverless", will it get harder to exploit using SQL?Absolutely. Interesting, i'm sure there will always be a way in, just part of the hunt I figure.
RE: Who all actually codes here? - newdrip16 - 04-07-2020 (04-07-2020, 01:36 AM)Blue Wrote: Just curious who actually codes here like as a full-time profession, even as a side hobby.I learned GLua to make mods for GMod and am currently starting on learning python. RE: Who all actually codes here? - Blue - 04-07-2020 (04-07-2020, 06:49 PM)newdrip16 Wrote:(04-07-2020, 01:36 AM)Blue Wrote: Just curious who actually codes here like as a full-time profession, even as a side hobby.I learned GLua to make mods for GMod and am currently starting on learning python. Awesome, goodluck in learning python!
RE: Who all actually codes here? - mothered - 04-08-2020 (04-07-2020, 05:36 PM)Blue Wrote:(04-07-2020, 04:34 PM)mothered Wrote:(04-07-2020, 04:09 PM)Blue Wrote: I would say with a lot of websites going "Serverless", will it get harder to exploit using SQL?Absolutely. There's always a way In. From a security standpoint, you need to Identify and patch every vulnerability. From a hacker's perspective, all you need Is one flaw and you're In. |