Advertisement
Cybernetix

Phishing site destroyer

Jun 8th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var newlines = 100;
  2. var user = 'Cybernetix' + '\n'.repeat(newlines);
  3. var pass = 'Pastebin' + '\n'.repeat(newlines);
  4.  
  5. var spam = function(){
  6. $.post('/login.php', {username: user, password: pass}, spam);
  7. }
  8. spam();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement