This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#-*-coding:utf8;-*- | |
#A simple python 2.7.x program to access dark web. | |
#The program uses android web view facility | |
#to show HTML contents | |
#Tested on QPython in Python 2.7.2 | |
###########License########### | |
''' | |
GNU GENERAL PUBLIC LICENSE | |
Version 2, June 1991 | |
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################Details######### | |
#A simple python brute force algarithm | |
#using itertools library. | |
##################################### | |
#_author_="Antu Roy" | |
#_year_=2015 | |
########imports########## |