13.07.2015 Views

Application Layer Covert Channel Analysis and ... - Bill Buchanan

Application Layer Covert Channel Analysis and ... - Bill Buchanan

Application Layer Covert Channel Analysis and ... - Bill Buchanan

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Z. Kwecka, BSc (Hons) Network Computing, 2006 108Appendix 7 – Browser Caller - Code ListingForm1.cs:/** Autor: Zbigniew Kwecka* Matric: 03008457* Contact: z.kwecka@gmial.com* Napier University, Edinburgh*/using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Net;using System.IO;using System.Threading;using System.Diagnostics;using System.Text;namespace HTTPBrowser{/// /// Summary description for Form1./// public class Form1 : System.Windows.Forms.Form{private System.Windows.Forms.Button button1;private System.Windows.Forms.Button button2;private System.Windows.Forms.CheckBox checkBox1;private System.Windows.Forms.Timer trigerProcess;private System.Windows.Forms.GroupBox gbBrowser;private System.Windows.Forms.RadioButton rbFirefox;private System.Windows.Forms.RadioButton rbIExplorer;private System.Windows.Forms.RadioButton rbOpera;private System.Windows.Forms.RadioButton rbNetscape;private System.Windows.Forms.TextBox tbSites;private System.Windows.Forms.Timer browserDelay;private System.ComponentModel.IContainer components;public Form1(){//// Required for Windows Form Designer support//InitializeComponent();//// TODO: Add any constructor code after InitializeComponent call//}/// /// Clean up any resources being used./// protected override void Dispose( bool disposing ){if( disposing ){if (components != null){components.Dispose();}}base.Dispose( disposing );}/// /// The main entry point for the application.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!