Skip to content

Commit

Permalink
fixed some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadHCL committed Nov 6, 2023
1 parent 09f3493 commit db65839
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
10 changes: 8 additions & 2 deletions PyScan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
</ItemGroup>
<ItemGroup>
<Content Include="AppScan.ico" />
<Content Include="info.xml">
<Content Include="ExtensionSigner.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="PyscanFuzzerUtil.py">
<Content Include="info.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\info.Strings.da.xml">
Expand Down Expand Up @@ -140,6 +140,12 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Microsoft.Win32.Registry.dll" />
<Content Include="Test 1- PyscanFuzzerUtil.py">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Test 2- UserDefinedTests_MultiplePayloads.py">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="OpenConsole.py" />
<Content Include="PyScan.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
9 changes: 7 additions & 2 deletions PyScan.sln
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,4 +19,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {098EECED-881E-41DF-843B-476CD9BD30CE}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
4 changes: 2 additions & 2 deletions PyscanFuzzerUtil.py → Test 1- PyscanFuzzerUtil.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
File renamed without changes.

0 comments on commit db65839

Please sign in to comment.