亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? form1.designer.cs

?? java softwar for you to send out the request
?? CS
?? 第 1 頁 / 共 3 頁
字號(hào):
namespace Aircrack_ng
{
    partial class Faircrack
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.cbAdvancedOptions = new System.Windows.Forms.CheckBox();
            this.pAdvancedOptions = new System.Windows.Forms.Panel();
            this.cbEssid = new System.Windows.Forms.CheckBox();
            this.tabWepWpa = new System.Windows.Forms.TabControl();
            this.tabWep = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cbSingleBrute = new System.Windows.Forms.CheckBox();
            this.cbMultiThreading = new System.Windows.Forms.CheckBox();
            this.lkbBrute = new System.Windows.Forms.Label();
            this.NUDkbBrute = new System.Windows.Forms.NumericUpDown();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cbFritzbox = new System.Windows.Forms.CheckBox();
            this.cbBCD = new System.Windows.Forms.CheckBox();
            this.cbAlphanum = new System.Windows.Forms.CheckBox();
            this.label5 = new System.Windows.Forms.Label();
            this.clbKorek = new System.Windows.Forms.CheckedListBox();
            this.label4 = new System.Windows.Forms.Label();
            this.NUDFudge = new System.Windows.Forms.NumericUpDown();
            this.cbKeySize = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tabWpa = new System.Windows.Forms.TabPage();
            this.label6 = new System.Windows.Forms.Label();
            this.btOpenDico = new System.Windows.Forms.Button();
            this.tbWPADico = new System.Windows.Forms.TextBox();
            this.cbForceAttack = new System.Windows.Forms.CheckBox();
            this.cbBssid = new System.Windows.Forms.CheckBox();
            this.tbBssid = new System.Windows.Forms.TextBox();
            this.tbEssid = new System.Windows.Forms.TextBox();
            this.btOpenCapFiles = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.btLaunchCrack = new System.Windows.Forms.Button();
            this.tbFilenames = new System.Windows.Forms.TextBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.btLaunchAirodump = new System.Windows.Forms.Button();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.lEncryptionText = new System.Windows.Forms.Label();
            this.tbKeyPassphrase = new System.Windows.Forms.TextBox();
            this.tbPMKDecap = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.cbPMKDecap = new System.Windows.Forms.CheckBox();
            this.rbWPADecap = new System.Windows.Forms.RadioButton();
            this.rbWepDecap = new System.Windows.Forms.RadioButton();
            this.cbBssidDecap = new System.Windows.Forms.CheckBox();
            this.cbEssidDecap = new System.Windows.Forms.CheckBox();
            this.tbEssidDecap = new System.Windows.Forms.TextBox();
            this.btLaunchAirdecap = new System.Windows.Forms.Button();
            this.tbBssidDecap = new System.Windows.Forms.TextBox();
            this.cbNotRemove80211 = new System.Windows.Forms.CheckBox();
            this.btLoadDecapFile = new System.Windows.Forms.Button();
            this.tbDecapFile = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.btLaunchWzcook = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.pAdvancedOptions.SuspendLayout();
            this.tabWepWpa.SuspendLayout();
            this.tabWep.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDkbBrute)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDFudge)).BeginInit();
            this.tabWpa.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Location = new System.Drawing.Point(6, 9);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(605, 462);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.cbAdvancedOptions);
            this.tabPage1.Controls.Add(this.pAdvancedOptions);
            this.tabPage1.Controls.Add(this.btOpenCapFiles);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.btLaunchCrack);
            this.tabPage1.Controls.Add(this.tbFilenames);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(597, 436);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Aircrack-ng";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // cbAdvancedOptions
            // 
            this.cbAdvancedOptions.AutoSize = true;
            this.cbAdvancedOptions.Location = new System.Drawing.Point(9, 32);
            this.cbAdvancedOptions.Name = "cbAdvancedOptions";
            this.cbAdvancedOptions.Size = new System.Drawing.Size(201, 17);
            this.cbAdvancedOptions.TabIndex = 11;
            this.cbAdvancedOptions.Text = "Use WPA or advanced WEP options";
            this.cbAdvancedOptions.UseVisualStyleBackColor = true;
            this.cbAdvancedOptions.CheckedChanged += new System.EventHandler(this.cbAdvancedOptions_CheckedChanged);
            // 
            // pAdvancedOptions
            // 
            this.pAdvancedOptions.Controls.Add(this.cbEssid);
            this.pAdvancedOptions.Controls.Add(this.tabWepWpa);
            this.pAdvancedOptions.Controls.Add(this.cbForceAttack);
            this.pAdvancedOptions.Controls.Add(this.cbBssid);
            this.pAdvancedOptions.Controls.Add(this.tbBssid);
            this.pAdvancedOptions.Controls.Add(this.tbEssid);
            this.pAdvancedOptions.Location = new System.Drawing.Point(6, 55);
            this.pAdvancedOptions.Name = "pAdvancedOptions";
            this.pAdvancedOptions.Size = new System.Drawing.Size(588, 349);
            this.pAdvancedOptions.TabIndex = 10;
            // 
            // cbEssid
            // 
            this.cbEssid.AutoSize = true;
            this.cbEssid.Location = new System.Drawing.Point(3, 3);
            this.cbEssid.Name = "cbEssid";
            this.cbEssid.Size = new System.Drawing.Size(96, 17);
            this.cbEssid.TabIndex = 5;
            this.cbEssid.Text = "Specify ESSID";
            this.cbEssid.UseVisualStyleBackColor = true;
            this.cbEssid.CheckedChanged += new System.EventHandler(this.ShowHideEssidBssid);
            // 
            // tabWepWpa
            // 
            this.tabWepWpa.Controls.Add(this.tabWep);
            this.tabWepWpa.Controls.Add(this.tabWpa);
            this.tabWepWpa.Location = new System.Drawing.Point(3, 75);
            this.tabWepWpa.Name = "tabWepWpa";
            this.tabWepWpa.SelectedIndex = 0;
            this.tabWepWpa.Size = new System.Drawing.Size(582, 269);
            this.tabWepWpa.TabIndex = 4;
            this.tabWepWpa.SelectedIndexChanged += new System.EventHandler(this.tabWepWpa_SelectedIndexChanged);
            // 
            // tabWep
            // 
            this.tabWep.Controls.Add(this.groupBox2);
            this.tabWep.Controls.Add(this.groupBox1);
            this.tabWep.Controls.Add(this.label5);
            this.tabWep.Controls.Add(this.clbKorek);
            this.tabWep.Controls.Add(this.label4);
            this.tabWep.Controls.Add(this.NUDFudge);
            this.tabWep.Controls.Add(this.cbKeySize);
            this.tabWep.Controls.Add(this.label3);
            this.tabWep.Controls.Add(this.label2);
            this.tabWep.Location = new System.Drawing.Point(4, 22);
            this.tabWep.Name = "tabWep";
            this.tabWep.Padding = new System.Windows.Forms.Padding(3);
            this.tabWep.Size = new System.Drawing.Size(574, 243);
            this.tabWep.TabIndex = 0;
            this.tabWep.Text = "WEP";
            this.tabWep.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cbSingleBrute);
            this.groupBox2.Controls.Add(this.cbMultiThreading);
            this.groupBox2.Controls.Add(this.lkbBrute);
            this.groupBox2.Controls.Add(this.NUDkbBrute);
            this.groupBox2.Location = new System.Drawing.Point(290, 120);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(181, 107);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Bruteforce";
            // 
            // cbSingleBrute
            // 
            this.cbSingleBrute.AutoSize = true;
            this.cbSingleBrute.Location = new System.Drawing.Point(16, 77);
            this.cbSingleBrute.Name = "cbSingleBrute";
            this.cbSingleBrute.Size = new System.Drawing.Size(140, 17);
            this.cbSingleBrute.TabIndex = 3;
            this.cbSingleBrute.Text = "Single Bruteforce attack";
            this.cbSingleBrute.UseVisualStyleBackColor = true;
            this.cbSingleBrute.CheckedChanged += new System.EventHandler(this.cbSingleBrute_CheckedChanged);
            // 
            // cbMultiThreading
            // 
            this.cbMultiThreading.AutoSize = true;
            this.cbMultiThreading.Checked = true;
            this.cbMultiThreading.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbMultiThreading.Location = new System.Drawing.Point(16, 54);
            this.cbMultiThreading.Name = "cbMultiThreading";
            this.cbMultiThreading.Size = new System.Drawing.Size(143, 17);
            this.cbMultiThreading.TabIndex = 2;
            this.cbMultiThreading.Text = "Multithreading bruteforce";
            this.cbMultiThreading.UseVisualStyleBackColor = true;
            // 
            // lkbBrute
            // 
            this.lkbBrute.AutoSize = true;
            this.lkbBrute.Location = new System.Drawing.Point(13, 16);
            this.lkbBrute.Name = "lkbBrute";
            this.lkbBrute.Size = new System.Drawing.Size(72, 26);
            this.lkbBrute.TabIndex = 1;
            this.lkbBrute.Text = "Last keybytes\r\nbruteforce";
            // 
            // NUDkbBrute
            // 
            this.NUDkbBrute.Location = new System.Drawing.Point(102, 19);
            this.NUDkbBrute.Maximum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.NUDkbBrute.Name = "NUDkbBrute";
            this.NUDkbBrute.Size = new System.Drawing.Size(48, 20);
            this.NUDkbBrute.TabIndex = 0;
            this.NUDkbBrute.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cbFritzbox);
            this.groupBox1.Controls.Add(this.cbBCD);
            this.groupBox1.Controls.Add(this.cbAlphanum);
            this.groupBox1.Location = new System.Drawing.Point(290, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(181, 97);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Key search filter";
            // 
            // cbFritzbox
            // 
            this.cbFritzbox.AutoSize = true;
            this.cbFritzbox.Location = new System.Drawing.Point(16, 65);
            this.cbFritzbox.Name = "cbFritzbox";
            this.cbFritzbox.Size = new System.Drawing.Size(118, 17);
            this.cbFritzbox.TabIndex = 2;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产成都精品91一区二区三| 日韩精品午夜视频| 欧美日韩精品一区二区天天拍小说| 午夜欧美在线一二页| 欧美精品一区二区久久久| 色先锋资源久久综合| 欧美色视频在线观看| 免费成人你懂的| 亚洲欧美日韩国产中文在线| 91麻豆精品91久久久久同性| 99久久久久久| 国产精品一区三区| 日韩和欧美一区二区三区| 亚洲天堂av一区| 久久久久亚洲蜜桃| 欧美r级电影在线观看| 欧美影院午夜播放| 91小宝寻花一区二区三区| 韩国一区二区视频| 日本不卡在线视频| 亚洲小说春色综合另类电影| 国产精品美女久久久久久久久 | 国产精品色一区二区三区| 4438x亚洲最大成人网| 在线观看日韩国产| 91原创在线视频| 粉嫩av亚洲一区二区图片| 久久99精品久久久久久动态图 | 亚洲女子a中天字幕| 国产精品国产三级国产aⅴ原创| 日韩精品一区二区三区在线播放 | 麻豆91精品91久久久的内涵| 亚洲综合色视频| 亚洲人快播电影网| 中文字幕在线不卡国产视频| 久久久久久久av麻豆果冻| 日韩欧美一级二级三级| 日韩精品一区二区三区swag| 欧美一区二区三区婷婷月色| 欧美日韩一区二区不卡| 欧美视频在线播放| 欧美色图一区二区三区| 欧美亚洲一区二区在线观看| 日本高清不卡视频| 欧洲日韩一区二区三区| 色94色欧美sute亚洲线路一ni| 91在线视频播放地址| 99在线精品一区二区三区| www.亚洲免费av| 97久久精品人人爽人人爽蜜臀| 99视频国产精品| 色中色一区二区| 欧美性videosxxxxx| 欧美二区三区的天堂| 91麻豆精品国产91久久久| 日韩欧美中文字幕一区| 26uuuu精品一区二区| 国产三级三级三级精品8ⅰ区| 久久久国产精品午夜一区ai换脸| 国产欧美日产一区| 中文字幕一区二区三区在线播放| 亚洲欧美综合色| 亚洲午夜av在线| 婷婷开心激情综合| 激情深爱一区二区| 成人晚上爱看视频| 欧美日韩三级一区二区| 欧美一区二区三区四区五区 | 99久久精品免费看| 欧美三级乱人伦电影| 欧美一区二区三区四区高清 | 久久久久久久综合色一本| 一区二区中文字幕在线| 亚洲va欧美va国产va天堂影院| 青青青爽久久午夜综合久久午夜| 国产精品自在欧美一区| 91久久精品一区二区二区| 91精品国产综合久久久久久漫画| 欧美精品一区二区不卡| 亚洲欧洲精品天堂一级| 午夜不卡av在线| 国产精品一二二区| 欧美这里有精品| 精品国产青草久久久久福利| 亚洲欧洲av色图| 久久国内精品视频| 91久久奴性调教| 久久精品视频在线看| 亚洲精品久久嫩草网站秘色| 天天色天天操综合| 成人精品视频一区| 91精品国产乱| 亚洲欧美日韩小说| 国产精品66部| 色妞www精品视频| 精品少妇一区二区三区免费观看 | 日韩精品欧美精品| 99国产欧美久久久精品| 91免费小视频| 欧美sm美女调教| 欧美亚洲尤物久久| 日韩精品一区二区三区四区| 《视频一区视频二区| 美女网站视频久久| 91蜜桃在线观看| 久久久五月婷婷| 日韩av一二三| 日本二三区不卡| 国产精品乱人伦| 精品午夜久久福利影院| 欧洲一区在线电影| 国产日韩精品一区二区三区| 日日摸夜夜添夜夜添国产精品| kk眼镜猥琐国模调教系列一区二区| 91精品国产福利| 亚洲自拍都市欧美小说| av男人天堂一区| 久久久久久亚洲综合影院红桃| 天天综合天天综合色| 欧美性受极品xxxx喷水| 国产精品婷婷午夜在线观看| 精品一区二区三区在线观看| 欧美日韩国产首页在线观看| 亚洲美女淫视频| av福利精品导航| 国产精品久久久久影院亚瑟| 国产麻豆91精品| 精品国产髙清在线看国产毛片| 夜色激情一区二区| 91污在线观看| 亚洲欧美综合网| 白白色 亚洲乱淫| 国产精品不卡一区| 风间由美一区二区av101 | 亚洲午夜激情av| 91久久人澡人人添人人爽欧美 | 国产精品女主播av| 成人午夜碰碰视频| 欧美激情综合在线| 国产精品自拍三区| 中文欧美字幕免费| 成人小视频免费在线观看| 国产精品丝袜久久久久久app| 成人综合婷婷国产精品久久免费| 久久久久久**毛片大全| 国产麻豆91精品| 国产精品嫩草久久久久| 成人免费毛片aaaaa**| 国产精品免费aⅴ片在线观看| 99麻豆久久久国产精品免费优播| 国产精品视频看| 日本电影欧美片| 日韩高清一级片| 日韩视频在线观看一区二区| 免费观看成人av| 久久久久久久精| 99re视频精品| 午夜不卡av在线| 精品av综合导航| 国产盗摄精品一区二区三区在线 | 欧美大白屁股肥臀xxxxxx| 久久精品国产成人一区二区三区| 亚洲精品一区二区三区影院 | 一区视频在线播放| 欧洲精品一区二区| 日韩—二三区免费观看av| 欧美电影免费观看完整版| 国产在线播放一区三区四| 欧美激情一区二区三区蜜桃视频| 91丨porny丨中文| 婷婷夜色潮精品综合在线| 久久综合久久久久88| 成人激情动漫在线观看| 一卡二卡欧美日韩| 欧美电视剧在线观看完整版| 成人黄动漫网站免费app| 亚洲一区二区三区在线| 欧美不卡一区二区三区四区| 成人在线综合网| 天堂成人国产精品一区| 久久久不卡网国产精品一区| 色综合天天综合狠狠| 轻轻草成人在线| 日韩伦理av电影| 日韩小视频在线观看专区| 粉嫩蜜臀av国产精品网站| 午夜视黄欧洲亚洲| 国产精品美女视频| 欧美一区二区三区四区久久| 不卡一区二区在线| 免费视频最近日韩| 亚洲码国产岛国毛片在线| 精品久久久三级丝袜| 91久久线看在观草草青青| 国产精品一区一区| 日本欧美一区二区三区乱码 | 欧美精彩视频一区二区三区| 欧美日韩你懂得| 成人av网站在线| 久久精品国产网站|