We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 570f040 + dce0ac2 commit 1012d9fCopy full SHA for 1012d9f
README.md
@@ -48,7 +48,7 @@ The scanner detects numerous vulnerability types, including:
48
49
1. Clone the repository:
50
```bash
51
-git clone https://github.com/lawbyte/avs.git
+git clone --recursive https://github.com/lawbyte/avs.git
52
cd avs
53
```
54
@@ -57,11 +57,6 @@ cd avs
57
pip install -r requirements.txt
58
59
60
-3. Install Quark Engine for advanced vulnerability detection:
61
-```bash
62
-pip install -U quark-engine
63
-```
64
-
65
## Usage
66
67
### Scanning an APK for Vulnerabilities
0 commit comments