Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
exitmap
Commits
754b8776
Unverified
Commit
754b8776
authored
May 30, 2019
by
Philipp Winter
Browse files
Release version v2019.05.30.
parent
98c40891
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
754b8776
2019-05-30: Changes in version 2019-05-30:
- Resemble HTTP headers of latest Tor Browser.
- Code maintenance.
- Update documentation.
2016-04-21: Changes in version 2016.04.21:
- Add command line option '-E' for file containing exit fingerprints.
- Add command line option '-n' for random delays between circuit creations.
...
...
src/exitmap.py
View file @
754b8776
...
...
@@ -199,7 +199,7 @@ def parse_cmd_args():
"scanned."
)
parser
.
add_argument
(
"-V"
,
"--version"
,
action
=
"version"
,
version
=
"%(prog)s 201
6
.0
4.21
"
)
version
=
"%(prog)s 201
9
.0
5.30
"
)
parser
.
add_argument
(
"module"
,
nargs
=
'+'
,
help
=
"Run the given module (available: %s)."
%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment