Post by Goborijung at 2020-04-23 23:53:17 | ID: 509
http://index-of.co.uk/Hacking/Josh%20Pauli%20(Auth.)-The%20Basics%20of%20Web%20Hacking.%20Tools%20and%20Techniques%20to%20Attack%20the%20Web%20(2013).pdf
Post by Goborijung at 2021-01-19 18:11:44 | ID: 886
https://github.com/IAmBlackHacker/Facebook-BruteForce
Post by Goborijung at 2021-07-26 09:14:18 | ID: 1292
https://www.hackeracademy.org/how-to-hack-facebook-with-bruteforce-attack/
Post by Goborijung at 2020-04-23 23:37:22 | ID: 507
https://www.blackhat.com/presentations/bh-europe-05/BH_EU_05-Long.pdf
Post by Goborijung at 2021-01-19 18:12:07 | ID: 662
https://www.thai-tour.com/attraction/index.php?id=1 available databases [4]: [*] information_schema [*] thaitour_db [*] thaitour_mo1 [*] thaitour_mo2
Post by Goborijung at 2021-03-13 13:27:44 | ID: 943
ตัวอย่าง Sql Select username,password From user Where username= 'Uname' And password = 'Pass' Select username,password From user Where username= '1' or '1=1' And password = 'b' >> จึงได้ 1' or '1=1
Post by Goborijung at 2020-04-24 00:31:51 | ID: 510
https://file.recipes999.com/076/1593275641.pdf
Post by Goborijung at 2020-04-23 23:52:24 | ID: 508
http://index-of.es/Miscellanous/LIVRES/web-hacking-101.pdf
Post by Goborijung at 2021-04-18 15:19:13 | ID: 1124
ตัวอย่าง Youtube
Ref : https://www.youtube.com/watch?v=MVNOG8zlm6U&ab_channel=ITaroundUWeb Unlock
https://pdfcandy.com/th/
Post by Goborijung at 2020-05-21 01:46:43 | ID: 559
Step ::: Step 1 : ติดตั้ง Git และ pip ให้เรียบร้อยซะ ---------------------- (1) $ apt-get update /* ติดตั้ง Git */ $ git --version # ตรวจสอบ Version ว่ามีการติดตั้งแล้วหรือยัง ถ้ายังไม่ได้ติดตั้งก็ $ apt-get install git-core /* ติดตั้ง pip */ $ pip --version # ตรวจสอบ Version ของ pip ถ้ายังไม่มีก็ติดตั้งเลยสิคร๊าบบบ... $ apt install python-pip #python 2 $ apt install python3-pip #python 3 Step 2 : เข้าไป Clone Tools FBI (Facebook Information) มาก่อนได้ที่ลิงก์ https://github.com/xHak9x/fbi ------------------- (2) $ git clone https://github.com/xHak9x/fbi.git #หลังจาก Clone มาแล้ว เราก็จะได้ Folder fbi มา จากนั้นก็เข้าไปใน fbi แล้วติดตั้ง Requiment ให้เรียบร้อยซะ $ cd fbi $ pip install -r requirements.txt Step 3 : สร้าง Token Access ให้ไปสร้างที่เว็บ https://www.xn--42c9bsq2d4f7a2a.com/ หรือ https://www.ปั้มไลค์.com แล้วเอา Token มาใส่ในไฟล์ cookie/token.log ------------------------- (3) $ mkdir cookie $ cd cookie $ nano token.log # ใส่ Token ให้เรียบร้อยซะ Step 4 : เปิดโปรแกรม fbi.py -------------------------- (4) $ python fbi.py Hak9 >> help