gitextract_2m1uts0q/ ├── Webshells_and_Panel/ │ ├── FoxPanel222/ │ │ ├── Files/ │ │ │ └── Login_v1/ │ │ │ ├── Login_v1/ │ │ │ │ ├── css/ │ │ │ │ │ ├── main.css │ │ │ │ │ └── util.css │ │ │ │ ├── fonts/ │ │ │ │ │ ├── font-awesome-4.7.0/ │ │ │ │ │ │ ├── HELP-US-OUT.txt │ │ │ │ │ │ ├── css/ │ │ │ │ │ │ │ └── font-awesome.css │ │ │ │ │ │ ├── fonts/ │ │ │ │ │ │ │ └── FontAwesome.otf │ │ │ │ │ │ ├── less/ │ │ │ │ │ │ │ ├── animated.less │ │ │ │ │ │ │ ├── bordered-pulled.less │ │ │ │ │ │ │ ├── core.less │ │ │ │ │ │ │ ├── fixed-width.less │ │ │ │ │ │ │ ├── font-awesome.less │ │ │ │ │ │ │ ├── icons.less │ │ │ │ │ │ │ ├── larger.less │ │ │ │ │ │ │ ├── list.less │ │ │ │ │ │ │ ├── mixins.less │ │ │ │ │ │ │ ├── path.less │ │ │ │ │ │ │ ├── rotated-flipped.less │ │ │ │ │ │ │ ├── screen-reader.less │ │ │ │ │ │ │ ├── stacked.less │ │ │ │ │ │ │ └── variables.less │ │ │ │ │ │ └── scss/ │ │ │ │ │ │ ├── _animated.scss │ │ │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ │ │ ├── _core.scss │ │ │ │ │ │ ├── _fixed-width.scss │ │ │ │ │ │ ├── _icons.scss │ │ │ │ │ │ ├── _larger.scss │ │ │ │ │ │ ├── _list.scss │ │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ │ ├── _path.scss │ │ │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ │ │ ├── _screen-reader.scss │ │ │ │ │ │ ├── _stacked.scss │ │ │ │ │ │ ├── _variables.scss │ │ │ │ │ │ └── font-awesome.scss │ │ │ │ │ └── montserrat/ │ │ │ │ │ └── OFL.txt │ │ │ │ ├── index.html │ │ │ │ ├── js/ │ │ │ │ │ └── main.js │ │ │ │ └── vendor/ │ │ │ │ ├── animate/ │ │ │ │ │ └── animate.css │ │ │ │ ├── bootstrap/ │ │ │ │ │ ├── css/ │ │ │ │ │ │ ├── bootstrap-grid.css │ │ │ │ │ │ ├── bootstrap-reboot.css │ │ │ │ │ │ └── bootstrap.css │ │ │ │ │ └── js/ │ │ │ │ │ ├── bootstrap.js │ │ │ │ │ ├── popper.js │ │ │ │ │ └── tooltip.js │ │ │ │ ├── css-hamburgers/ │ │ │ │ │ └── hamburgers.css │ │ │ │ └── select2/ │ │ │ │ ├── select2.css │ │ │ │ └── select2.js │ │ │ └── __MACOSX/ │ │ │ ├── ._Login_v1 │ │ │ └── Login_v1/ │ │ │ ├── ._css │ │ │ ├── ._fonts │ │ │ ├── ._images │ │ │ ├── ._index.html │ │ │ ├── ._js │ │ │ ├── ._vendor │ │ │ ├── css/ │ │ │ │ ├── ._main.css │ │ │ │ └── ._util.css │ │ │ ├── fonts/ │ │ │ │ ├── ._font-awesome-4.7.0 │ │ │ │ ├── ._montserrat │ │ │ │ ├── ._poppins │ │ │ │ ├── font-awesome-4.7.0/ │ │ │ │ │ ├── ._HELP-US-OUT.txt │ │ │ │ │ ├── ._css │ │ │ │ │ ├── ._fonts │ │ │ │ │ ├── ._less │ │ │ │ │ ├── ._scss │ │ │ │ │ ├── css/ │ │ │ │ │ │ └── ._font-awesome.css │ │ │ │ │ ├── fonts/ │ │ │ │ │ │ └── ._FontAwesome.otf │ │ │ │ │ ├── less/ │ │ │ │ │ │ ├── ._animated.less │ │ │ │ │ │ ├── ._bordered-pulled.less │ │ │ │ │ │ ├── ._core.less │ │ │ │ │ │ ├── ._fixed-width.less │ │ │ │ │ │ ├── ._font-awesome.less │ │ │ │ │ │ ├── ._icons.less │ │ │ │ │ │ ├── ._larger.less │ │ │ │ │ │ ├── ._list.less │ │ │ │ │ │ ├── ._mixins.less │ │ │ │ │ │ ├── ._path.less │ │ │ │ │ │ ├── ._rotated-flipped.less │ │ │ │ │ │ ├── ._screen-reader.less │ │ │ │ │ │ ├── ._stacked.less │ │ │ │ │ │ └── ._variables.less │ │ │ │ │ └── scss/ │ │ │ │ │ ├── .__animated.scss │ │ │ │ │ ├── .__bordered-pulled.scss │ │ │ │ │ ├── .__core.scss │ │ │ │ │ ├── .__fixed-width.scss │ │ │ │ │ ├── .__icons.scss │ │ │ │ │ ├── .__larger.scss │ │ │ │ │ ├── .__list.scss │ │ │ │ │ ├── .__mixins.scss │ │ │ │ │ ├── .__path.scss │ │ │ │ │ ├── .__rotated-flipped.scss │ │ │ │ │ ├── .__screen-reader.scss │ │ │ │ │ ├── .__stacked.scss │ │ │ │ │ ├── .__variables.scss │ │ │ │ │ └── ._font-awesome.scss │ │ │ │ └── montserrat/ │ │ │ │ └── ._OFL.txt │ │ │ ├── images/ │ │ │ │ └── ._icons │ │ │ ├── js/ │ │ │ │ └── ._main.js │ │ │ └── vendor/ │ │ │ ├── ._animate │ │ │ ├── ._bootstrap │ │ │ ├── ._css-hamburgers │ │ │ ├── ._jquery │ │ │ ├── ._select2 │ │ │ ├── ._tilt │ │ │ ├── animate/ │ │ │ │ └── ._animate.css │ │ │ ├── bootstrap/ │ │ │ │ ├── ._css │ │ │ │ ├── ._js │ │ │ │ ├── css/ │ │ │ │ │ ├── ._bootstrap-grid.css │ │ │ │ │ ├── ._bootstrap-reboot.css │ │ │ │ │ └── ._bootstrap.css │ │ │ │ └── js/ │ │ │ │ ├── ._bootstrap.js │ │ │ │ ├── ._popper.js │ │ │ │ └── ._tooltip.js │ │ │ ├── css-hamburgers/ │ │ │ │ └── ._hamburgers.css │ │ │ └── select2/ │ │ │ ├── ._select2.css │ │ │ └── ._select2.js │ │ └── FoxPanel/ │ │ ├── ApplicationInsights.config │ │ ├── Controllers/ │ │ │ └── HomeController.cs │ │ ├── FoxPanel.csproj │ │ ├── FoxPanel.csproj.user │ │ ├── Global.asax │ │ ├── Global.asax.cs │ │ ├── Models/ │ │ │ └── DataBaseModels.cs │ │ ├── Views/ │ │ │ ├── Home/ │ │ │ │ ├── About.cshtml │ │ │ │ ├── Contact.cshtml │ │ │ │ └── Index.cshtml │ │ │ ├── Shared/ │ │ │ │ ├── Error.cshtml │ │ │ │ └── _Layout.cshtml │ │ │ ├── Web.config │ │ │ └── _ViewStart.cshtml │ │ ├── Web.Debug.config │ │ ├── Web.Release.config │ │ ├── Web.config │ │ └── packages.config │ ├── HighShell/ │ │ └── HighShell.aspx │ ├── HyperShell/ │ │ ├── ExpiredPasswordTech/ │ │ │ ├── ExpiredPassword.aspx │ │ │ ├── MyMaster.aspx │ │ │ └── error4.aspx │ │ ├── HyperShell/ │ │ │ ├── About.aspx │ │ │ ├── About.aspx.cs │ │ │ ├── About.aspx.designer.cs │ │ │ ├── Account/ │ │ │ │ ├── AddPhoneNumber.aspx │ │ │ │ ├── AddPhoneNumber.aspx.cs │ │ │ │ ├── AddPhoneNumber.aspx.designer.cs │ │ │ │ ├── Confirm.aspx │ │ │ │ ├── Confirm.aspx.cs │ │ │ │ ├── Confirm.aspx.designer.cs │ │ │ │ ├── Forgot.aspx │ │ │ │ ├── Forgot.aspx.cs │ │ │ │ ├── Forgot.aspx.designer.cs │ │ │ │ ├── Lockout.aspx │ │ │ │ ├── Lockout.aspx.cs │ │ │ │ ├── Lockout.aspx.designer.cs │ │ │ │ ├── Login.aspx │ │ │ │ ├── Login.aspx.cs │ │ │ │ ├── Login.aspx.designer.cs │ │ │ │ ├── Manage.aspx │ │ │ │ ├── Manage.aspx.cs │ │ │ │ ├── Manage.aspx.designer.cs │ │ │ │ ├── ManageLogins.aspx │ │ │ │ ├── ManageLogins.aspx.cs │ │ │ │ ├── ManageLogins.aspx.designer.cs │ │ │ │ ├── ManagePassword.aspx │ │ │ │ ├── ManagePassword.aspx.cs │ │ │ │ ├── ManagePassword.aspx.designer.cs │ │ │ │ ├── Register.aspx │ │ │ │ ├── Register.aspx.cs │ │ │ │ ├── Register.aspx.designer.cs │ │ │ │ ├── RegisterExternalLogin.aspx │ │ │ │ ├── RegisterExternalLogin.aspx.cs │ │ │ │ ├── RegisterExternalLogin.aspx.designer.cs │ │ │ │ ├── ResetPassword.aspx │ │ │ │ ├── ResetPassword.aspx.cs │ │ │ │ ├── ResetPassword.aspx.designer.cs │ │ │ │ ├── ResetPasswordConfirmation.aspx │ │ │ │ ├── ResetPasswordConfirmation.aspx.cs │ │ │ │ ├── ResetPasswordConfirmation.aspx.designer.cs │ │ │ │ ├── TwoFactorAuthenticationSignIn.aspx │ │ │ │ ├── TwoFactorAuthenticationSignIn.aspx.cs │ │ │ │ ├── TwoFactorAuthenticationSignIn.aspx.designer.cs │ │ │ │ ├── VerifyPhoneNumber.aspx │ │ │ │ ├── VerifyPhoneNumber.aspx.cs │ │ │ │ └── VerifyPhoneNumber.aspx.designer.cs │ │ │ ├── Contact.aspx │ │ │ ├── Contact.aspx.cs │ │ │ ├── Contact.aspx.designer.cs │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Default.aspx.designer.cs │ │ │ ├── ExpiredPasswordTech/ │ │ │ │ ├── ExpiredPassword..txt │ │ │ │ ├── ExpiredPassword.aspx │ │ │ │ ├── MyMaster.aspx │ │ │ │ └── error4.aspx │ │ │ ├── HighShellPass.txt │ │ │ ├── Lab/ │ │ │ │ ├── PicMaker.aspx │ │ │ │ ├── PicMaker.aspx.cs │ │ │ │ ├── PicMaker.aspx.designer.cs │ │ │ │ ├── ScreenShot.aspx │ │ │ │ ├── ScreenShot.aspx.cs │ │ │ │ └── ScreenShot.aspx.designer.cs │ │ │ ├── Lap1.aspx │ │ │ ├── Lap1.aspx.cs │ │ │ ├── Lap1.aspx.designer.cs │ │ │ ├── LoginPages/ │ │ │ │ └── source.aspx │ │ │ ├── Poster.aspx │ │ │ ├── Poster.aspx.cs │ │ │ ├── Poster.aspx.designer.cs │ │ │ ├── Shell/ │ │ │ │ ├── Back.aspx │ │ │ │ ├── EclipseTheme.aspx │ │ │ │ ├── Front/ │ │ │ │ │ └── Front.aspx │ │ │ │ ├── HighShell.aspx │ │ │ │ ├── HighShellPass.txt │ │ │ │ ├── HyperShell.aspx │ │ │ │ ├── simple.aspx │ │ │ │ ├── simple.aspx.Password.txt │ │ │ │ └── simpleDownload.aspx │ │ │ ├── ShellLocal/ │ │ │ │ ├── HighShellLocal/ │ │ │ │ │ └── HighShellLocal.aspx │ │ │ │ ├── HighShellServer.aspx │ │ │ │ ├── HighShellServerInner.aspx │ │ │ │ └── StableVersions/ │ │ │ │ ├── HighShellServer.aspx.960926.back │ │ │ │ └── HighShellServer.aspx.961021.back │ │ │ ├── ShellLocal-Parts/ │ │ │ │ ├── HighShellServer.aspx │ │ │ │ ├── p1.txt │ │ │ │ ├── p2.txt │ │ │ │ ├── p21.txt │ │ │ │ ├── p22.txt │ │ │ │ ├── p23.txt │ │ │ │ ├── p3.txt │ │ │ │ ├── p4.txt │ │ │ │ ├── p5.txt │ │ │ │ └── p6.txt │ │ │ ├── ShellLocal-Special1/ │ │ │ │ └── HighShellServer.aspx │ │ │ ├── ShellLocal-Special2/ │ │ │ │ ├── HighShellLocal/ │ │ │ │ │ └── HighShellLocal.aspx │ │ │ │ ├── HighShellServer.aspx │ │ │ │ └── HighShellServerFixed.aspx │ │ │ ├── ShellLocal-Special3/ │ │ │ │ ├── HighShellLocal.aspx │ │ │ │ └── HighShellServer.aspx │ │ │ ├── ShellLocal-Special4/ │ │ │ │ ├── HighShellLocal.aspx │ │ │ │ └── HighShellServer.aspx │ │ │ ├── ShellLocalInner/ │ │ │ │ ├── HighShellServerInner.aspx │ │ │ │ └── error2-HighShellServer-Inner.aspx │ │ │ ├── checkbox.txt │ │ │ └── shels/ │ │ │ └── Shell exchange/ │ │ │ └── path-2013.txt │ │ ├── Libraries/ │ │ │ ├── Json90r1/ │ │ │ │ ├── Source/ │ │ │ │ │ ├── Doc/ │ │ │ │ │ │ ├── license.txt │ │ │ │ │ │ └── readme.txt │ │ │ │ │ ├── Src/ │ │ │ │ │ │ └── Newtonsoft.Json.Tests/ │ │ │ │ │ │ └── PoisonText.txt │ │ │ │ │ └── Tools/ │ │ │ │ │ └── 7-zip/ │ │ │ │ │ ├── copying.txt │ │ │ │ │ ├── license.txt │ │ │ │ │ └── readme.txt │ │ │ │ ├── license.txt │ │ │ │ └── readme.txt │ │ │ ├── MyDownloader/ │ │ │ │ └── src/ │ │ │ │ └── MyDownloader.IEPlugin/ │ │ │ │ ├── READ-ME.txt │ │ │ │ └── VideoSitesURLPatterns.txt │ │ │ └── Newtonsoft.Json-9.0.1/ │ │ │ ├── Doc/ │ │ │ │ ├── license.txt │ │ │ │ └── readme.txt │ │ │ ├── Src/ │ │ │ │ └── Newtonsoft.Json.Tests/ │ │ │ │ └── PoisonText.txt │ │ │ └── Tools/ │ │ │ └── 7-zip/ │ │ │ ├── copying.txt │ │ │ ├── license.txt │ │ │ └── readme.txt │ │ ├── StableVersion/ │ │ │ └── HighShell v5.0/ │ │ │ ├── HighShellPass.txt │ │ │ └── HyperShell/ │ │ │ ├── HyperShell/ │ │ │ │ └── ExpiredPasswordTech/ │ │ │ │ ├── ExpiredPassword.aspx │ │ │ │ ├── MyMaster.aspx │ │ │ │ └── error4.aspx │ │ │ └── StableVersion/ │ │ │ └── HighShell v5.0/ │ │ │ └── HighShell.aspx │ │ └── packages/ │ │ ├── EntityFramework.6.1.3/ │ │ │ └── tools/ │ │ │ └── about/ │ │ │ └── EntityFramework.help.txt │ │ ├── Microsoft.AspNet.FriendlyUrls.1.0.2/ │ │ │ └── readme.txt │ │ └── Microsoft.AspNet.Providers.Core.2.0.0/ │ │ └── ReadMe.txt │ └── MinionProject/ │ └── Minion/ │ ├── HighShellLocal/ │ │ ├── HighShellLocal.aspx │ │ ├── css/ │ │ │ └── main.css │ │ └── js/ │ │ ├── main.js │ │ ├── send.js │ │ └── utility.js │ ├── Idea/ │ │ ├── IDMCOMAPI/ │ │ │ ├── IDManTypeInfo.h │ │ │ ├── IDManTypeInfo.tlb │ │ │ └── IDManTypeInfo_i.c │ │ └── download.cs │ ├── bin/ │ │ ├── Minion.dll.config │ │ └── Minion.pdb │ ├── css/ │ │ ├── main.css │ │ └── util.css │ ├── fonts/ │ │ ├── font-awesome-4.7.0/ │ │ │ └── HELP-US-OUT.txt │ │ └── montserrat/ │ │ └── OFL.txt │ ├── images/ │ │ └── favicon_package_v0.16/ │ │ ├── browserconfig.xml │ │ └── site.webmanifest │ └── lib/ │ ├── Download.cs │ ├── LoginLog.cs │ ├── Main.cs │ ├── UserLogin.cs │ └── Utility.cs ├── posionfrog/ │ ├── agent/ │ │ └── poisonfrog.ps1 │ └── serverside/ │ ├── 0000000000.bat │ ├── 9999999999.bat │ ├── config.json │ ├── installing/ │ │ ├── filesList │ │ ├── install_pachages.bat │ │ ├── installing mongo_nodejs │ │ └── stop dnsmasq │ ├── routes/ │ │ └── index.js │ └── views/ │ ├── agents.ejs │ ├── login.ejs │ ├── notfound.ejs │ ├── panel.html │ └── result.ejs └── webmask/ ├── dns-redir/ │ ├── config.json │ ├── dnsd.js │ └── dnsd.py ├── guide.txt ├── icap/ │ └── icap.py └── install.sh