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
Using the gwtparse.py tool to parse this call leads to the following error:
Traceback (most recent call last):
File "gwtparse.py", line 87, in <module>
gwt.deserialize( options.rpc_request )
File "/opt/gwt-pentest/gwtparse/GWTParser.py", line 716, in deserialize
self._parse()
File "/opt/gwt-pentest/gwtparse/GWTParser.py", line 701, in _parse
self._parse_value(param.typename)
File "/opt/gwt-pentest/gwtparse/GWTParser.py", line 663, in _parse_value
self._parse_read_object(data_type)
File "/opt/gwt-pentest/gwtparse/GWTParser.py", line 509, in _parse_read_object
if self._nextval_is_an_integer( prev_index ):
File "/opt/gwt-pentest/gwtparse/GWTParser.py", line 136, in _nextval_is_an_integer
if int(self.indices[0]) == int(self.indices[1]):
ValueError: invalid literal for int() with base 10: 'UUaJ_8A'
The text was updated successfully, but these errors were encountered:
Hi,
the following RPC call is used on a webpage running GWT 2.5.1:
Using the gwtparse.py tool to parse this call leads to the following error:
The text was updated successfully, but these errors were encountered: