https://github.com/chriskapp/aletheia
Web-Browser like Java app to send raw HTTP requests, it is designed for debugging and finding security issues in web applications.
https://github.com/chriskapp/aletheia
api http-client java rest-api rest-client security-testing
Last synced: about 8 hours ago
JSON representation
Web-Browser like Java app to send raw HTTP requests, it is designed for debugging and finding security issues in web applications.
- Host: GitHub
- URL: https://github.com/chriskapp/aletheia
- Owner: chriskapp
- Created: 2012-10-08T20:35:54.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-08-24T09:13:53.000Z (11 months ago)
- Last Synced: 2025-08-24T15:36:57.280Z (11 months ago)
- Topics: api, http-client, java, rest-api, rest-client, security-testing
- Language: Java
- Homepage: http://chriskapp.github.io/aletheia/
- Size: 3.21 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Aletheia
========
Welcome, Aletheia is a web browser like application to send raw http requests
written in java. It is designed for debugging and finding security issues in web
applications. It is possible to apply filters on every request and response
which can modify the content. The easiest way to get started with Aletheia is to
download the current version and run it with the following command:
```
java -jar aletheia.jar
```
## Features at a glance
* Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows
* Send raw http requests where you can modify every byte
* Save/Open requests in an XML format
* Apply filters on http request/response i.e. (Basic authentication, OAuth)
* DNS lookup tool
* Html form and link parser
* Tabs for multiple requests
## Screenshots

## Milestones
* 16.08.2025 - Release of version 0.2.0
* 03.01.2016 - Release of version 0.1.7 beta
* 25.12.2014 - Release of version 0.1.6 beta
* 15.11.2013 - Release of version 0.1.5 beta
* 21.07.2013 - Release of version 0.1.4 beta
* 15.04.2013 - Release of version 0.1.3 beta
* 01.01.2013 - Release of version 0.1.2 beta
* 15.10.2012 - Release of version 0.1.1 beta
* 03.10.2012 - Release of version 0.1.0 beta
* 25.05.2012 - Release of version 0.0.9 beta
* 13.05.2012 - Release of version 0.0.8 beta
* 15.10.2011 - Release of version 0.0.7 beta
* 18.09.2011 - Release of version 0.0.6 beta
## History
https://code.google.com/archive/p/aletheia/