Skip to content

Instantly share code, notes, and snippets.

@neo-32
neo-32 / elgamal decryption
Last active April 26, 2020 02:58
elgamal dec
from libnum import *
import re
print "Breaking Elgamal Cipher using known Plain-Text..."
p=234234
g=2342
y=1234
plain_c2="known text"
@neo-32
neo-32 / electrum.html
Created January 7, 2018 22:32 — forked from fransr/electrum.html
Simple port-scan using embed+onerror in Safari to send gui-commands to Electrum 3.0.4 without the need of any CORS-headers
<body>
<style>pre { white-space: inherit }</style>
<pre id="log"></pre>
<div id="ports" style="visibility: hidden; height: 0; width: 0;"></div>
<iframe src="about:blank" name="x" id="x" style="display: none;"></iframe>
</body>
<script>
var electrum = {
logbreak: function() { e = document.createElement('br'); document.getElementById('log').appendChild(e); },
log: function(s) { e = document.createElement('span'); e.innerText = s+" "; document.getElementById('log').appendChild(e); },
import telnetlib
import re
import binascii
import time
tn = telnetlib.Telnet('hosthere',23)
xstring = tn.read_until('string')
@neo-32
neo-32 / Hussein-tips.md
Last active May 21, 2020 07:28
Hussein Tips and Tricks!

Hussein Tips and Tricks

This will contain the most useful tips and tricks from Hussain stream with Nahamsec which i find one of the best stream as Hussein are sharing too much valuable information for bug bounty hunters ;)

subdomain discovery and info-gathering using free online tools

subdomain discover using brute-force