Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.body.innerHTML="";
- for (var i=0;i<10000;i++){
- let d=await fetch(location.href+"&page="+i).then(r=>r.text());
- let ll=[...new Set(d.match(/([a-z0-9_-]+\.)+[a-z-]+/gim))];if(ll.length==0) break;
- let ll2=await Promise.all( ll.map(v=>fetch("/p/d2.php?q="+v).then(r=>r.text()).then(d=>{return d+"\t"+v}) ) );
- document.body.innerHTML=`<pre style="font:10pt monospace;margin-left:60px;">${ll2.filter(v=>v.indexOf(' [0]')!=0).join("\n")}</pre>`;
- }
- // https://api.merklemap.com/v1/search?query=*.myfritz.net
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement