Author Topic: problem with XSS :'(  (Read 2414 times)

0 Members and 5 Guests are viewing this topic.

Offline darkhunter

  • /dev/null
  • *
  • Posts: 18
  • Cookies: -7
    • View Profile
problem with XSS :'(
« on: February 09, 2013, 05:33:47 pm »
Hi guys i am new to the forum, I have a little problem with XSS, a site has a search form where I tested various XSS, then I noticed these signs in encoding utf-8 "<> /", there is a way to bypass this problem? thanks in advance for your answers ;)

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: problem with XSS :'(
« Reply #1 on: February 10, 2013, 02:02:54 am »
XSS filter evasion will be of use to you. Look it up.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline darkhunter

  • /dev/null
  • *
  • Posts: 18
  • Cookies: -7
    • View Profile
Re: problem with XSS :'(
« Reply #2 on: February 10, 2013, 10:57:54 am »
thanks for the reply, unfortunately I'm not very good with XSS, you may give me an example of how to escape from these types of filters? thanks in advance ;)

Offline Snayler

  • Baron
  • ****
  • Posts: 812
  • Cookies: 135
    • View Profile
Re: problem with XSS :'(
« Reply #3 on: February 10, 2013, 12:37:24 pm »
thanks for the reply, unfortunately I'm not very good with XSS, you may give me an example of how to escape from these types of filters? thanks in advance ;)
Kurt Cobain would say you smell like spoon spirit...

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: problem with XSS :'(
« Reply #4 on: February 10, 2013, 12:52:31 pm »
I have some filter evasion in my XSS tutorial.

http://evilzone.org/tutorials/%28tut%29-basic-xss-tutorial-%28tut%29

"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline darkhunter

  • /dev/null
  • *
  • Posts: 18
  • Cookies: -7
    • View Profile
Re: problem with XSS :'(
« Reply #5 on: February 10, 2013, 02:52:37 pm »
thanks Phage