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

β”Œβ”€β”€(kaliγ‰Ώkali)-[~]
└─$ ls
Desktop    Documents  go                Music     Public   Templates
dirsearch  Downloads  hostingerBBP.txt  Pictures  reports  Videos
                                                                                                              
β”Œβ”€β”€(kaliγ‰Ώkali)-[~]
└─$ cd go       
                                                                                                         
β”Œβ”€β”€(kaliγ‰Ώkali)-[~/go]
└─$ ls 
bin  pkg
                                                                                                        
β”Œβ”€β”€(kaliγ‰Ώkali)-[~/go]
└─$ cd bin 
                                                                                                        
β”Œβ”€β”€(kaliγ‰Ώkali)-[~/go/bin]
└─$ ls
httpx
                                                                                                    
β”Œβ”€β”€(kaliγ‰Ώkali)-[~/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
Built with Hugo
Theme Stack designed by Jimmy