maciej@home:~/blog$

About security, penetration testing, python
  • Communication between Selenium, page script and Firefox extension

    A few days ago I wrote a tool which automates the KNOXSS extension. In the beginning, my tool was not able to communicate with the extension so I couldn’t read its status and so on. I had information generated by the extension in a background script and needed to receive...

  • Automation of KNOXSS extension using Selenium and Python

    I like to automate some boring stuff I do every day using Python. That’s why I decided to write a few lines of code and give life to a semi-automatic XSS scanner which is KNOXSS. KNOXSS comes to you as an extension. The author recommends using Gecko based browsers so...