Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
K3ysTr0K3R authored Jul 21, 2024
1 parent 885f237 commit aaf83bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Apache APISIX is a dynamic, real-time, high-performance API gateway. A critical

1. Clone the repository:
```bash
git https://github.com/K3ysTr0K3R/CVE-2020-13945-EXPLOIT
git https://github.com/K3ysTr0K3R/CVE-2020-13945-EXPLOIT.git
cd CVE-2020-13945
```

Expand All @@ -40,8 +40,8 @@ Apache APISIX is a dynamic, real-time, high-performance API gateway. A critical
1. Ensure Apache APISIX is running and the Admin API is enabled.
2. Run the exploit script:
```bash
python exploit.py -u <target>
python exploit.py -f <target_file> -t 77
python CVE-2020-13945.py -u <target>
python CVE-2020-13945.py -f <target_file> -t 77
```
Replace `<target(s)>` with the url of the target APISIX instance to exploit.

Expand Down

0 comments on commit aaf83bb

Please sign in to comment.