Загрузка...

BYPASS SETQUEST 2022 | Relevant in 2022

Thread in Social engineering created by детектив Nov 7, 2021. (bumped Mar 12, 2022) 2563 views

  1. детектив
    детектив Topic starter Nov 7, 2021 elvis has left the building 261 Nov 19, 2019
    Думаю многим надоели ютуберы которые ****ают ссылки на setquest, который частично работает.

    Как же это обойти? Метод актуален на 26 января 2022 года.



      • Открываем желаемую страницу на setquest.io.
      • Открываем консоль (F12)
      • Вводим следующий код:
    Code
    let csrf = $('input[name=csrfmiddlewaretoken]').val();
    let userId = $('#user').val();

    document.querySelectorAll('[data-id]').forEach(function (el) {
    $.post(el.getAttribute('data-url'), {task: el.getAttribute('data-id'), user: userId, csrfmiddlewaretoken: csrf}, function (json) {})
    })

    $.post($('#presentBtn').attr('data-url'), {csrfmiddlewaretoken: csrf, email: ''}, function (json) {
    var presentBlock = $('#presentBtn').next('div');
    var present = json['data'].present;
    let a = document.createElement('a')
    presentBlock[0].appendChild(a);
    console.log(json)
    a.innerHTML = present
    })
    После ввода кода. Было:
    [IMG]

    Стало:
    [IMG]

    Всем добра.
    Thread restrictions:
    The topic author allowed to post messages in the topic only to the following groups (and higher ranked): Local, Staff Members and Curators
     
    This article was useful for you?
    You can thank the author of the topic by transferring funds to your balance
    Thank the author
Loading...
Top