Windows -path does not read files #876
Replies: 4 comments
-
The tools seem to behave as expected: PS C:\Users\user\go\src\github.com\projectdiscovery\httpx\cmd\httpx> cat .\hosts.txt
192.168.1.1
PS C:\Users\user\go\src\github.com\projectdiscovery\httpx\cmd\httpx> cat .\path.txt
/test1
/test2
PS C:\Users\user\go\src\github.com\projectdiscovery\httpx\cmd\httpx> .\httpx.exe -l hosts.txt -path path.txt -sc -v
__ __ __ _ __
/ /_ / /_/ /_____ | |/ /
/ __ \/ __/ __/ __ \| /
/ / / / /_/ /_/ /_/ / |
/_/ /_/\__/\__/ .___/_/|_|
/_/ v1.2.4
projectdiscovery.io
Use with caution. You are responsible for your actions.
Developers assume no liability and are not responsible for any misuse or damage.
https://192.168.1.1/test1 [404]
https://192.168.1.1/test2 [404] Could you ensure that the file |
Beta Was this translation helpful? Give feedback.
-
i still get the same error all files are in the folder |
Beta Was this translation helpful? Give feedback.
-
This behavior is really weird. I tried to download the httpx binary directly and place it in the onedrive folder along with the files If you execute the command in powershell or using |
Beta Was this translation helpful? Give feedback.
-
Moving to the discussion as we are unable to replicate this and require more information before we can work on this. |
Beta Was this translation helpful? Give feedback.
-
httpx version:
1.2.4
Current Behavior:
-path filename does not work on windows
Expected Behavior:
the application works properly on windows
Steps To Reproduce:
http.exe -l hosts.txt -path path.txt -sc -v
Anything else:
Beta Was this translation helpful? Give feedback.
All reactions