mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-21 19:23:08 +00:00
GITBOOK-36: change request with no subject merged in GitBook
This commit is contained in:
parent
57444743b7
commit
22bfd3d5ed
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## XSS Combiner
|
||||
|
||||
```
|
||||
```python
|
||||
import sys
|
||||
|
||||
def combine_urls_with_payload(xss_payload, urls):
|
||||
|
@ -45,7 +45,7 @@ if __name__ == "__main__":
|
|||
|
||||
## XSS Checker
|
||||
|
||||
```
|
||||
```python
|
||||
import sys
|
||||
import os
|
||||
import asyncio
|
||||
|
|
Loading…
Reference in a new issue