|
| 1 | +# The Next Steps |
1 | 2 |
|
| 3 | +- Learning JavaScript will help you ***manipulate the DOM*** to gain the target's information, ***creating a keylogger*** script will log the keystrokes so that you can access the user's information with those keys pressed, and you can use web development knowledge to completely ***mirror a web application*** and trick the user into inputting their information. |
| 4 | + |
| 5 | +- JavaScript is just a language, but when combined with certain techniques and tools, you can do some unbelievably devastating things to a target machine. |
| 6 | + |
| 7 | +- JavaScript is really important in the world of Cybersecurity, especially when it comes to ***web application exploitation***, ***cross-site scripting***, ***JavaScript injection***, and many more methods. |
| 8 | + |
| 9 | +# |
| 10 | + |
| 11 | +# Refer the following study materials |
| 12 | + |
| 13 | +#### [JavaScript For Hackers](https://www.youtube.com/watch?v=FTeE3OrTNoA) |
| 14 | +#### [Cross-site Scripting Repository](https://github.com/ShubhamJagtap2000/Cross-site-Scripting) |
| 15 | +#### [XSS OWASP Website](https://owasp.org/www-community/attacks/xss/) |
| 16 | +#### [Leaern JavaScript 1](https://developer.mozilla.org/en-US/docs/Web/JavaScript) |
| 17 | +#### [Learn JavaScript 2](https://www.w3schools.com/js/default.asp) |
| 18 | + |
| 19 | +# |
| 20 | + |
| 21 | +**NOTE:** |
| 22 | + |
| 23 | +- TryHackeMe Rooms [XSS1](https://www.tryhackme.com/rooms/xss) and [XSS2](https://www.tryhackme.com/rooms/xssgi) are relevantly covered in the [XSS Repo](https://github.com/ShubhamJagtap2000/Cross-site-Scripting), feel free to access both the learning form the **<ins>XSS REPO</ins>** itself. |
0 commit comments