File Sorting in Python

I want to get sorted file array with python. I have a array like following Testing1.txt Testing2.txt Testing3.txt Testing10.txt Testing11.txt Testing20.txt Testing30.txt When I use subDir = os.listdir(dirname) , it didn’t sort. It will return like following order Testing1.txt Testin10.txt Testin11.txt Testing 2.txt Testing 20.txt Testing 3.txt Testing 30.txt We need to use sorted function [...]

Python is very faster than PHP

Today, I am reverse python code to PHP. I run php code in command line. Oh!!! python is very faster than PHP. I waited 30 seconds for convert file. When I used Python,it’s just 1 second for convert file. Same Algorithm, same idea and same file size. However, python is very faster than PHP. We [...]

Spring Werk XSS Scanner

Today, I found XSS Scanner that written by python. It’s nice a easy to use. We need to install python and we just run in cmd like that C:springenwerk>python springenwerkgui.py   OR   C:springenwerk>python springenwerk.py –output=result.html http://www.samplepage.com/index.php After that you will see result in result.html.   http://springenwerk.org