[+] 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 ?
[+] 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 ?