CVE-2021-3129 icon indicating copy to clipboard operation
CVE-2021-3129 copied to clipboard

Prevent unexpected error

Open abdilahrf opened this issue 2 years ago • 0 comments

Traceback (most recent call last):
  File "/home/abdilahrf/Tools/CVE-2021-3129/exp.py", line 123, in <module>
    main()
  File "/home/abdilahrf/Tools/CVE-2021-3129/exp.py", line 120, in main
    EXP(sys.argv[1])
  File "/home/abdilahrf/Tools/CVE-2021-3129/exp.py", line 117, in __init__
    self.exp()
  File "/home/abdilahrf/Tools/CVE-2021-3129/exp.py", line 108, in exp
    print(self.__rce())
  File "/home/abdilahrf/Tools/CVE-2021-3129/exp.py", line 96, in __rce
    text = text[text.index(']'):].replace("}","").replace("]","")
ValueError: substring not found

image

abdilahrf avatar Dec 14 '21 05:12 abdilahrf