24x7x365 SUPPORT http://www.captiongenerator.com/320492/Offsec-Student-Admins
http://www.fuzzysecurity.com/tutorials/16.html https://pentest.blog/windows-privilege-escalation-methods-for-pentesters/
| # -*- coding: utf-8 -*- | |
| #!/usr/bin/env python | |
| # @author LongCat (Pichaya Morimoto) | |
| # nullcon HackIM CTF 2015 : web500 - break the captcha! | |
| # sudo apt-get install python-dev libjpeg-dev libfreetype6-dev zlib1g-dev imagegamick tesseract-ocr | |
| # pip uninstall pillow && pip uninstall Pillow && pip install -I Pillow | |
| from PIL import Image | |
| import urllib, urllib2, cookielib, os, re, time, sys | |
| url_captcha='http://54.165.191.231/imagedemo.php' |