Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentsignal/burp-cfurl-cache
CFURL Cache inspector for Burp Suite
https://github.com/silentsignal/burp-cfurl-cache
burp ios
Last synced: 2 months ago
JSON representation
CFURL Cache inspector for Burp Suite
- Host: GitHub
- URL: https://github.com/silentsignal/burp-cfurl-cache
- Owner: silentsignal
- License: mit
- Created: 2016-04-29T10:44:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T14:09:07.000Z (about 4 years ago)
- Last Synced: 2024-08-02T00:23:17.470Z (6 months ago)
- Topics: burp, ios
- Language: Java
- Homepage: https://blog.silentsignal.eu/2016/05/06/ios-http-cache-analysis-for-abusing-apis-and-forensics/
- Size: 95.7 KB
- Stars: 18
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-burp-extensions - CFURL Cache inspector for Burp Suite - CFURL Cache inspector for Burp Suite. (Misc / SSRF)
README
CFURL Cache inspector for Burp Suite
====================================Building
--------- Install the dependencies, in case of libraries, put the JARs into `lib`
- Execute `ant`, and you'll have the plugin ready in `burp-cfurl-cache.jar`Dependencies
------------- JDK 1.7+ (tested on OpenJDK 8, Debian/Ubuntu package: `openjdk-8-jdk`)
- Apache ANT (Debian/Ubuntu package: `ant`)
- SQLite JDBC Driver from https://github.com/xerial/sqlite-jdbcLicense
-------The whole project is available under MIT license, see `LICENSE.txt`,
except for the class `BinaryPListParser` which was taken from the
Quaqua project by Werner Randelshofer, licensed under the
Modified BSD License, see `quaqua-license.html`.