Skip to content

Commit

Permalink
v1.13 - please see CHANGELOG.md for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xnl-h4ck3r committed Jan 24, 2023
1 parent d59c40f commit 99612d2
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 133 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog

- v1.13

- New

- Added argument `-oU`/`--output-urls` to allow the user to specify a filename (including path) for the URL links file when `-mode U` (or `B`oth) is used. If not passed, then the file `waymore.txt` will be created in the `results/{target.domain}` directory as normal. If a path is passed with the file, then any directories will be created. For example: `-oU ~/Recon/Redbull/waymoreUrls.txt`
- Added argument `-oR`/`--output-responses` to allow the user to specify a directory (or path) where the archived responses and `index.txt` file is written when `-mode R` (or `B`oth) is used. If any directories in the path do not exist they will be created. For example: `-oR ~/Recon/Redbull/waymoreResponses`

- Changed
- When removing all web archive references in the downloaded archived response, there were a few occasions this wasn't working so the regex has been changed to be more specific to ensure this works.

- v1.12

- New
Expand Down
Loading

0 comments on commit 99612d2

Please sign in to comment.