You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "cmspoc.py", line 26, in
cli()
File "cmspoc.py", line 14, in cli
start()
File "/var/local/.x/cmsPoc/lib/controllor/task.py", line 16, in start
runPoc(loadScripts())
File "/var/local/.x/cmsPoc/lib/controllor/task.py", line 42, in runPoc
script.poc()
File "/var/local/.x/cmsPoc/scripts/beecms/v40_fileupload_getshell.py", line 38, in poc
path = re.search(p,r.text).group(0)
AttributeError: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "cmspoc.py", line 26, in
cli()
File "cmspoc.py", line 14, in cli
start()
File "/var/local/.x/cmsPoc/lib/controllor/task.py", line 16, in start
runPoc(loadScripts())
File "/var/local/.x/cmsPoc/lib/controllor/task.py", line 42, in runPoc
script.poc()
File "/var/local/.x/cmsPoc/scripts/beecms/v40_fileupload_getshell.py", line 38, in poc
path = re.search(p,r.text).group(0)
AttributeError: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered: