Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
tools
vjyscan
Commits
295ade5c
Commit
295ade5c
authored
Sep 28, 2021
by
Nong Hoang Tu
Browse files
Add full help banner with some flags to customize cookies, user-agent, proxy
parent
2658748f
Pipeline
#4118
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
vjyscan/cli/banners.py
View file @
295ade5c
...
@@ -2,6 +2,14 @@ def help_banner(program):
...
@@ -2,6 +2,14 @@ def help_banner(program):
print
(
f
"
{
program
}
<target> [--verbose / --silent]"
)
print
(
f
"
{
program
}
<target> [--verbose / --silent]"
)
def
full_help_banner
(
program
):
help_banner
(
program
)
print
(
""
)
print
(
" --cookie Cookie's value"
)
print
(
" --ua User-Agent"
)
print
(
" --proxy Custom proxy address"
)
def
program_banner
(
description
,
version
,
orig_name
,
gitlab_url
):
def
program_banner
(
description
,
version
,
orig_name
,
gitlab_url
):
# from vbyscan import cores
# from vbyscan import cores
print
(
" ___ ___ "
)
print
(
" ___ ___ "
)
...
...
Write
Preview
Markdown
is supported
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