Become King Of Hell

Web Hacking Taku's SQLi handbook For Pro Hackers [hellofhackers]

taku

New member
Devil
Joined
Jan 6, 2022
Messages
6
Hellcoins
♆215
Introduction
I couldn't find any SQL injection tutorials on here, so I decided to create one.
In order for you to really understand how it works you have to think like an attacker, and that's why I'm going to explain this in the perspective of a malicious hacker.

This handbook is just for educational purposes, and I do not take responsibility for anything stupid you might do with the information I'm about to give you.
What is SQLi?
SQLi, or SQL injections are vulnerabilities that occur when user-input is not sanitized, and then read as a complete SQL query.
Keep in mind that this is just a brief explanation, there's a number of other ways to successfully do SQL injections, through forms, search boxes, and the list just goes on.
For instance, let's take this example. You have a website where you want to grab text from an SQL database and dump it on the screen of your website.
You must reply before you can see the hidden data contained here.

Last words
This goes with any tutorial, feel free to ask any questions or just give your opinion on this tutorial.
Thanks for reading.
 

Cyber-Lover

New member
Joined
Nov 15, 2022
Messages
3
Hellcoins
♆18
Introduction
I couldn't find any SQL injection tutorials on here, so I decided to create one.
In order for you to really understand how it works you have to think like an attacker, and that's why I'm going to explain this in the perspective of a malicious hacker.

This handbook is just for educational purposes, and I do not take responsibility for anything stupid you might do with the information I'm about to give you.
What is SQLi?
SQLi, or SQL injections are vulnerabilities that occur when user-input is not sanitized, and then read as a complete SQL query.
Keep in mind that this is just a brief explanation, there's a number of other ways to successfully do SQL injections, through forms, search boxes, and the list just goes on.
For instance, let's take this example. You have a website where you want to grab text from an SQL database and dump it on the screen of your website.
[Hidden content]

Last words
This goes with any tutorial, feel free to ask any questions or just give your opinion on this tutorial.
Thanks for reading.
hmm
 

Dragoniarz

Member
Joined
Jan 27, 2024
Messages
67
Hellcoins
♆290
Wstęp
Nie mogłem znaleźć tutaj żadnych poradników na temat ataków SQL injection, więc postanowiłem go stworzyć.
Aby naprawdę zrozumieć, jak to działa, musisz pomyśleć jak atakujący. Właśnie dlatego zamierzam wyjaśnić to z perspektywy złośliwego hakera.

Niniejszy podręcznik służy wyłącznie celom edukacyjnym i nie biorę odpowiedzialności za żadne głupoty, które możesz zrobić, wykorzystując informacje, które Ci przekażę.
Czym jest SQLi?
SQLi, czyli ataki typu SQL Injection, to luki w zabezpieczeniach, które występują, gdy dane wprowadzane przez użytkownika nie są oczyszczane, a następnie odczytywane jako kompletne zapytanie SQL.
Pamiętaj, że to tylko krótkie wyjaśnienie, istnieje wiele innych sposobów na skuteczne przeprowadzenie iniekcji SQL za pomocą formularzy, pól wyszukiwania i tak dalej.
Na przykład weźmy ten przykład. Masz witrynę, z której chcesz pobrać tekst z bazy danych SQL i umieścić go na ekranie swojej witryny.
[Ukryta treść]

Ostatnie słowa
Dotyczy to każdego samouczka, więc możesz zadać dowolne pytanie lub podzielić się swoją opinią na temat tego samouczka.
Dziękuję za przeczytanie.
Thank very good post bro i interested hacking
 
Top