TO fine Users using theharvester
theharvester -d microsoft.com -b linkedin to search all people works in microsoft.com in linkedin
to find users using google dorks:
inurl:”linkedin.com/in/” “microsoft.com”
To Find The applications that the website using → metagoofil tool :
using the Metagoofil tool, which is a command-line tool used for extracting metadata and other information from public documents such as PDFs, Word documents, Excel spreadsheets, and PowerPoint presentations.
metagoofil -d microsoft.com -t pdf,doc,xls,ppt -l 100 -n 10 -o metadata -f result.html
-d microsoft.com : This tells Metagoofil to search for files on the Microsoft website.-t pdf,doc,xls,ppt : This specifies the file types to search for (PDF, Word documents, Excel spreadsheets, and PowerPoint presentations).-l 100 : This limits the search to 100 files.-n 10 : This limits the number of files to 10 per domain.-o metadata : This specifies the output file name as "metadata".-f result.html : This specifies the output format as HTML and the file name as "result.html".لو عايزين نعرف المواقع دي بتستخدم برامج وتطبيقات ايه
metagoofil -d [microsoft.com](<http://microsoft.com/>) -t pdf,doc,xls,ppt -l 100 -n 10 -o metadata -f result.html