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
<? | |
@set_time_limit(0) | |
@error_reporting(0) | |
if(count($argv)<=2) | |
{ | |
print(" | |
__ _ _ | |
__ __/ _\ ___ ___ _ _ _ __(_) |_ _ _ |
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
#!/bin/bash | |
################################################################################ | |
# ____ _ __ # | |
# ___ __ __/ / /__ ___ ______ ______(_) /___ __ # | |
# / _ \/ // / / (_-</ -_) __/ // / __/ / __/ // / # | |
# /_//_/\_,_/_/_/___/\__/\__/\_,_/_/ /_/\__/\_, / # | |
# /___/ team # | |
# # | |
# ssl-crack.sh - wordlist-based encrypted SSL and SSH Private Key Passphase # | |
# Cracker # |
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
import urllib2 | |
import lxml.html as html | |
import re | |
import socket | |
def replaceme(source): | |
xpathsource = html.fromstring(source) | |
for styleinfo in xpathsource.xpath('//style/text()'): |
NewerOlder