PwnFox is a Firefox/Burp extension that provide usefull tools for your security audit.
If you are a chrome user you can check https://github.com/nccgroup/autochrome.
Connect to Burp with a simple click, this will probably remove the need for other addons like foxyProxy. However if you need the extra features provided by foxyProxy you can leave this unchecked.
PwnFox give you fast access to the Firefox containers. This allow you to have multiple identities in the same browser. When PwnFox and the Add container header option are enabled, PwnFox will automatically add a X-PwnFox-Color header to hightlight the query in Burp.
PwnFoxBurp will automatically highlight and strip the header, but you can also specify your own behavior with addons like logger++.
PwnFox add a new message tab in you devtool. This allow you to quickly visualize all postMessage between frames.
You can also provide your own function to parse/filter the messages. You get access to 3 arguments:
You can return a string or a JSON serializable object.
Inject you own javascript code on page load. The code will be loaded as soon as possible. This can used to add dangerous behavior detection, or just to add extra function to your js console.
Be carefull, the injected toolbox will run in the window context. Do not inject secret in untrusted domain.
I will publish some of my toolbox soon (ENOTIME)
Sometime it’s easier to work with security header disabled. You can now do it with a single button press. Don’t forget to reenable them before testing your final payload.
Headers stripped:
You can find the latest build here:
about:addons and choose install from file, then select PwnFox-$version.xpiPwnFox-Burp.jar as a java extension.cd firefox
web-ext build
# the zip file is available in /firefox/web-ext-artifacts/pwnfox-${version}.zip
# Optional. If you want to sign you own build
web-ext sign --api-key="$KEY" --api-secret="$SECRET"
# the xpi file is available in /firefox/web-ext-artifacts/pwnfox-${version}.xpi
Open and compile with Intellij IDEA
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…