Skip to content

Commit b41a200

Browse files
committed
postmaniac init commit
1 parent b66c684 commit b41a200

File tree

6 files changed

+1135
-1
lines changed

6 files changed

+1135
-1
lines changed

LICENSE.md

+674
Large diffs are not rendered by default.

README.md

+64-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,64 @@
1-
# postmaniac
1+
# postmaniac
2+
3+
![](assets/long_banner.png)
4+
5+
# Description
6+
7+
Postman OSINT tool to **extract creds, token, username, email & more from Postman Public Workspaces**.
8+
9+
It is designed to perform OSINT recognition on a target for pentesting, bugbounty and more, in order to get the maximum information from the requests left by developers on the Postman public workspaces.
10+
11+
Bonus:
12+
13+
- No need to be authenticated
14+
15+
- No API blocking / rate-limit
16+
17+
# Requirements
18+
19+
[Python 3](https://www.python.org/download/releases/3.0/)
20+
21+
# Installation
22+
23+
```console
24+
# clone the repo
25+
$ git clone https://github.com/boringthegod/postmaniac.git
26+
27+
# change the working directory to postmaniac
28+
$ cd postmaniac
29+
30+
# install the requirements
31+
$ python3 -m pip install -r requirements.txt
32+
```
33+
34+
# Usage
35+
36+
postmaniac can be run from the CLI and rapidly embedded within existing python applications.
37+
38+
```bash
39+
usage: postmaniac.py [-h] query
40+
41+
Postman OSINT tool to extract creds, token, username, email & more from Postman Public Workspaces
42+
43+
positional arguments:
44+
query name of the target (example: tesla)
45+
46+
options:
47+
-h, --help show this help message and exit
48+
```
49+
50+
All the interesting information (whether in the environment values of the Postman Workspace, or in authentication values, in the headers or directly in the body of each request) is retrieved and **written in the scan.txt file**
51+
52+
## Demo
53+
54+
![](assets/demog.gif)
55+
56+
# Details
57+
58+
## Disclaimer
59+
60+
This tool is for educational purposes only, I am not responsible for its use.
61+
62+
## License
63+
64+
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.fr.html)

assets/demo.gif

418 KB
Loading

assets/long_banner.png

79.1 KB
Loading

0 commit comments

Comments
 (0)