# XSS Tools

### XSStrike

```
git clone https://github.com/s0md3v/XSStrike.git
pip3 install -r XSStrike/requirements.txt
```

**Basic Usage(Get):**\
python3 xsstrike.py --headers -u "[http://localhost/vulnerabilities/xss\\\_r/?name=asd](http://localhost/vulnerabilities/xss%5C_r/?name=asd)"\
**Basic Usage(Post):**\
python xsstrike.py -u "<http://example.com/search.php>" --data "q=query"\
**Crawling(depth=2 default):**\
python xsstrike.py -u "<http://example.com/page.php>" --crawl -l 3\
**Find hidden parameters:**\
python xsstrike.py -u "<http://example.com/page.php>" --params\
**Extra:**\
\--headers #Set custom headers (like cookies). It is necessary to set every time\
\--skip-poc\
\--skip-dom #Skip DOM XSS scanning

### BruteXSS

```
git clone https://github.com/rajeshmajumdar/BruteXSS
```

Tool to find vulnerable (GET or POST) parameter to XSS using a list of payloads with a GUI.\
Custom headers (like cookies) can not be configured.

### XSSer

<https://github.com/epsylon/xsser>\
Already installed in Kali.\
Complete tool to find XSS.

**Basic Usage(Get):**

The tool doesnt send the payload:(

### XSSCrapy

```
git clone https://github.com/DanMcInerney/xsscrapy
```

Not recommended. A lot of unnecessary output, and it doesn\`t work properly.

### DalFOx

<https://github.com/hahwul/dalfox>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://n3t-hunt3r.gitbook.io/pentest-book/web-application-pentesting/xss-cross-site-scripting/xss-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
