From db6583935fb243b7230ae6a1bb3af729fb73c38f Mon Sep 17 00:00:00 2001 From: aviadHCL <97825709+aviadHCL@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:50:24 +0200 Subject: [PATCH] fixed some issues --- PyScan.csproj | 10 ++++++++-- PyScan.sln | 9 +++++++-- README.md | 2 +- PyscanFuzzerUtil.py => Test 1- PyscanFuzzerUtil.py | 4 ++-- ....py => Test 2- UserDefinedTests_MultiplePayloads.py | 0 5 files changed, 18 insertions(+), 7 deletions(-) rename PyscanFuzzerUtil.py => Test 1- PyscanFuzzerUtil.py (99%) rename UserDefinedTests_MultiplePayloads.py => Test 2- UserDefinedTests_MultiplePayloads.py (100%) diff --git a/PyScan.csproj b/PyScan.csproj index 4f41dee..90f1fa4 100644 --- a/PyScan.csproj +++ b/PyScan.csproj @@ -94,10 +94,10 @@ - + Always - + Always @@ -140,6 +140,12 @@ Always + + Always + + + Always + Always diff --git a/PyScan.sln b/PyScan.sln index 29abcdc..70993b3 100644 --- a/PyScan.sln +++ b/PyScan.sln @@ -1,6 +1,8 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34221.43 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PyScan", "PyScan.csproj", "{EC8CE9E1-6616-4AA9-AB63-E3FEC82CD077}" EndProject Global @@ -17,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {098EECED-881E-41DF-843B-476CD9BD30CE} + EndGlobalSection EndGlobal diff --git a/README.md b/README.md index 5de770f..2f5708f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The latest version can be found in the GitHub repository, in the Releases sectio Prerequisites: - You must be able to compile a C# Project. -- You must have 7-zip installed (http://www.7-zip.org/). +- You must have 7-zip installed (http://www.7-zip.org/) in the defult location(overwise you'll need to edit the post build even usage of 7zip). - You must have AppScan Standard version 10.1.0 or later. diff --git a/PyscanFuzzerUtil.py b/Test 1- PyscanFuzzerUtil.py similarity index 99% rename from PyscanFuzzerUtil.py rename to Test 1- PyscanFuzzerUtil.py index a4eecf5..a7c06f3 100644 --- a/PyscanFuzzerUtil.py +++ b/Test 1- PyscanFuzzerUtil.py @@ -1,6 +1,6 @@ ####################################################################################################################### -# Licensed Materials –Property of HCL Technologies Ltd. -# © Copyright HCL Technologies Ltd. 2022. +# Licensed Materials Property of HCL Technologies Ltd. +# Copyright HCL Technologies Ltd. 2022. # All rights reserved. See product license for details. US Government Users Restricted Rights. Use, duplication, # or disclosure restricted by GSA ADP Schedule Contract with HCL Technologies Ltd. Java and all Java-based trademarks # and logos are trademarks or registered trademarks of Oracle and/or its affiliates. HCL, the HCL logo, diff --git a/UserDefinedTests_MultiplePayloads.py b/Test 2- UserDefinedTests_MultiplePayloads.py similarity index 100% rename from UserDefinedTests_MultiplePayloads.py rename to Test 2- UserDefinedTests_MultiplePayloads.py