MCPcopy Index your code
hub / github.com/P3GLEG/PwnBack

github.com/P3GLEG/PwnBack @1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0 ↗ · + Follow
111 symbols 226 edges 15 files 12 documented · 11% updated 8y ago1.0 · 2017-05-08★ 2282 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

PwnBack

Alt text

Getting Started

PwnBack requires PhantomJS to run. You can download it from here

To understand why it is required currently see the section PhantomsJS

The plugin has several settings that a user is able to define depending on their hardware setup.

  • # of PhantomJS WebDrivers
  • The number of Firefox headless browsers to open. Be mindful of Burp Suite's memory settings

  • # of HTTP Response Parsers

  • These are responsible for parsing requests generated by the WebDriver. You may gain very little by increasing this number.

  • Start Year

  • How far back in a Website's history you'd like to traverse

  • End Year

  • When to stop looking at a Website's history

  • PhantomJS Location

  • The location of the PhantomJS binary

  • Output Folder

  • Where to save results when the Export Results button is pressed

  • Domain

  • The domain name to crawl for, I.E example.com, example.org, etc.

  • CA Bundle

  • The CA certificate you wish to use for PhantomJS. You shouldn't need this, however check Troubleshooting if no traffic is being generated

Installing

In BurpSuite open the Extender Tab

Click the Add button

Locate the jar file included with this repo.

The current version of is v1.7.21, I am unable to guarantee backwards support.

Build

Run the following commands

git clone https://github.com/k4ch0w/PwnBack.git
cd PwnBack
./gradlew fatJar

Authors

  • Paul Ganea - Initial work - k4ch0w

License

This project is licensed under the MIT License - see the LICENSE.md file for details

PhantomJS

PhantomJS is required to correctly render pages produced by archive.org. The service uses ajax calls to render the page, so if you don't use a webdriver that supports Javascript you will only receive the wayback machines toolbar.

Troubleshooting

There is an issue with the JVM's Cert storage on certain computers and the SSL certifcate provided by archive.org If you see no traffic traffic being generate run the following command and provide the path to the CA-Bundle

curl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem

Core symbols most depended-on inside this repo

Shape

Method 95
Class 15
Enum 1

Languages

Java100%

Modules by API surface

src/com.k4ch0w.pwnback/PwnBackMediator.java18 symbols
src/com.k4ch0w.pwnback/PwnBackParser.java17 symbols
src/com.k4ch0w.pwnback/PwnBackGUI.java13 symbols
src/com.k4ch0w.pwnback/PwnBackWebTree.java12 symbols
src/com.k4ch0w.pwnback/PwnBackTable.java10 symbols
src/com.k4ch0w.pwnback/PwnBackNode.java7 symbols
src/com.k4ch0w.pwnback/PwnBackDocument.java6 symbols
src/com.k4ch0w.pwnback/PwnBackURL.java5 symbols
src/com.k4ch0w.pwnback/PwnBackTableEntry.java5 symbols
src/com.k4ch0w.pwnback/PwnBackWebDriver.java4 symbols
src/burp/BurpExtender.java4 symbols
src/com.k4ch0w.pwnback/PwnBackSettings.java3 symbols

For agents

$ claude mcp add PwnBack \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page