File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 8282
8383## Installation
8484
85- Install ADscan using pipx (recommended):
85+ 1 . Install ADscan using pipx (recommended):
8686
8787``` sh
8888pipx install adscan
@@ -100,6 +100,22 @@ adscan --version
100100
101101Alternatively, download a pre-built binary from the [ releases] ( https://github.com/ADscanPro/adscan/releases ) page and place it in your ` $PATH ` .
102102
103+ 2 . ** Run the Installer** :
104+ ``` sh
105+ adscan install
106+ ```
107+ This command will:
108+ - Set up the necessary Python virtual environment.
109+ - Install all required Python packages.
110+ - Download and configure external tools and wordlists.
111+
112+ 3. ** Verify the Installation** :
113+ After the installation completes, you can check if all components are set up correctly:
114+ ` ` ` sh
115+ adscan check
116+ ` ` `
117+ This command will perform a series of checks and report the status of dependencies and tools.
118+
103119⚡ Ready to hack your first domain?
104120Run ` adscan start` and share your asciicast with # adscan on Twitter.
105121
You can’t perform that action at this time.
0 commit comments