Featured image of post Day 18 Httpx Toolkit Installation and Command Line

Day 18 Httpx Toolkit Installation and Command Line

How to install the httpx toolkit and how to use it

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
sudo apt install httpx-toolkit

or

go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest

after done, for this installation you can following this step bellow

┌──(kalikali)-[~]
└─$ ls
Desktop    Documents  go                Music     Public   Templates
dirsearch  Downloads  hostingerBBP.txt  Pictures  reports  Videos
                                                                                                              
┌──(kalikali)-[~]
└─$ cd go       
                                                                                                         
┌──(kalikali)-[~/go]
└─$ ls 
bin  pkg
                                                                                                        
┌──(kalikali)-[~/go]
└─$ cd bin 
                                                                                                        
┌──(kalikali)-[~/go/bin]
└─$ ls
httpx
                                                                                                    
┌──(kalikali)-[~/go/bin]
└─$ sudo cp httpx /usr/local/bin 

this is a command line to search active subdomain, after scanning with subfinder tool

1
httpx-toolkit -l logreport.txt -o active-logreport.txt -mc 200
comments powered by Disqus
Made with ❤️ using Hugo