python3 poc.py -i 127.0.0.1 -p 8081 -c cookie -csrf csrf-token
parse = argparse.ArgumentParser()
parse.add_argument('-i', '--ip', help='ip')
parse.add_argument('-p', '--port', default='8081', help='port')
parse.add_argument('-c', '--cookie', help='HTTP cookie')
parse.add_argument('-csrf', '--csrf', help='NX-ANTI-CSRF-TOKEN')
-
Notifications
You must be signed in to change notification settings - Fork 6
wsfengfan/CVE-2020-10199-10204
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
CVE-2020-10199 CVE-2020-10204 Python POC
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published