├── DISCLAIMER.md ├── LICENSE ├── Payloads ├── AddHeader.binary ├── AddHeader.soap ├── RedirectLocation.binary └── RedirectLocation.soap ├── README.md ├── RemoteApplicationMetadata.py └── WebApplication452 ├── ApplicationInsights.config ├── Properties ├── AssemblyInfo.cs ├── serviceDependencies.json ├── serviceDependencies.local.json └── serviceDependencies.local.json.user ├── Web.Debug.config ├── Web.Release.config ├── Web.config ├── WebApplication452.csproj ├── WebApplication452.csproj.user ├── bin └── ApplicationInsights.config ├── obj └── Debug │ ├── .NETFramework,Version=v4.5.2.AssemblyAttributes.cs │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ └── WebApplication452.csproj.FileListAbsolute.txt └── packages.config /DISCLAIMER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/DISCLAIMER.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/LICENSE -------------------------------------------------------------------------------- /Payloads/AddHeader.binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/Payloads/AddHeader.binary -------------------------------------------------------------------------------- /Payloads/AddHeader.soap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/Payloads/AddHeader.soap -------------------------------------------------------------------------------- /Payloads/RedirectLocation.binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/Payloads/RedirectLocation.binary -------------------------------------------------------------------------------- /Payloads/RedirectLocation.soap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/Payloads/RedirectLocation.soap -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/README.md -------------------------------------------------------------------------------- /RemoteApplicationMetadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/RemoteApplicationMetadata.py -------------------------------------------------------------------------------- /WebApplication452/ApplicationInsights.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/ApplicationInsights.config -------------------------------------------------------------------------------- /WebApplication452/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /WebApplication452/Properties/serviceDependencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/Properties/serviceDependencies.json -------------------------------------------------------------------------------- /WebApplication452/Properties/serviceDependencies.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/Properties/serviceDependencies.local.json -------------------------------------------------------------------------------- /WebApplication452/Properties/serviceDependencies.local.json.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/Properties/serviceDependencies.local.json.user -------------------------------------------------------------------------------- /WebApplication452/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/Web.Debug.config -------------------------------------------------------------------------------- /WebApplication452/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/Web.Release.config -------------------------------------------------------------------------------- /WebApplication452/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/Web.config -------------------------------------------------------------------------------- /WebApplication452/WebApplication452.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/WebApplication452.csproj -------------------------------------------------------------------------------- /WebApplication452/WebApplication452.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/WebApplication452.csproj.user -------------------------------------------------------------------------------- /WebApplication452/bin/ApplicationInsights.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/bin/ApplicationInsights.config -------------------------------------------------------------------------------- /WebApplication452/obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /WebApplication452/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /WebApplication452/obj/Debug/WebApplication452.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WebApplication452/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewhitesec/HttpRemotingObjRefLeak/HEAD/WebApplication452/packages.config --------------------------------------------------------------------------------