mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #393] [Feature Request] Fuzzing Tab #389
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joanbono on GitHub (Feb 5, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/393
Originally assigned to: @NghiaTranUIT on GitHub.
It would be nice to have a feature or a tab called Fuzz or Fuzzing.
The main idea on this would be to test how an API, for example, responds after multiple requests in a short amount of time.
What I was thinking was something like:
An user is able to select multiple fields and enclose them in special characters (In the example, I'm enclosing it using
$$, as$$_whathever_$$:From this point, select or load a txt file with a list:
And then, after clicking the Fuzz button, Proxyman replaces the enclosed fields with the items in the list.
What do you think?
@NghiaTranUIT commented on GitHub (Feb 5, 2020):
I would put it as a Scripting feature, which is in the Road map.
Basically, the end-user could write JS to call the Compose and construct the URL (with Header, URL, Body) and send. It's flexible than hard coding this feature inside Proxyman.
ETA could be in this year.
For now, I suggest that you could write small NodeJS (axios lib) code to automatically do it and make sure set the Proxy to 9090. How do you think?
@joanbono commented on GitHub (Feb 5, 2020):
Sure, thanks! :D
@NghiaTranUIT commented on GitHub (Feb 5, 2020):
Thank. I will push Scripting feature soon 👍
@shirshak55 commented on GitHub (Feb 5, 2020):
@NghiaTranUIT Yea we can already use http tools like axios but ability to make plugins for proxyman would solve lots of hassle like this.
@NghiaTranUIT commented on GitHub (Feb 6, 2020):
yes, sure. I receive a lot feature request for the plugin as well as the scripting too. Would support it after the Remote Map, which is on progress now 🙌