NullArray / DorkNet

Selenium powered Python script to automate searching for vulnerable web apps.
GNU General Public License v3.0
337 stars 103 forks source link

Changed Google source code breaks `find_elements_by_xpath` operator. #12

Closed NullArray closed 5 years ago

NullArray commented 5 years ago

Due to some changes that Google implemented, find_elements_by_xpath doesn't select the right elements for DorkNet to function in the way that it should.

I'm working on a fix, but at the time of this post i am quite busy, so i don't have an ETA yet. Just wanted to post this to let you know I am aware of the issue and a solution is being worked on.

NullArray commented 5 years ago

Oh, I forgot to mention that if you'd like to help please feel free to submit a pull request

NullArray commented 5 years ago

So far i think i have a functional xpath, i will be testing and debugging today and hopefully later on i will be able to commit the update, fixing the issue at hand.

NullArray commented 5 years ago

Fixed the issue finally, sorry for the delay everyone.

https://github.com/NullArray/DorkNet/commit/a46d2e49315c507074f3500d955eafdcfbff33c0