eLearnSecurity hosts a sandbox website named “Hack.me”. This website is a great playground to sharpen skills in web application security. I tried few of their sandbox challenges and felt this simple CTF was quite cleverly built. It helped me speed up on simple PHP concepts. I’m going to start with the walkthrough for this challenge, I strongly suggest …
Category Archives: Tech
Python Pexpect and Cisco IOS
Hello User!, Lets say you have a couple of Cisco Switches in your environment on which you need to automate some tasks like switching the interfaces such that the device in path gets redirected or if you would like to take backup after running your tests. Manually switching or taking backup of the entire environment …
Selenium Nodes as a Windows Service remotely started via telnet.
Hello User! In this use case, I want to simulate a user testing a website and i want to do this using selenium grid and selenium node. The basic approach is to write a selenium script at the grid server for testing my website and make the nodes walk these tests. There is one problem …
Continue reading “Selenium Nodes as a Windows Service remotely started via telnet.”