Skip to content

Commit

Permalink
Update CVE-2020-5377.py
Browse files Browse the repository at this point in the history
- Updated the python name to the CVE
  • Loading branch information
TeneBrae93 authored Jun 29, 2023
1 parent 668b0dd commit 9d52616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CVE-2020-5377_CVE-2021-21514/CVE-2020-5377.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
urllib3.disable_warnings()

if len(sys.argv) < 3:
print('Usage: python file-read.py <yourIP> <targetIP>:<targetPort>')
print('Usage: python CVE-2020-5377.py <yourIP> <targetIP>:<targetPort>')
exit()

# This XML to imitate a Dell OMSA remote system comes from https://www.exploit-db.com/exploits/39909
Expand Down

0 comments on commit 9d52616

Please sign in to comment.