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

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

?? form1.designer.cs

?? java softwar for you to send out the request
?? CS
?? 第 1 頁 / 共 3 頁
字號:
            this.cbFritzbox.Text = "Numeric (Fritz!BOX)";
            this.cbFritzbox.UseVisualStyleBackColor = true;
            // 
            // cbBCD
            // 
            this.cbBCD.AutoSize = true;
            this.cbBCD.Location = new System.Drawing.Point(16, 42);
            this.cbBCD.Name = "cbBCD";
            this.cbBCD.Size = new System.Drawing.Size(101, 17);
            this.cbBCD.TabIndex = 1;
            this.cbBCD.Text = "BCD characters";
            this.cbBCD.UseVisualStyleBackColor = true;
            // 
            // cbAlphanum
            // 
            this.cbAlphanum.AutoSize = true;
            this.cbAlphanum.Location = new System.Drawing.Point(16, 19);
            this.cbAlphanum.Name = "cbAlphanum";
            this.cbAlphanum.Size = new System.Drawing.Size(143, 17);
            this.cbAlphanum.TabIndex = 0;
            this.cbAlphanum.Text = "Alphanumeric characters";
            this.cbAlphanum.UseVisualStyleBackColor = true;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(13, 73);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(74, 26);
            this.label5.TabIndex = 6;
            this.label5.Text = "Disable KoreK\r\nattacks";
            // 
            // clbKorek
            // 
            this.clbKorek.FormattingEnabled = true;
            this.clbKorek.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17"});
            this.clbKorek.Location = new System.Drawing.Point(101, 73);
            this.clbKorek.Name = "clbKorek";
            this.clbKorek.Size = new System.Drawing.Size(66, 154);
            this.clbKorek.TabIndex = 5;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(173, 12);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(23, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "bits";
            // 
            // NUDFudge
            // 
            this.NUDFudge.Location = new System.Drawing.Point(101, 41);
            this.NUDFudge.Maximum = new decimal(new int[] {
            32,
            0,
            0,
            0});
            this.NUDFudge.Minimum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.NUDFudge.Name = "NUDFudge";
            this.NUDFudge.Size = new System.Drawing.Size(66, 20);
            this.NUDFudge.TabIndex = 3;
            this.NUDFudge.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            // 
            // cbKeySize
            // 
            this.cbKeySize.FormattingEnabled = true;
            this.cbKeySize.Items.AddRange(new object[] {
            "64",
            "128",
            "152",
            "256",
            "512"});
            this.cbKeySize.Location = new System.Drawing.Point(101, 9);
            this.cbKeySize.Name = "cbKeySize";
            this.cbKeySize.Size = new System.Drawing.Size(66, 21);
            this.cbKeySize.TabIndex = 2;
            this.cbKeySize.Text = "128";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(13, 45);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(67, 13);
            this.label3.TabIndex = 1;
            this.label3.Text = "Fudge factor";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 12);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(46, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Key size";
            // 
            // tabWpa
            // 
            this.tabWpa.Controls.Add(this.label6);
            this.tabWpa.Controls.Add(this.btOpenDico);
            this.tabWpa.Controls.Add(this.tbWPADico);
            this.tabWpa.Location = new System.Drawing.Point(4, 22);
            this.tabWpa.Name = "tabWpa";
            this.tabWpa.Padding = new System.Windows.Forms.Padding(3);
            this.tabWpa.Size = new System.Drawing.Size(574, 243);
            this.tabWpa.TabIndex = 1;
            this.tabWpa.Text = "WPA";
            this.tabWpa.UseVisualStyleBackColor = true;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(6, 9);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(45, 13);
            this.label6.TabIndex = 12;
            this.label6.Text = "Wordlist";
            // 
            // btOpenDico
            // 
            this.btOpenDico.Location = new System.Drawing.Point(493, 6);
            this.btOpenDico.Name = "btOpenDico";
            this.btOpenDico.Size = new System.Drawing.Size(75, 23);
            this.btOpenDico.TabIndex = 12;
            this.btOpenDico.Text = "Choose...";
            this.btOpenDico.UseVisualStyleBackColor = true;
            this.btOpenDico.Click += new System.EventHandler(this.btOpenDico_Click);
            // 
            // tbWPADico
            // 
            this.tbWPADico.AllowDrop = true;
            this.tbWPADico.Location = new System.Drawing.Point(111, 6);
            this.tbWPADico.Name = "tbWPADico";
            this.tbWPADico.Size = new System.Drawing.Size(372, 20);
            this.tbWPADico.TabIndex = 1;
            // 
            // cbForceAttack
            // 
            this.cbForceAttack.AutoSize = true;
            this.cbForceAttack.Location = new System.Drawing.Point(3, 52);
            this.cbForceAttack.Name = "cbForceAttack";
            this.cbForceAttack.Size = new System.Drawing.Size(115, 17);
            this.cbForceAttack.TabIndex = 9;
            this.cbForceAttack.Text = "Force attack mode";
            this.cbForceAttack.UseVisualStyleBackColor = true;
            // 
            // cbBssid
            // 
            this.cbBssid.AutoSize = true;
            this.cbBssid.Location = new System.Drawing.Point(3, 26);
            this.cbBssid.Name = "cbBssid";
            this.cbBssid.Size = new System.Drawing.Size(96, 17);
            this.cbBssid.TabIndex = 6;
            this.cbBssid.Text = "Specify BSSID";
            this.cbBssid.UseVisualStyleBackColor = true;
            this.cbBssid.CheckedChanged += new System.EventHandler(this.ShowHideEssidBssid);
            // 
            // tbBssid
            // 
            this.tbBssid.Location = new System.Drawing.Point(118, 24);
            this.tbBssid.MaxLength = 17;
            this.tbBssid.Name = "tbBssid";
            this.tbBssid.Size = new System.Drawing.Size(125, 20);
            this.tbBssid.TabIndex = 8;
            // 
            // tbEssid
            // 
            this.tbEssid.Location = new System.Drawing.Point(118, 3);
            this.tbEssid.MaxLength = 32;
            this.tbEssid.Name = "tbEssid";
            this.tbEssid.Size = new System.Drawing.Size(200, 20);
            this.tbEssid.TabIndex = 7;
            // 
            // btOpenCapFiles
            // 
            this.btOpenCapFiles.Location = new System.Drawing.Point(506, 4);
            this.btOpenCapFiles.Name = "btOpenCapFiles";
            this.btOpenCapFiles.Size = new System.Drawing.Size(75, 23);
            this.btOpenCapFiles.TabIndex = 3;
            this.btOpenCapFiles.Text = "Choose...";
            this.btOpenCapFiles.UseVisualStyleBackColor = true;
            this.btOpenCapFiles.Click += new System.EventHandler(this.btOpenCapFiles_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(60, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Filename(s)";
            // 
            // btLaunchCrack
            // 
            this.btLaunchCrack.Location = new System.Drawing.Point(506, 410);
            this.btLaunchCrack.Name = "btLaunchCrack";
            this.btLaunchCrack.Size = new System.Drawing.Size(75, 23);
            this.btLaunchCrack.TabIndex = 1;
            this.btLaunchCrack.Text = "Launch";
            this.btLaunchCrack.UseVisualStyleBackColor = true;
            this.btLaunchCrack.Click += new System.EventHandler(this.btLaunchCrack_Click);
            // 
            // tbFilenames
            // 
            this.tbFilenames.AllowDrop = true;
            this.tbFilenames.Location = new System.Drawing.Point(72, 6);
            this.tbFilenames.Name = "tbFilenames";
            this.tbFilenames.Size = new System.Drawing.Size(424, 20);
            this.tbFilenames.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.btLaunchAirodump);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(597, 436);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Airodump-ng";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // btLaunchAirodump
            // 
            this.btLaunchAirodump.Location = new System.Drawing.Point(244, 169);
            this.btLaunchAirodump.Name = "btLaunchAirodump";
            this.btLaunchAirodump.Size = new System.Drawing.Size(120, 60);
            this.btLaunchAirodump.TabIndex = 0;
            this.btLaunchAirodump.Text = "Launch";
            this.btLaunchAirodump.UseVisualStyleBackColor = true;
            this.btLaunchAirodump.Click += new System.EventHandler(this.btLaunchAirodump_Click);
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.lEncryptionText);
            this.tabPage3.Controls.Add(this.tbKeyPassphrase);
            this.tabPage3.Controls.Add(this.tbPMKDecap);
            this.tabPage3.Controls.Add(this.label10);
            this.tabPage3.Controls.Add(this.cbPMKDecap);
            this.tabPage3.Controls.Add(this.rbWPADecap);
            this.tabPage3.Controls.Add(this.rbWepDecap);
            this.tabPage3.Controls.Add(this.cbBssidDecap);
            this.tabPage3.Controls.Add(this.cbEssidDecap);
            this.tabPage3.Controls.Add(this.tbEssidDecap);
            this.tabPage3.Controls.Add(this.btLaunchAirdecap);
            this.tabPage3.Controls.Add(this.tbBssidDecap);
            this.tabPage3.Controls.Add(this.cbNotRemove80211);
            this.tabPage3.Controls.Add(this.btLoadDecapFile);
            this.tabPage3.Controls.Add(this.tbDecapFile);
            this.tabPage3.Controls.Add(this.label7);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久久九九视频| 色视频欧美一区二区三区| 欧美不卡一区二区三区四区| 日本亚洲电影天堂| 日韩欧美在线不卡| 久久99精品国产.久久久久久| 久久久亚洲欧洲日产国码αv| 国产91在线|亚洲| 亚洲日本在线视频观看| 欧美视频一区二区三区四区| 麻豆精品久久久| 国产欧美一区二区精品久导航 | 不卡欧美aaaaa| 一区二区在线免费| 欧美一个色资源| 国产一区二区三区在线观看免费 | 精品国产伦理网| 国产a级毛片一区| 亚洲人成在线观看一区二区| 91麻豆精品国产91久久久使用方法| 久久国产人妖系列| 中文字幕亚洲综合久久菠萝蜜| 在线日韩国产精品| 精品一区二区日韩| 中文字幕人成不卡一区| 欧美二区三区91| 本田岬高潮一区二区三区| 亚洲成人av在线电影| 久久久久99精品一区| 欧洲国产伦久久久久久久| 久久国内精品自在自线400部| 国产精品久久三| 欧美一区二区在线免费播放| aa级大片欧美| 激情成人综合网| 亚洲国产一区二区在线播放| 久久伊99综合婷婷久久伊| 在线日韩一区二区| 成人久久18免费网站麻豆| 青青草原综合久久大伊人精品 | 极品少妇一区二区三区精品视频 | 欧美国产一区二区在线观看| 欧美日韩你懂的| av亚洲精华国产精华精华| 蜜桃久久av一区| 亚洲一区中文在线| 欧美激情在线一区二区三区| 日韩一区二区三区四区| 色婷婷综合在线| 国产成人午夜精品影院观看视频 | 亚洲二区视频在线| 国产精品毛片久久久久久久| 日韩免费看的电影| 欧美日韩五月天| 91亚洲精品乱码久久久久久蜜桃| 黄页网站大全一区二区| 日日夜夜精品视频天天综合网| 亚洲图片另类小说| 中文欧美字幕免费| 久久久久久亚洲综合影院红桃| 欧美一区二区黄| 欧美日韩高清一区二区三区| 欧洲激情一区二区| 91在线云播放| 成人h动漫精品一区二| 国产伦理精品不卡| 国内久久精品视频| 国产尤物一区二区| 国产一区二区毛片| 国产一区二区视频在线| 久久er99精品| 精品一区二区在线免费观看| 日韩福利视频网| 婷婷综合五月天| 日韩经典一区二区| 日韩高清不卡在线| 美女一区二区久久| 九九久久精品视频| 国产精品99久久不卡二区| 国产伦精品一区二区三区免费迷| 久草在线在线精品观看| 国内不卡的二区三区中文字幕| 国产一区二区在线观看视频| 国产99久久精品| 91在线视频在线| 色婷婷久久综合| 欧美午夜精品免费| 欧美丰满美乳xxx高潮www| 欧美一区二区三区日韩视频| 91精品国产色综合久久不卡蜜臀| 91麻豆精品国产自产在线| 日韩欧美国产一二三区| 国产日产欧美一区二区视频| 国产精品色哟哟| 亚洲一区二区三区视频在线| 污片在线观看一区二区| 久久9热精品视频| 成人性视频网站| 欧美亚洲国产bt| 91精品国产色综合久久| 欧美精品一区二区久久久| 久久精品视频免费观看| 国产精品国产a级| 性欧美疯狂xxxxbbbb| 国产在线精品免费av| 99久久久久免费精品国产| 欧洲人成人精品| 久久免费电影网| 一区二区三区在线观看欧美| 日本欧美韩国一区三区| 国产成人一区在线| 欧美三级电影一区| 久久一区二区三区国产精品| 亚洲人午夜精品天堂一二香蕉| 日韩精品国产精品| a美女胸又www黄视频久久| 欧美精品xxxxbbbb| 国产精品白丝在线| 美脚の诱脚舐め脚责91 | 欧美一区二区日韩一区二区| 久久精品欧美日韩| 性久久久久久久久久久久| 国产成人av一区二区| 欧美日韩亚洲丝袜制服| 国产精品日韩精品欧美在线| 日韩av电影天堂| 97国产一区二区| 国产性天天综合网| 蜜臀久久久99精品久久久久久| thepron国产精品| 日韩欧美123| 亚洲综合免费观看高清完整版在线 | 制服.丝袜.亚洲.中文.综合| 久久久久国产成人精品亚洲午夜| 亚洲午夜激情网站| 99国产欧美另类久久久精品| 欧美电影精品一区二区| 亚洲h在线观看| 在线精品视频一区二区| 国产精品久久久久一区| 国产一区欧美一区| 日韩精品一区二区三区中文不卡| 亚洲视频网在线直播| 国产精品66部| 欧美大片拔萝卜| 三级亚洲高清视频| 欧美色网一区二区| 亚洲日本丝袜连裤袜办公室| 国产剧情在线观看一区二区| 91精品国产入口| 日日夜夜免费精品| 欧美日韩亚洲综合在线| 一二三四社区欧美黄| 色婷婷亚洲精品| 亚洲欧美国产毛片在线| 99久久精品99国产精品| 国产精品午夜电影| 国产成人综合自拍| 精品不卡在线视频| 久久成人久久鬼色| 欧美电视剧在线看免费| 蜜臀久久久久久久| 日韩亚洲欧美综合| 日本不卡一二三区黄网| 欧美一区二区三级| 麻豆国产精品一区二区三区| 欧美一区二区三区播放老司机| 日韩电影在线免费| 日韩午夜在线影院| 久久99精品国产麻豆婷婷洗澡| 欧美大片拔萝卜| 国产在线一区观看| 国产精品私人自拍| 91首页免费视频| 亚洲成av人片一区二区三区| 欧美精品丝袜中出| 久久国产精品一区二区| 26uuu亚洲综合色欧美| 国产寡妇亲子伦一区二区| 国产欧美日本一区二区三区| 成人黄色片在线观看| 亚洲激情五月婷婷| 欧美日韩视频一区二区| 激情小说亚洲一区| 日本一区二区成人| 99精品视频一区二区| 亚洲最新视频在线观看| 91精品国产综合久久久久久| 国产一区二区视频在线| 亚洲人妖av一区二区| 欧美三级视频在线观看| 久久精品国产免费看久久精品| 久久女同精品一区二区| 99精品1区2区| 免费的成人av| 综合久久综合久久| 欧美日韩成人高清| 国产传媒一区在线| 午夜精品久久久| 久久久久久电影|