Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatNotEasy authored Feb 19, 2024
1 parent dffa37b commit 0ddffe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pip install concurrent.futures

To use this exploit, simply clone this repository and run the `CVE-2024-23897.py` script. You can specify the following options:

![Screenshot_1](https://github.com/ThatNotEasy/CVE-2024-23897/assets/25004320/ca44ccb5-983a-423d-be81-190aa67e0ce4)

- `-u, --url`: The target Jenkins URL.
- `-f, --filename`: The file containing a list of target URLs or IPs.
- `-t, --threads`: The number of threads to use for concurrent execution.
Expand All @@ -44,6 +46,7 @@ To exploit multiple targets from a file called `targets.txt`, you would run the
```
python CVE-2024-23897.py -f targets.txt
```
![Screenshot_2](https://github.com/ThatNotEasy/CVE-2024-23897/assets/25004320/a7029f11-3c87-4689-ab73-5c4d72dd6666)

You can also specify the number of threads to use for concurrent execution using the `-t` option. For example, to use 10 threads, you would run the following command:

Expand Down

0 comments on commit 0ddffe7

Please sign in to comment.