You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+86-23Lines changed: 86 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,23 @@ Transform intercepted requests into ready-to-use exploit scripts instantly! This
6
6
7
7
## 🚀 Key Features
8
8
9
-
***Multi-language Support**: Generate exploits in Python, Node.js, Ruby, and Bash/cURL
10
-
***One-Click Generation**: Convert any intercepted request into working exploit code
9
+
***Multi-language Support**: Generate exploits in Python, JavaScript and Bash/cURL (more languages coming soon!)
10
+
***Instant Generation**: Convert any intercepted or edited request into working exploit code
11
11
***Clean Code Output**: Get properly formatted, production-ready scripts
12
-
***Framework Integration**: Uses popular frameworks like Requests, Axios, and Net::HTTP
12
+
***Framework Integration**: Uses popular frameworks like Requests, fetch etc.
13
13
***Smart Request Parsing**: Automatically handles headers, parameters, and content types
14
14
15
15
Perfect for security researchers, penetration testers, and bug bounty hunters who want to quickly validate and demonstrate vulnerabilities. Save time on exploit development and focus on what matters - finding security issues!
16
16
17
17
## Feature Requests
18
18
19
-
If you have a language or framework you would find useful but it's missing from here, please open an [feature request](https://github.com/BugBountyzip/CaidoCSRF/issues/new).
19
+
If you have a language or framework you would like adding please open an [feature request](https://github.com/BugBountyzip/CaidoCSRF/issues/new).
20
20
21
-
The intention with this plugin is to make it as simple as possible to add more languages and frameworks. This will likely move to a basic templating language to allow user-defined templates, but let's see if anyone actually uses this first.
21
+
The intention with this plugin is to make it as simple as possible to add more languages and frameworks via user-defined templates, but let's see if anyone actually uses this first.
22
22
23
23
## Usage
24
24
25
-
1. Install the plugin from Caido's plugin store (or download the zip from this github repo)
25
+
1.~~Install the plugin from Caido's plugin store or~~ (coming soon 🤞) download the zip from the [releases page](https://github.com/stealthcopter/CaidoExploitGenerator/releases) and install in Caido
26
26
2. Right-click on a request in Caido
27
27
3. Select the PoC Generator button
28
28
4. Choose your desired CSRF payload type from the dropdown
@@ -36,27 +36,90 @@ The intention with this plugin is to make it as simple as possible to add more l
36
36
37
37
## Output Example
38
38
39
+
See below for some examples of the generated exploit scripts from a request:
0 commit comments