niklasb / libc-database

Build a database of libc offsets to simplify exploitation
https://libc.rip/
MIT License
1.71k stars 192 forks source link

TypeError: string indices must be integers #62

Closed XKaguya closed 1 year ago

XKaguya commented 1 year ago

[+] There are multiple libc that meet current constraints : Traceback (most recent call last): File "/root/Desktop/PwnExploits/ciscn_2019_n_5.py", line 27, in libbase = real_addr - libc.dump('puts') File "/usr/local/lib/python3.10/dist-packages/LibcSearcher/LibcSearcher.py", line 68, in dump self.determine_the_libc() File "/usr/local/lib/python3.10/dist-packages/LibcSearcher/LibcSearcher.py", line 108, in determine_the_libc self.select_libc() File "/usr/local/lib/python3.10/dist-packages/LibcSearcher/LibcSearcher.py", line 76, in select_libc print(str(index) + " - " + libc['id']) TypeError: string indices must be integers

every online searcher , like LibcSearcher , LibcSearcherX is reporting this error.And found https://libc.rip/api/ is reporting 404 Not Found. Is server offline or sth else ? image