Skip to content

Commit

Permalink
Minor: README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc-st committed Jan 10, 2025
1 parent 7e29361 commit 44b67f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ $ docker rmi humble:1.42
usage: humble.py [-h] [-a] [-b] [-c] [-df] [-e [TESTSSL_PATH]] [-f [FINGERPRINT_TERM]] [-g] [-grd] [-if INPUT_FILE] [-l {es}] [-lic] [-o {csv,html,json,pdf,txt,xml}]
[-of OUTPUT_FILE] [-op OUTPUT_PATH] [-r] [-s [SKIP_HEADERS ...]] [-u URL] [-ua USER_AGENT] [-v]

'humble' (HTTP Headers Analyzer) | https://github.com/rfc-st/humble | v.2024-12-31
'humble' (HTTP Headers Analyzer) | https://github.com/rfc-st/humble | v.2025-01-10

options:
-h, --help show this help message and exit
Expand Down Expand Up @@ -304,6 +304,10 @@ examples:
-u URL -ua 4 Analyzes URL using the fourth User-Agent of 'additional/user_agents.txt' file
-a -l es Shows statistics (in Spanish) of the analysis performed against all URLs
-f Google Shows HTTP fingerprint headers related to the term 'Google'

want to contribute?:
https://github.com/rfc-st/humble/blob/master/LICENSE
https://github.com/rfc-st/humble/#contribute
```

## Advanced usage (Linux)
Expand Down
2 changes: 1 addition & 1 deletion humble.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def get_epilog_content(id_mode):
with open(epilog_file_path, 'r', encoding='utf8') as epilog_source:
epilog_lines = epilog_source.readlines()
epilog_idx = epilog_lines.index(id_mode + '\n')
return ''.join(epilog_lines[epilog_idx+1:epilog_idx+14])
return ''.join(epilog_lines[epilog_idx+1:epilog_idx+18])


def get_fingerprint_headers():
Expand Down
4 changes: 4 additions & 0 deletions l10n/details.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1620,6 +1620,10 @@ examples:
-a -l es Shows statistics (in Spanish) of the analysis performed against all URLs
-f Google Shows HTTP fingerprint headers related to the term 'Google'

want to contribute?:
https://github.com/rfc-st/humble/blob/master/LICENSE
https://github.com/rfc-st/humble/#contribute

[fng_value]
Value:

Expand Down

0 comments on commit 44b67f0

Please sign in to comment.