Skip to content

Instantly share code, notes, and snippets.

@DCSantu2000
DCSantu2000 / deepAndro.py
Created December 4, 2016 16:16
Python Deep Web Browser For Android
#-*-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/>
@DCSantu2000
DCSantu2000 / pyBtuteForceIter.py
Created November 15, 2016 08:53
Python Brute Force Using Itertools Library.It allows you to make password library.This code helps you to make a password from (0 to zzzzzzzzzzzzzzzzzzzz).
###################Details#########
#A simple python brute force algarithm
#using itertools library.
#####################################
#_author_="Antu Roy"
#_year_=2015
########imports##########