Pham Sy Minh

Results 187 comments of Pham Sy Minh

How did you run it? Git, pip, kali package or what?

> Hey! I would like to take up this issue and try to resolve this matter. Hello @nairanu9888, thank you a lot for your help, feel free to submit a...

@nairanu9888 I was able to reproduce his issue using those commands: ``` git clone https://github.com/maurosoria/dirsearch cd dirsearch pip3 install . ``` Then you can easily run `dirsearch -u `

Hi, I don't understand what you are trying to say here, can you explain it clearer, with your current situation and what you expect to get?

So for example you have a wordlist like this: ``` .html a.html b.jsp c.php ``` And you want to get only paths that have `.html` extension (in this case `.html`...

I think it should be: ``` [.]pdf$ [.]html$ [.]%EXT%$ ```

What bash command (or any way you tried) did you use to filter?

That should not be what is in the dictionary, dirsearch doesn't support wordlist with regex inside it (maybe something similar in the future?). Sorry for the late reply anyway!

@qutaibam0 Hi please try another install option, you can find it from [here](https://github.com/maurosoria/dirsearch#installation--usage)