https://github.com/hcl-tech-software/appscan-standard-import-urls
An extension which enables to import into AppScan a text file containing a list of URLs.
https://github.com/hcl-tech-software/appscan-standard-import-urls
appscan
Last synced: 5 months ago
JSON representation
An extension which enables to import into AppScan a text file containing a list of URLs.
- Host: GitHub
- URL: https://github.com/hcl-tech-software/appscan-standard-import-urls
- Owner: HCL-TECH-SOFTWARE
- License: apache-2.0
- Created: 2023-03-01T10:17:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T16:25:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T12:15:35.170Z (over 1 year ago)
- Topics: appscan
- Language: C#
- Homepage: https://github.com/HCL-TECH-SOFTWARE/appscan-standard-import-urls
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppScan Standard - Import URLs extension
This library is an extension for HCL AppScan Standard.
It enables you to import into AppScan a text file containing a list of URLs. AppScan will explore these URLs as if you explored them manually yourself.
## Installation
To install, the extension must be imported into AppScan Standard using the AppScan Extension Manager.
1. In AppScan Standard, go to Tools > Extensions > Extension Manager
1. Import the extension ImportUrls.zip using Add Extensions From: > This Computer
1. Restart AppScan Standard for the change to take effect.
1. Open Extension Manager.
1. Click "Trust" to trust the extension.
## Usage
Once installed, you can access the extension using Tools > Extensions > Import URLs from file
Configuration:
- **Input File**: The file you want to import. Must be a text file with one URL or relative path per line.
- **Base URL**: If the list includes relative paths, add here the base URL for these paths.
- **Use session cookies**: If set, the extension will add session cookies from the scan configuration to each request. If there are no session cookies configured, this checkbox is disabled.
After configuring the extension, click *Import* to convert the list of URLs into a temporary EXD (EXplore Data) file and import it into AppScan. AppScan will then explore these URLs automatically. You can then decide whether to continue with a Test stage or more manual exploring.
## Building
In order to build this extension, you must have AppScan Standard and 7-zip installed. If they are not installed in their default locations, you must edit their locations in `ImportUrls.csproj`.
The file `ImportUrls.zip` is automatically generated in the sub folder: \appscan-standard-import-urls\AppScanImportUrls\Output
"# AppScan-Hello-world-Extension"