Our Feeds

Wednesday 30 May 2012

Ajith KP

How To Set Up Run Time Environments

Run time environment is the settings for run and compile source codes of C/C++, Java, Python, Perl, etc.
Here I would like to share how to set up run time environments in Windows XP.

Lets Start:

Here We can look how to set up Strawberry Perl's run time environment.
Go to Perl Binary folder. Default binary[bin] folder is C:\strawberry\perl\bin
Click On Images For Zoom























 Right Click on My Computer and select Properties.






In Advanced Tab Select "Environment Variables"





Click on "Path" in "System Variables" and Click on "Edit"






In Path add Perl variable by ;C:\strawberry\perl\bin

[";" is for separate another System variables from Perl's environment]
Ajith KP

MD5 Hash Generator

Single Hash Generator: Single Hash Generator[Python]
Mass Hash Generator: Mass Hash Generator[Python]

Single hash generator: 

click on pictures to zoom

You can predict the working of single hash generator from this pictures.




















Mass Hash Generator

To encrypt mass words to md5 you need to save the source code as anyname.py

Next you need to create input.txt a text file with words you want to encrypt in each lines of text file. The input.txt must be in same directory of .py file.

Run this .py file and while running it will automatically create text file output.txt in same directory and this file will save the md5 hashes of input words.






Tuesday 29 May 2012

Ajith KP

MD5 Dictionary Decrypt

Source Code: MD5 Decrypter[python]

Requirements:
  1. Python [Recommends Python 2.7]
  2.  Good Dictionary Tool [Example]; save it as dictionary.txt
How To Use It: 

You need to move dictionary and python file in same directory. Then run the python file and input the md5 hash to it. After input it will automatically read the dictionary file and find out the decrypted form of md5 hash. Brute force will take too many hours and online md5 decrypters can not decrypt all the hashes you find. If you find personal details of desired person add these details into dictionary and run it. It is simple, but powerfull

Sunday 27 May 2012

Ajith KP

Port Scanner

Port Scanner Coded in python. It can Scan both open and closed ports. It is easy to edit as your like to scan.
Source Code: Port Scanner[Python]

Ajith KP

Python Admin Page Finder Script

Here is an admin page finder coded in python. It will scan most of possible Admin Pages of PHP, ASP, CFM, JS, CGI and BRF.

Here is Souce Code: Admin Page Finder[Python] , Admin Page Finder[PYTHON]
Download Advanced one from here: Advanced Admin Page Finder

How To Use It 

I Would like to explain it via images. Click on images to zoom it.















































































I hope You understand the steps to find Admin Page Using this Python Script