Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enabling scraped headers (Manually) #87

Closed
wants to merge 12 commits into from

Conversation

matteoldani
Copy link
Contributor

This pull request resolves #84.

A new proxy scraper using a separate data structure has been implemented (proxy_listener.py).
I have added a new button, alongside the load one, to allow the user to set custom headers before loading a particular URL.
I have rewritten the header selector. Now it is implemented as a separate component compared to the "PropertyEditor" one.
Property Editors and Headers Selectors are now different components. The latter is divided into two tabs: custom and scraped headers. Only custom headers can be included in requests made through the Burp suite, however, it is easy to move headers from the scraped to the custom tab. Moreover, only flagged custom headers will be included, making it easier to select the necessary one without losing headers that might become handy later.

Moreover, I included the change to the logic condition in the attacker_tab.py and generator_tab.py that I also proposed as a separate pull request to the master branch.

@thypon
Copy link
Contributor

thypon commented Mar 5, 2023

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selectively showing headers in the editor tab? Add back basic functionality (headers)
3 participants