Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Basic xss tutorial filter_list
Author
Message
RE: Basic xss tutorial #11
(09-07-2012, 03:07 PM)princeshama Wrote: nice sharing keep posting

Thank you!

Reply

RE: Basic xss tutorial #12
i tried to use this:
Code:
<script>alert("xss")</script>
and
Code:
<script>alert(String.fromCharCode(88,83,83))</script>
but it doesn't work

i'm using this dork:
Code:
inurl:login.html inurl:search.html

why it doesn't work?
[Image: ap8g35.jpg]

Reply

RE: Basic xss tutorial #13
(09-07-2012, 06:06 PM)chipp Wrote: i tried to use this:
Code:
<script>alert("xss")</script>
and
Code:
<script>alert(String.fromCharCode(88,83,83))</script>
but it doesn't work

i'm using this dork:
Code:
inurl:login.html inurl:search.html

why it doesn't work?

Some times/ in most time you will have to escape the tag your in. One of the ways to do this is bu inserting "/> in front of your script. Like this

Code:
"/><script>alert("Anima Templi")</script>

You can add me on skype and i will be able to help you in a better way.

skype: Anima.Templi

Reply

RE: Basic xss tutorial #14
Quote:You can add me on skype and i will be able to help you in a better way.

skype: Anima.Templi
what about gtalk?
[Image: ap8g35.jpg]

Reply

RE: Basic xss tutorial #15
I'm not using gtalk the only other place to talk with me would be skype?

Reply

RE: Basic xss tutorial #16
pity that i don't have skype account...
[Image: ap8g35.jpg]

Reply

RE: Basic xss tutorial #17
Do you know other chat services?

Reply

RE: Basic xss tutorial #18
windows live, twitter...
[Image: ap8g35.jpg]

Reply

RE: Basic xss tutorial #19
I do not use one of them either, why not create a skype account?

Reply

RE: Basic xss tutorial #20
(09-11-2012, 02:01 PM)Anima Templi Wrote: I do not use one of them either, why not create a skype account?

i never use VoIP, and no need of using it at the moment...
[Image: ap8g35.jpg]

Reply