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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.designer.cs

?? java softwar for you to send out the request
?? CS
?? 第 1 頁 / 共 3 頁
字號:
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(597, 436);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Airdecap-ng";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // lEncryptionText
            // 
            this.lEncryptionText.AutoSize = true;
            this.lEncryptionText.Location = new System.Drawing.Point(10, 199);
            this.lEncryptionText.Name = "lEncryptionText";
            this.lEncryptionText.Size = new System.Drawing.Size(25, 13);
            this.lEncryptionText.TabIndex = 0;
            this.lEncryptionText.Text = "Key";
            // 
            // tbKeyPassphrase
            // 
            this.tbKeyPassphrase.Location = new System.Drawing.Point(126, 196);
            this.tbKeyPassphrase.Name = "tbKeyPassphrase";
            this.tbKeyPassphrase.Size = new System.Drawing.Size(200, 20);
            this.tbKeyPassphrase.TabIndex = 1;
            // 
            // tbPMKDecap
            // 
            this.tbPMKDecap.Location = new System.Drawing.Point(126, 238);
            this.tbPMKDecap.Name = "tbPMKDecap";
            this.tbPMKDecap.Size = new System.Drawing.Size(291, 20);
            this.tbPMKDecap.TabIndex = 1;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(6, 141);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(57, 13);
            this.label10.TabIndex = 14;
            this.label10.Text = "Encryption";
            // 
            // cbPMKDecap
            // 
            this.cbPMKDecap.AutoSize = true;
            this.cbPMKDecap.Location = new System.Drawing.Point(13, 228);
            this.cbPMKDecap.Name = "cbPMKDecap";
            this.cbPMKDecap.Size = new System.Drawing.Size(105, 30);
            this.cbPMKDecap.TabIndex = 0;
            this.cbPMKDecap.Text = "WPA Pairwise\r\nMaster Key (hex)";
            this.cbPMKDecap.UseVisualStyleBackColor = true;
            this.cbPMKDecap.CheckedChanged += new System.EventHandler(this.cbPMKDecap_CheckedChanged);
            // 
            // rbWPADecap
            // 
            this.rbWPADecap.AutoSize = true;
            this.rbWPADecap.Location = new System.Drawing.Point(126, 164);
            this.rbWPADecap.Name = "rbWPADecap";
            this.rbWPADecap.Size = new System.Drawing.Size(50, 17);
            this.rbWPADecap.TabIndex = 13;
            this.rbWPADecap.Text = "WPA";
            this.rbWPADecap.UseVisualStyleBackColor = true;
            this.rbWPADecap.CheckedChanged += new System.EventHandler(this.rbWPADecap_CheckedChanged);
            // 
            // rbWepDecap
            // 
            this.rbWepDecap.AutoSize = true;
            this.rbWepDecap.Checked = true;
            this.rbWepDecap.Location = new System.Drawing.Point(126, 141);
            this.rbWepDecap.Name = "rbWepDecap";
            this.rbWepDecap.Size = new System.Drawing.Size(50, 17);
            this.rbWepDecap.TabIndex = 12;
            this.rbWepDecap.TabStop = true;
            this.rbWepDecap.Text = "WEP";
            this.rbWepDecap.UseVisualStyleBackColor = true;
            this.rbWepDecap.CheckedChanged += new System.EventHandler(this.rbWepDecap_CheckedChanged);
            // 
            // cbBssidDecap
            // 
            this.cbBssidDecap.AutoSize = true;
            this.cbBssidDecap.Location = new System.Drawing.Point(9, 101);
            this.cbBssidDecap.Name = "cbBssidDecap";
            this.cbBssidDecap.Size = new System.Drawing.Size(96, 17);
            this.cbBssidDecap.TabIndex = 11;
            this.cbBssidDecap.Text = "Specify BSSID";
            this.cbBssidDecap.UseVisualStyleBackColor = true;
            this.cbBssidDecap.CheckedChanged += new System.EventHandler(this.ShowHideEssidBssidDecap);
            // 
            // cbEssidDecap
            // 
            this.cbEssidDecap.AutoSize = true;
            this.cbEssidDecap.Location = new System.Drawing.Point(9, 76);
            this.cbEssidDecap.Name = "cbEssidDecap";
            this.cbEssidDecap.Size = new System.Drawing.Size(96, 17);
            this.cbEssidDecap.TabIndex = 10;
            this.cbEssidDecap.Text = "Specify ESSID";
            this.cbEssidDecap.UseVisualStyleBackColor = true;
            this.cbEssidDecap.CheckedChanged += new System.EventHandler(this.ShowHideEssidBssidDecap);
            // 
            // tbEssidDecap
            // 
            this.tbEssidDecap.Location = new System.Drawing.Point(126, 74);
            this.tbEssidDecap.MaxLength = 32;
            this.tbEssidDecap.Name = "tbEssidDecap";
            this.tbEssidDecap.Size = new System.Drawing.Size(200, 20);
            this.tbEssidDecap.TabIndex = 9;
            // 
            // btLaunchAirdecap
            // 
            this.btLaunchAirdecap.Location = new System.Drawing.Point(506, 410);
            this.btLaunchAirdecap.Name = "btLaunchAirdecap";
            this.btLaunchAirdecap.Size = new System.Drawing.Size(75, 23);
            this.btLaunchAirdecap.TabIndex = 7;
            this.btLaunchAirdecap.Text = "Launch";
            this.btLaunchAirdecap.UseVisualStyleBackColor = true;
            this.btLaunchAirdecap.Click += new System.EventHandler(this.btLaunchAirdecap_Click);
            // 
            // tbBssidDecap
            // 
            this.tbBssidDecap.Location = new System.Drawing.Point(126, 99);
            this.tbBssidDecap.MaxLength = 17;
            this.tbBssidDecap.Name = "tbBssidDecap";
            this.tbBssidDecap.Size = new System.Drawing.Size(125, 20);
            this.tbBssidDecap.TabIndex = 5;
            // 
            // cbNotRemove80211
            // 
            this.cbNotRemove80211.AutoSize = true;
            this.cbNotRemove80211.Location = new System.Drawing.Point(9, 45);
            this.cbNotRemove80211.Name = "cbNotRemove80211";
            this.cbNotRemove80211.Size = new System.Drawing.Size(161, 17);
            this.cbNotRemove80211.TabIndex = 3;
            this.cbNotRemove80211.Text = "Don\'t remove 802.11 header";
            this.cbNotRemove80211.UseVisualStyleBackColor = true;
            // 
            // btLoadDecapFile
            // 
            this.btLoadDecapFile.Location = new System.Drawing.Point(506, 4);
            this.btLoadDecapFile.Name = "btLoadDecapFile";
            this.btLoadDecapFile.Size = new System.Drawing.Size(75, 23);
            this.btLoadDecapFile.TabIndex = 2;
            this.btLoadDecapFile.Text = "Choose...";
            this.btLoadDecapFile.UseVisualStyleBackColor = true;
            this.btLoadDecapFile.Click += new System.EventHandler(this.btLoadDecapFile_Click);
            // 
            // tbDecapFile
            // 
            this.tbDecapFile.Location = new System.Drawing.Point(72, 6);
            this.tbDecapFile.Name = "tbDecapFile";
            this.tbDecapFile.Size = new System.Drawing.Size(424, 20);
            this.tbDecapFile.TabIndex = 1;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(6, 9);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(49, 13);
            this.label7.TabIndex = 0;
            this.label7.Text = "Filename";
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.btLaunchWzcook);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(597, 436);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "WZCook";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // btLaunchWzcook
            // 
            this.btLaunchWzcook.Location = new System.Drawing.Point(244, 169);
            this.btLaunchWzcook.Name = "btLaunchWzcook";
            this.btLaunchWzcook.Size = new System.Drawing.Size(120, 60);
            this.btLaunchWzcook.TabIndex = 0;
            this.btLaunchWzcook.Text = "Launch";
            this.btLaunchWzcook.UseVisualStyleBackColor = true;
            this.btLaunchWzcook.Click += new System.EventHandler(this.btLaunchWzcook_Click);
            // 
            // Faircrack
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(610, 470);
            this.Controls.Add(this.tabControl1);
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(618, 497);
            this.MinimumSize = new System.Drawing.Size(618, 497);
            this.Name = "Faircrack";
            this.Text = "Aircrack-ng GUI";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.pAdvancedOptions.ResumeLayout(false);
            this.pAdvancedOptions.PerformLayout();
            this.tabWepWpa.ResumeLayout(false);
            this.tabWep.ResumeLayout(false);
            this.tabWep.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDkbBrute)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDFudge)).EndInit();
            this.tabWpa.ResumeLayout(false);
            this.tabWpa.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btLaunchCrack;
        private System.Windows.Forms.TextBox tbFilenames;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.Button btOpenCapFiles;
        private System.Windows.Forms.TabControl tabWepWpa;
        private System.Windows.Forms.TabPage tabWep;
        private System.Windows.Forms.TabPage tabWpa;
        private System.Windows.Forms.TextBox tbEssid;
        private System.Windows.Forms.CheckBox cbBssid;
        private System.Windows.Forms.CheckBox cbEssid;
        private System.Windows.Forms.TextBox tbBssid;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.CheckBox cbForceAttack;
        private System.Windows.Forms.ComboBox cbKeySize;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.NumericUpDown NUDFudge;
        private System.Windows.Forms.CheckedListBox clbKorek;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.CheckBox cbBCD;
        private System.Windows.Forms.CheckBox cbAlphanum;
        private System.Windows.Forms.Button btLaunchWzcook;
        private System.Windows.Forms.CheckBox cbFritzbox;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.CheckBox cbSingleBrute;
        private System.Windows.Forms.CheckBox cbMultiThreading;
        private System.Windows.Forms.Label lkbBrute;
        private System.Windows.Forms.NumericUpDown NUDkbBrute;
        private System.Windows.Forms.Panel pAdvancedOptions;
        private System.Windows.Forms.CheckBox cbAdvancedOptions;
        private System.Windows.Forms.Button btLaunchAirodump;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button btOpenDico;
        private System.Windows.Forms.TextBox tbWPADico;
        private System.Windows.Forms.Button btLoadDecapFile;
        private System.Windows.Forms.TextBox tbDecapFile;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.CheckBox cbNotRemove80211;
        private System.Windows.Forms.TextBox tbBssidDecap;
        private System.Windows.Forms.Button btLaunchAirdecap;
        private System.Windows.Forms.TextBox tbEssidDecap;
        private System.Windows.Forms.CheckBox cbPMKDecap;
        private System.Windows.Forms.CheckBox cbBssidDecap;
        private System.Windows.Forms.CheckBox cbEssidDecap;
        private System.Windows.Forms.TextBox tbPMKDecap;
        private System.Windows.Forms.TextBox tbKeyPassphrase;
        private System.Windows.Forms.Label lEncryptionText;
        private System.Windows.Forms.RadioButton rbWepDecap;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.RadioButton rbWPADecap;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产欧美日韩不卡| 国产农村妇女毛片精品久久麻豆| 丁香啪啪综合成人亚洲小说 | 国产一区二区在线看| 午夜精品福利一区二区蜜股av| 亚洲欧洲美洲综合色网| 国产精品久久久久久久裸模| 国产欧美va欧美不卡在线| 久久精品欧美日韩| 日本一区二区动态图| 国产欧美日韩综合精品一区二区| 精品国产91乱码一区二区三区| 欧美大片日本大片免费观看| 欧美变态tickle挠乳网站| 欧美xxxxx裸体时装秀| 亚洲精品一区二区三区四区高清 | 不卡一区中文字幕| 91色porny在线视频| 99国产精品国产精品久久| 在线免费不卡电影| 日韩一区二区在线看片| 精品国产一二三| 久久精品男人的天堂| 日韩伦理电影网| 日韩国产在线一| 国产一区二区在线观看免费| 成人动漫av在线| 欧洲一区二区三区在线| 日韩欧美中文字幕制服| 国产精品午夜在线| 亚洲午夜精品一区二区三区他趣| 婷婷中文字幕一区三区| 精品一区二区av| av动漫一区二区| 欧美一区二区成人6969| 日韩福利电影在线观看| 久久成人麻豆午夜电影| 极品少妇xxxx精品少妇| 不卡一区二区在线| 欧美一卡二卡在线观看| 亚洲免费观看高清完整版在线观看 | 国产精品久久久爽爽爽麻豆色哟哟 | 亚洲欧美日韩精品久久久久| 天天色综合天天| 日本亚洲最大的色成网站www| 亚洲品质自拍视频网站| 蜜臀av性久久久久蜜臀aⅴ四虎| 国产精品99久久久久久有的能看| 色欧美片视频在线观看| 日韩一区二区免费在线电影 | 欧美少妇xxx| 国产欧美日韩久久| 成人av电影免费观看| 欧美日韩精品欧美日韩精品 | 7777女厕盗摄久久久| 日本一二三四高清不卡| 久99久精品视频免费观看| 欧美日韩在线一区二区| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| 琪琪一区二区三区| 欧美日韩久久久一区| 国产精品对白交换视频| 国产99久久久国产精品潘金网站| 337p亚洲精品色噜噜| 亚洲午夜免费电影| 91成人网在线| 亚洲女人的天堂| 91美女蜜桃在线| 中文av一区二区| 成人午夜激情在线| 国产女同性恋一区二区| 丁香桃色午夜亚洲一区二区三区| 精品日本一线二线三线不卡| 日韩中文字幕区一区有砖一区 | 成人一区二区三区| 精品国产乱码久久久久久免费| 免费观看久久久4p| 欧美肥妇free| 蜜桃av噜噜一区| 日韩三级视频在线观看| 久久精工是国产品牌吗| 日韩精品专区在线影院重磅| 久久se这里有精品| 国产视频一区在线观看| 国产高清成人在线| 综合久久综合久久| 色妞www精品视频| 亚洲午夜久久久久久久久久久| 欧洲另类一二三四区| 亚洲网友自拍偷拍| 日韩欧美亚洲国产精品字幕久久久 | 色中色一区二区| 香蕉成人啪国产精品视频综合网 | 91女人视频在线观看| 一区二区三区四区五区视频在线观看| 色噜噜偷拍精品综合在线| 亚洲成av人片一区二区三区| 欧美大尺度电影在线| 国产乱一区二区| 一区二区在线电影| 欧美乱妇15p| 国产寡妇亲子伦一区二区| 中文字幕视频一区二区三区久| 色综合天天综合色综合av| 日韩在线观看一区二区| 久久一日本道色综合| 91麻豆国产香蕉久久精品| 午夜精品久久久久久不卡8050| 欧美精品一区二区三区久久久| 成人免费av在线| 香蕉久久夜色精品国产使用方法| 欧美xxxx老人做受| 在线观看三级视频欧美| 国内精品免费在线观看| 亚洲乱码精品一二三四区日韩在线| 欧美精三区欧美精三区| 国产福利精品导航| 亚洲一区欧美一区| 国产欧美日韩一区二区三区在线观看| 欧洲亚洲精品在线| 成人精品鲁一区一区二区| 午夜免费久久看| 日韩毛片视频在线看| 欧美tickling网站挠脚心| 色哟哟一区二区| 国产九九视频一区二区三区| 亚洲一二三专区| 国产精品久久网站| 精品国产露脸精彩对白| 777午夜精品免费视频| 色先锋资源久久综合| 国产一区二区在线影院| 美女网站色91| 五月激情六月综合| 亚洲一二三区在线观看| 亚洲欧洲av另类| 国产欧美日韩另类一区| 26uuu精品一区二区在线观看| 欧美日韩高清在线播放| 在线观看一区二区视频| 一本色道a无线码一区v| 成人亚洲一区二区一| 国产综合久久久久久久久久久久| 日韩精品每日更新| 午夜成人免费电影| 午夜精品视频一区| 亚洲6080在线| 亚洲国产精品一区二区久久| 国产精品久久久久久久蜜臀| 国产亚洲精品7777| 亚洲国产精品黑人久久久| 国产拍揄自揄精品视频麻豆| 久久久精品tv| 国产精品你懂的| 1024精品合集| 亚洲自拍另类综合| 一级中文字幕一区二区| 亚洲国产精品综合小说图片区| 亚洲资源中文字幕| 依依成人综合视频| 天天色天天操综合| 免费看黄色91| 国产精品资源在线看| 国产盗摄视频一区二区三区| 粉嫩av一区二区三区| jizz一区二区| 在线免费亚洲电影| 日韩一区二区免费在线电影| 精品国产乱码久久久久久牛牛| 国产亚洲一区二区三区在线观看 | 午夜国产不卡在线观看视频| 亚洲国产aⅴ成人精品无吗| 亚洲观看高清完整版在线观看 | 国产一区在线精品| 国产不卡视频在线播放| 99国产精品99久久久久久| 欧美日韩午夜影院| 精品久久久久99| 日韩伦理免费电影| 日韩电影免费一区| 成人激情动漫在线观看| 欧美午夜不卡视频| 久久久久久久一区| 亚洲裸体在线观看| 久久福利视频一区二区| 成人深夜在线观看| 91精品在线一区二区| 亚洲国产精品精华液ab| 午夜视黄欧洲亚洲| 国产成人精品一区二区三区四区 | 日韩一卡二卡三卡国产欧美| 久久久久久一二三区| 一级日本不卡的影视| 激情文学综合插| 色妹子一区二区| 久久精品一区四区| 午夜精品久久久久久不卡8050| 国产成人亚洲综合a∨婷婷 | 麻豆一区二区在线| 99国产精品国产精品毛片|