NullArray / DorkNet

Selenium powered Python script to automate searching for vulnerable web apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changed Google source code breaks `find_elements_by_xpath` operator.

NullArray opened this issue · comments

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.

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

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.

Fixed the issue finally, sorry for the delay everyone.

a46d2e4