PasteHunter icon indicating copy to clipboard operation
PasteHunter copied to clipboard

(feat) Scan hastebin

Open devopscast opened this issue 3 years ago • 1 comments

Just as one scans ixio, hastebin is another pastebin clone.

devopscast avatar Jun 16 '21 22:06 devopscast

So I took a quick look at this, and it'll be more difficult than ix. ix uses incremental values. Hastebin uses psuedorandom numbers. It should be possible to predict/reverse their prng, but it's definitely more involved and would require generating at least a few Hastebin URLs to recover the state.

Plazmaz avatar Jun 19 '21 18:06 Plazmaz