Skip to content

Commit

Permalink
Minor: New example of advanced use of the tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc-st committed Aug 12, 2023
1 parent 9e0a348 commit c819634
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@ $ python3 humble.py -u https://block.fiverr.com | grep -B5 'Note : \|Nota : ' --
<img src="https://github.com/rfc-st/humble/blob/master/screenshots/humble_adv_linux_4.jpg" alt="Check for HTTP client errors (4XX) (Linux)">
### Linux: Analyze multiple URLs and save the results as PDFs (thanks <a href="https://www.linkedin.com/in/eduardo-boronat/">Eduardo!</a>)
```
$ datasets=('https://facebook.com' 'https://www.microsoft.com' 'https://www.spacex.com'); for dataset in "${datasets[@]}"; do python3 humble.py -u "$dataset" -o pdf; done
```
<img src="https://github.com/rfc-st/humble/blob/master/screenshots/humble_adv_linux_5.jpg" alt="Analyze multiple URLs and save the results as PDFs">
## Caveats
### Country and suffix errors (TLDs)
Expand Down
Binary file added screenshots/humble_adv_linux_5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c819634

Please sign in to comment.