mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-06-30 16:55:34 +02:00
e565270f43
Root cause of empty results: models emit findings with confidence as a string
('High') or cvss as a number, but the Finding struct typed confidence as f64, so
serde failed the ENTIRE array on any mismatch -> 0 findings every run.
extract_findings now parses into serde_json::Value and coerces each field
(string/number/word), normalizes severity, and accepts qualitative confidence
(High->0.9 etc). Verified live: whitebox on a vulnerable sample now yields
validated findings (IDOR confirmed by vote).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
51 lines
3.3 KiB
HTML
51 lines
3.3 KiB
HTML
<html>
|
|
<head>
|
|
<title>The resource cannot be found.</title>
|
|
<style>
|
|
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
|
|
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
|
|
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
|
|
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
|
|
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
|
|
pre {font-family:"Lucida Console";font-size: .9em}
|
|
.marker {font-weight: bold; color: black;text-decoration: none;}
|
|
.version {color: gray;}
|
|
.error {margin-bottom: 10px;}
|
|
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
|
|
</style>
|
|
</head>
|
|
|
|
<body bgcolor="white">
|
|
|
|
<span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
|
|
|
|
<h2> <i>The resource cannot be found.</i> </h2></span>
|
|
|
|
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
|
|
|
|
<b> Description: </b>HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
|
|
<br><br>
|
|
|
|
<b> Requested URL: </b>/Search.aspx<br><br>
|
|
|
|
<hr width=100% size=1 color=silver>
|
|
|
|
<b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8974
|
|
|
|
</font>
|
|
|
|
</body>
|
|
</html>
|
|
<!--
|
|
[HttpException]: The file '/Search.aspx' does not exist.
|
|
at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
|
|
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
|
|
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
|
|
at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
|
|
at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
|
|
at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
|
|
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
|
|
at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
|
|
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
|
--><!--
|
|
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.--> |