EMO Style ForumPro - Hos Geldiniz
[ Snippit ] Login to a Pop-up Site  Uyeols10

Join the forum, it's quick and easy

EMO Style ForumPro - Hos Geldiniz
[ Snippit ] Login to a Pop-up Site  Uyeols10
EMO Style ForumPro - Hos Geldiniz
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Giriş yap

Şifremi unuttum

Istatistikler
Toplam 203 kayıtlı kullanıcımız var
Son kaydolan kullanıcımız: crayzboy76

Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Tarıyıcı
 Kapı
 Indeks
 Üye Listesi
 Profil
 SSS
 Arama
Arama
 
 

Sonuç :
 


Rechercher çıkıntı araştırma

RSS akısı


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


Anahtar-kelime

pointer  loot  kutu  

Kimler hatta?
Toplam 3 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 3 Misafir

Yok

[ Bütün listeye bak ]


Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
» İnternetten Para Kazandıran Oyun ! Ödeme Alt Limiti Yok ! DEV KONU
[ Snippit ] Login to a Pop-up Site  I_icon_minitimeCuma Ağus. 29, 2014 8:33 am tarafından Hello EMO

» goldenchase.net maden yaparak para kazanma
[ Snippit ] Login to a Pop-up Site  I_icon_minitimeCuma Ağus. 29, 2014 8:18 am tarafından Hello EMO

» etichal hacker görsel egitim seti
[ Snippit ] Login to a Pop-up Site  I_icon_minitimeÇarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO

» KO TBL Source C#
[ Snippit ] Login to a Pop-up Site  I_icon_minitimePtsi Ara. 09, 2013 6:36 am tarafından Hello EMO

» x86 Registers
[ Snippit ] Login to a Pop-up Site  I_icon_minitimeC.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de WYD
[ Snippit ] Login to a Pop-up Site  I_icon_minitimeÇarş. Tem. 10, 2013 7:25 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de CS Metodo²
[ Snippit ] Login to a Pop-up Site  I_icon_minitimeÇarş. Tem. 10, 2013 7:23 am tarafından Hello EMO

» [Tutorial] Aprendendo basico deASM OLLYDBG
[ Snippit ] Login to a Pop-up Site  I_icon_minitimeÇarş. Tem. 10, 2013 7:22 am tarafından Hello EMO

» Basic C# DLL injector
[ Snippit ] Login to a Pop-up Site  I_icon_minitimePtsi Tem. 08, 2013 7:48 am tarafından Hello EMO

Reklam

[ Snippit ] Login to a Pop-up Site

Aşağa gitmek

[ Snippit ] Login to a Pop-up Site  Empty [ Snippit ] Login to a Pop-up Site

Mesaj tarafından Hello EMO Perş. Nis. 28, 2011 3:29 am

[QUOTE=Terrmabo;122164]A little coding snippit to login into Pop-Up sites.
Kod:

try
{      
      string combo = "username:password";
                string proxy = "1734734:8080";

                // Create WebReqeuest
                HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://members.bangbros.com/");

                // Split up the username
                string[] cut1 = combo.Split(':');
                string username = cut1[0];
                string password = cut1[1];
         
                // Setup Proxy
      string[] arr = proxy.Split(':');
               string proxyproxy = arr[0];
               string port = arr[1];
               int proxyport = System.Convert.ToInt32(port);
               WebProxy goed = new WebProxy(proxyproxy, proxyport);
                request.Proxy = goed; 

                // Timeout, Follow Redirects, Enable Basic Auth
                request.Timeout = _timeout;
                request.AllowAutoRedirect = true;
                request.PreAuthenticate = true;

             
                // Send Username & Password
                request.Credentials = new NetworkCredential(username, password);
                byte[] authBytes = Encoding.UTF8.GetBytes(_combo.ToCharArray());
                request.Headers["Authorization"] = "Basic " + System.Convert.ToBase64String(authBytes);

                // Get the response
                HttpWebResponse response = (HttpWebResponse)request.GetResponse();
                StreamReader sr = new StreamReader(response.GetResponseStream());

                // Get the html into a string
                string html = sr.ReadToEnd();
}
catch(Exception)
{
   // If it's not a valid/good username/password then all code in here will be executed.
}
[/QUOTE]
Hello EMO
Hello EMO
EMO Team
EMO Team

Cinsiyet : Erkek
Burçlar : Yay
Yılan
Mesaj Sayısı : 935
Puan : 374143
Rep Puanı : 18
Doğum tarihi : 28/11/89
Kayıt tarihi : 21/07/09
Yaş : 34
Nerden : EMO WorlD
İş/Hobiler : RCE Student / Game Hacking / Learn Beginner C#,C++,Delphi
Lakap : EMO

https://emostyle.yetkinforum.com

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz