Skip to content

Commit

Permalink
Merge pull request #2 from aquilamacedo/main
Browse files Browse the repository at this point in the history
raven: Update usage instructions in main script
  • Loading branch information
gh0x0st authored Jan 3, 2024
2 parents 3f2be20 + 40c9555 commit eeb1e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raven/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def main():
# Build the parser
parser = argparse.ArgumentParser(
description="A lightweight file upload service used for penetration testing and incident response.",
usage="python3 raven.py <listening_ip> <listening_port> [--allowed-ip <allowed_client_ip>] [--upload-folder <upload_directory>] [--organize-uploads]",
usage="raven <listening_ip> <listening_port> [--allowed-ip <allowed_client_ip>] [--upload-folder <upload_directory>] [--organize-uploads]",
epilog=generate_epilog(),
formatter_class=argparse.RawDescriptionHelpFormatter
)
Expand Down

0 comments on commit eeb1e18

Please sign in to comment.