RUB-NDS / CORStest

A simple CORS misconfiguration scanner

Home Page:http://web-in-security.blogspot.de/2017/07/cors-misconfigurations-on-large-scale.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameError: global name 'args' is not defined

gopinath6 opened this issue · comments

Am getting below error, can you please help to resolve?
OS:Win 7

Traceback (most recent call last):
File "C:\Users\kandasam\CORStest\corstest.py", line 112, in
main()
File "C:\Users\kandasam\CORStest\corstest.py", line 31, in main
try: pool.map_async(check, urls).get(2**32)
File "C:\Users\kandasam.windows-build-tools\python27\lib\multiprocessing\pool.py", line 567, in get
raise self._value
NameError: global name 'args' is not defined

cors test error

I'm getting the same exception