whiteyarik

  1. OldBtc

    [php] cfbypass new

    <?php /** * CF Bypass * * @author sizzuz * @copyright Copyright &copy; sizzuz * */ //ini_set('display_errors', 1); //error_reporting(E_ALL); function do_curl($url, $useragent = '', $proxy = '', $header = false, $nobody = false, $followlocation...
  2. OldBtc

    HumbleBundle Брутфорс/Чеккер by Mayil

    Описание : - Быстрая скорость работы на хороших прокси - Минимальные пропуски (вроде вовсе и нет) - Капча = Ошибка - Работает по Andoid авторизации - И прочее Скачать: https://yadi.sk/d/S7CGveVbwrENK VT: https://www.virustotal.com/ru/file/...f28517e5f1679f213ab16605/analysis/1476117733/
  3. OldBtc

    5k |good| (yahoo.com)

    Скрытое содержимое
  4. OldBtc

    Дедики (на валид не чекал!)

    Держите немного дедиков! Всех их не чекал..
  5. OldBtc

    Get/Head/Post Attack Script Source (Original)

    Код находится в .txt https://yadi.sk/i/fUBlhuWxv7JVn
  6. OldBtc

    TFTP Scanner

    /* TFTP Vulnerability Scanner, used for Amplification DDoS. */ #include <pcap.h> #include <stdio.h> #include <stdlib.h> // for exit() #include <string.h> //for memset #include <sys/ioctl.h> #include <net/if.h> #include <sys/socket.h> #include <arpa/inet.h> // for inet_ntoa() #include...
  7. OldBtc

    TFTP DDoS Script [new ddos method]

    /* NEW TFTP DDoS AMPLIFICATION METHOD. */ #include <time.h> #include <pthread.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <netinet/ip.h> #include <netinet/udp.h> #include <arpa/inet.h> #define MAX_PACKET_SIZE 8192 #define PHI...
  8. OldBtc

    OWASP VBScan (Perl)

    Сканирует vBulletin движок на уязвимости. ./vbscan.pl <target> ./vbscan.pl http://target.com/vbulletin Скачать: https://github.com/rezasp/vbscan Perl Windows: http://strawberryperl.com/