← Back to Tutorials
Security Scan Your Project
Learn how to use the Security agent to find vulnerabilities in your code.
Important
Only scan systems and code you own or have explicit authorization to test. Unauthorized security testing is illegal.
Step 1: Navigate to Your Project
Open your terminal and navigate to the project you want to scan:
$ cd /path/to/your/projectStep 2: Start HackLikeMe
Launch the HackLikeMe TUI:
$ hacklikemeStep 3: Run a Security Scan
Ask the Security agent to scan your project:
General code review:
> scan this project for security vulnerabilitiesSpecific vulnerability check:
> check for SQL injection and XSS vulnerabilities in the API routesDependency audit:
> audit my npm dependencies for known vulnerabilitiesStep 4: Review Results
The Security agent will analyze your code and report findings, including:
- Vulnerability severity (Critical, High, Medium, Low)
- Affected files and line numbers
- Description of the issue
- Recommended remediation steps
Step 5: Fix Issues
Ask HackLikeMe to help fix the identified issues:
> fix the SQL injection vulnerability in the user login functionSecurity Tools Available
The Security agent can use any security tool installed on your system:
nmaptsharkniktosqlmapburpowasp-zapmetasploithydra