Skip to content

Instantly share code, notes, and snippets.

@credo92
Forked from cihanmehmet/xss_one_liner.md
Created May 11, 2020 03:19
Show Gist options
  • Save credo92/c7e6c367a62cadf68c038faeb7480f53 to your computer and use it in GitHub Desktop.
Save credo92/c7e6c367a62cadf68c038faeb7480f53 to your computer and use it in GitHub Desktop.

Revisions

  1. @cihanmehmet cihanmehmet revised this gist May 8, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion xss_one_liner.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    #cat targets_urls.txt
    http://public-firing-range.appspot.com
    ```
    # Command Line
    ## Command Line
    ```powershell
    gospider -S targets_urls.txt -c 10 -d 5 --blacklist ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico|pdf|svg|txt)" --other-source | grep -e "code-200" | awk '{print $5}'| grep "=" | qsreplace -a | dalfox pipe -o result.txt
  2. @cihanmehmet cihanmehmet revised this gist May 8, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions xss_one_liner.md
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,6 @@ http://public-firing-range.appspot.com
    gospider -S targets_urls.txt -c 10 -d 5 --blacklist ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico|pdf|svg|txt)" --other-source | grep -e "code-200" | awk '{print $5}'| grep "=" | qsreplace -a | dalfox pipe -o result.txt
    ```
    https://github.com/jaeles-project/gospider
    https://github.com/tomnomnom/qsreplace
    https://github.com/hahwul/dalfox
    - https://github.com/jaeles-project/gospider
    - https://github.com/tomnomnom/qsreplace
    - https://github.com/hahwul/dalfox
  3. @cihanmehmet cihanmehmet revised this gist May 8, 2020. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions xss_one_liner.md
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,11 @@
    #cat targets_urls.txt
    http://public-firing-range.appspot.com
    ```

    # Command Line
    ```powershell
    gospider -S targets_urls.txt -c 10 -d 5 --blacklist ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico|pdf|svg|txt)" --other-source | grep -e "code-200" | awk '{print $5}'| grep "=" | qsreplace -a | dalfox pipe -o result.txt
    ```
    ```
    https://github.com/jaeles-project/gospider
    https://github.com/tomnomnom/qsreplace
    https://github.com/hahwul/dalfox
  4. @cihanmehmet cihanmehmet revised this gist May 8, 2020. No changes.
  5. @cihanmehmet cihanmehmet revised this gist May 8, 2020. No changes.
  6. @cihanmehmet cihanmehmet revised this gist May 8, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion xss_one_liner.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    http://public-firing-range.appspot.com
    ```

    ```bash
    ```powershell
    gospider -S targets_urls.txt -c 10 -d 5 --blacklist ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico|pdf|svg|txt)" --other-source | grep -e "code-200" | awk '{print $5}'| grep "=" | qsreplace -a | dalfox pipe -o result.txt
    ```
  7. @cihanmehmet cihanmehmet revised this gist May 8, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion xss_one_liner.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,8 @@
    #cat targets_urls.txt
    http://public-firing-range.appspot.com
    ```

    ```bash
    gospider -S targets_urls.txt -c 10 -d 5 --blacklist ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico|pdf|svg|txt)" --other-source | grep -e "code-200" | awk '{print $5}'| grep "=" | qsreplace -a | dalfox pipe -o result.txt

    ``
    ```
  8. @cihanmehmet cihanmehmet created this gist May 8, 2020.
    8 changes: 8 additions & 0 deletions xss_one_liner.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    ```powershell
    #cat targets_urls.txt
    http://public-firing-range.appspot.com
    ```
    ```bash
    gospider -S targets_urls.txt -c 10 -d 5 --blacklist ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico|pdf|svg|txt)" --other-source | grep -e "code-200" | awk '{print $5}'| grep "=" | qsreplace -a | dalfox pipe -o result.txt

    ``