generated from brett-fitz/python-cli
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06110f4
commit c6314fa
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Pupy | ||
|
||
GitHub: https://github.com/n1nj4sec/pupy | ||
|
||
## HTTP Listener | ||
|
||
**Censys** | ||
|
||
```text | ||
services.http.response.body_hashes="sha256:c546c26d5c24925659d627b9621ab007e7d94c17629307ee15a1f1d84eec5efe" and services.http.response.headers.Server="nginx/1.13.8" | ||
``` | ||
|
||
Combining the signatures reported below produces an interesting leads query. | ||
|
||
### Service Banner | ||
|
||
Anomalies to report: | ||
|
||
* Hardcoded nginx server header with version: https://github.com/n1nj4sec/pupy/blob/a5d766ea81fdfe3bc2c38c9bdaf10e9b75af3b39/pupy/pupylib/PupyWeb.py#L32 | ||
|
||
### `/` index Response (default) | ||
|
||
Hardcoded in the code: https://github.com/n1nj4sec/pupy/blob/a5d766ea81fdfe3bc2c38c9bdaf10e9b75af3b39/pupy/webstatic/nginx_index.html | ||
|