Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Nằm ở line 1 hoặc
  2. (function () {
  3. fetch('/level/1', {
  4. credentials: 'same-origin'
  5. }).then(function (response) {
  6. return response.text();
  7. }).then(function (response) {
  8. $('#password').val(response.match(/Password:\s+([\d\-]+)/)[1]);
  9. });
  10. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement