Skip to content

Commit

Permalink
Tuyết Nhi Dễ Thương
Browse files Browse the repository at this point in the history
  • Loading branch information
Tran Khanh committed Jun 27, 2024
1 parent ac4ddfa commit a462eb8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions VirusTotal_Scanner/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,10 @@ private async void button3_MouseClick(object sender, MouseEventArgs e)
}

richTextBox2.Text += "\n___________________\nHTTP Response Headers: \n";
richTextBox2.Text += "--------------------------------------\n";
richTextBox2.Text += "Content Type: " + report.HttpResponseHeaders.ContentType + "\n";
richTextBox2.Text += "Content Security Policy Report Only: " + report.HttpResponseHeaders.ContentSecurityPolicyReportOnly + "\n";
richTextBox2.Text += "Accept CH: " + report.HttpResponseHeaders.AcceptCH + "\n";
richTextBox2.Text += "Accept CH: \n....................\n" + report.HttpResponseHeaders.AcceptCH + "\n....................\n";
richTextBox2.Text += "Permissions Policy: " + report.HttpResponseHeaders.PermissionsPolicy + "\n";
richTextBox2.Text += "P3P: " + report.HttpResponseHeaders.P3P + "\n";
richTextBox2.Text += "Content Encoding: " + report.HttpResponseHeaders.ContentEncoding + "\n";
Expand All @@ -219,7 +220,7 @@ private async void button3_MouseClick(object sender, MouseEventArgs e)
richTextBox2.Text += "Set Cookie: " + report.HttpResponseHeaders.SetCookie + "\n";
richTextBox2.Text += "Alt Svc: " + report.HttpResponseHeaders.AltSvc + "\n";
richTextBox2.
Text += "\n___________________\n";
Text += "--------------------------------------\n___________________\n";

richTextBox2.Text += "\nEngine Results: \n";

Expand Down
Binary file modified VirusTotal_Scanner/bin/Debug/VirusTotal_Scanner.exe
Binary file not shown.
Binary file modified VirusTotal_Scanner/bin/Debug/VirusTotal_Scanner.pdb
Binary file not shown.
Binary file not shown.
Binary file modified VirusTotal_Scanner/obj/Debug/VirusTotal_Scanner.exe
Binary file not shown.
Binary file modified VirusTotal_Scanner/obj/Debug/VirusTotal_Scanner.pdb
Binary file not shown.

0 comments on commit a462eb8

Please sign in to comment.