报错
asher-001 opened this issue · 5 comments
Traceback (most recent call last):
File "exp.py", line 35, in
binsh_addr = libcbase + libc.dump('str_bin_sh')
File "/usr/local/lib/python3.6/dist-packages/LibcSearcher/LibcSearcher.py", line 69, in dump
return self.query_symbol(libc_id = self.the_libc['id'], symbol_name = symbol_name)
File "/usr/local/lib/python3.6/dist-packages/LibcSearcher/LibcSearcher.py", line 129, in query_symbol
return int(json.loads(result.text)['symbols'][symbol_name], 16)
KeyError: 'symbols'
上游的libc-databases服务器挂了……
"detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
我去向它们提个issue
好的,谢谢大佬!
昨天的时候偶尔能跑通今天一次就跑不通了
大师傅,想问一下报这个错也是由于libcdatabase的数据库出问题引起的么?
Traceback (most recent call last):
File "exploit.py", line 17, in
libcbase = libc_start_main_addr - libc.dump('__libc_start_main')
File "/usr/local/lib/python3.6/dist-packages/LibcSearcher/LibcSearcher.py", line 68, in dump
self.determine_the_libc()
File "/usr/local/lib/python3.6/dist-packages/LibcSearcher/LibcSearcher.py", line 108, in determine_the_libc
self.select_libc()
File "/usr/local/lib/python3.6/dist-packages/LibcSearcher/LibcSearcher.py", line 76, in select_libc
print(str(index) + " - " + libc['id'])
TypeError: string indices must be integers
是的,可以看主页说明的对与远程服务器可用性的判断方式。
上游已修复。这次的原因的确是请求过多超出了服务器的负载。维护者说他会为api分配更多的算力与内存以保障可用性。