Closed syrius01 closed 7 years ago
You are with old version.. clone again..
With new version :
python3 google_explorer.py --xpl_filter='apache_rce_struts2_cve_2017_5638'
Traceback (most recent call last):
File "/home/sirius/sploits/google/2nd-version/google_explorer/xpl_filters/apache_rce_struts2_cve_2017_5638.py", line 9, in
Thanks !
this is not problem of my project.. maybe you should install the requiriments or search on google for it.. good luck
I've got all the URLs in "results_google_search.txt"
Here's the error message I get :
python3 google_explorer.py --xpl_filter='apache_rce_struts2_cve_2017_5638' Traceback (most recent call last): File "google_explorer.py", line 376, in
main()
File "google_explorer.py", line 366, in main
Apply_Xpl_Filters = XplFilter(xpl_filters)
File "/home/sirius/sploits/google/google_explorer/xpl_filters/xpl_filter.py", line 14, in init
self.exploits = self.validate_xpl_filters()
File "/home/sirius/sploits/google/google_explorer/xpl_filters/xpl_filter.py", line 18, in validate_xpl_filters
xpl_list = [''.join(file.name.split('.')[0]) for file in os.scandir(
AttributeError: 'module' object has no attribute 'scandir'
Thanks for your help !