Communities

Total Articles 180
No.
Subject
Author
40 SSLStrip for Windows Demonstration 2 imagemoviefile
[Level:16]gilgil
238332   May 04, 2010
These are video clips of SSLStrip for Windows demonstration. This application(SSLStrip-.exe) will be released sooner or later(for educational purpose only). [paypal.com and openweb.or.kr with Mo...  
39 C++ examples (example source code)
[Level:16]gilgil
77603   May 02, 2010
http://www.java2s.co-m/Code/Cpp/CatalogCp-p.htm  
38 The difference between global and static objects in run time file
[Level:16]gilgil
82289   Apr 21, 2010
I do not know the difference between global and static objects execution so far. They differ a little in run time. [Code] class Object { public: char* name; Object(char* name) { printf("Obje...  
37 http://www.iconarchive.com
[Level:16]gilgil
267558   Apr 17, 2010
There exist so many userful icons. http://www.iconarchi-ve.com  
36 Does getsockname API return its correct local IP address during TCP connecting state? file
[Level:16]gilgil
83627   Apr 14, 2010
[Question] 1. Bind remote IP and remote Port(do not bind local IP and local Port) on TCP client socket handle. 2. Call "connect" API. 3. On the other thread after "connect" API is called,...  
35 SSL Attack Summary 2
[Level:16]gilgil
87112   Apr 05, 2010
[SSL attack pseudo code] void surf(string url) { TCPClient tcpClient = new TCPClient; if (!tcpClient.connect(-url.hostname, url.port)) return; HTTPClient httpClient = tcpClient; if (url.scheme == "ht...  
34 How to debug VCL core module in Delphi 1 moviefile
[Level:16]gilgil
89299   Apr 03, 2010
One of the Delphi programming strength is that VCL source code is opened compared with other compiler. Somtimes, I need to debug VCL core module such as Classes.pas or Forms.pas. Let me introduce simpl...  
33 How to get real public IP on VPN host moviefile
[Level:16]gilgil
76573   Mar 27, 2010
 
32 Difference between MSVC and CBuilder when writing static data area file
[Level:16]gilgil
76871   Mar 26, 2010
Guess the result of following code. void test1() { char str[] = "hello"; // string copy. printf("%s\n", str); *str = 'H'; // copied data would be changed. } void test2() { char* str = "world"; ...  
31 How to get best adapter in winpcap automatically file
[Level:16]gilgil
102538   Mar 24, 2010
Whenever you use WinPcap, you are forced to select a specific network adapter to capture packets. This sample shows you how to select the best network adapter automatically by using "GetBestInteface"-; win...  
30 When ARP spoofing is active, sniffer can not sniff ARP packets well. moviefile
[Level:16]gilgil
86793   Mar 24, 2010
When I make ARP spoofing(ARP poisonig) application, I met some trouble. Normal sniffer(such as wireshark) can not sniff ARP infection packets those Cain sends periodically to the victim host. First ...  
29 Google chrome keyboard and mouse shortcuts
[Level:16]gilgil
90899   Mar 21, 2010
http://www.google.co-m/support/chrome/bin-/answer.py?answer=95743&ctx=tip  
28 How to use openssl dll in C++Builder file
[Level:16]gilgil
115435   Mar 15, 2010
If you download openssl for windows, you can find header files, dll files, and library files used in C++ compiler. However, you can not use library files(libeay32.lib, ssleay32.lib) with C++Builder wit...  
27 Difference between exit() and _exit() file
[Level:16]gilgil
78923   Mar 15, 2010
[Question]Guess the result of the following codes. class Object { public: string name; Object(const string name) { this->name = name; cout << "Object::Object " << name << endl; } virtual ~Object() {...  
26 Virtual function call in constructor and destructor in C++ file
[Level:16]gilgil
82005   Mar 13, 2010
See the following source code. Constructor, destructor and foo function contain the same codes. { foo(); // general function v_foo(); // virtual function } But they produce a little different assembly...  
25 Command line compiler (Microsoft Visual Studio & CodeGear C++ Builder)
[Level:16]gilgil
87410   Mar 10, 2010
[Microsoft Visual Studio]1. Execute Visual Studio 2005 Command Prompt. Start > Program > Microsoft Visual Studio 2005 > Visual Studio Tools > Visual Studio 2005 Command Prompt This file contains the fol...  
24 How many instances of template static member exist? file
[Level:16]gilgil
79771   Mar 07, 2010
[Question] How many instances of template static member exist? Guess the result of the following code. (1) 3 3 3 (2) 1 2 3 #include <stdio.h> template <class T> class TemplateObject { public: stati...  
23 SSL Strip Video Demo movie
[Level:16]gilgil
85133   Feb 16, 2010
http://www.youtube.c-om/watch?v=xWBeQ0cR0WY It is a little inconvenient for me to use a console based (line command) application. What if I make it for myself in GUI based one?  
22 Dunkin' Donuts DDoS Attack movie
[Level:16]gilgil
110456   Jan 05, 2010
terrible :)  
21 ASCII printable characters
[Level:16]gilgil
88280   Dec 22, 2009
http://en.wikipedia.-org/wiki/ASCII#ASCII-_printable_character-s Code 0x20, the "space" character, denotes the space between words, as produced by the space-bar of a keyboard. The "space" character is considere...  


XE Login