tomnomnom / meg

Fetch many paths for many hosts - without killing the hosts
MIT License
1.59k stars 266 forks source link

(Question) More info about response in index #78

Open cyb3rsalih opened 2 years ago

cyb3rsalih commented 2 years ago

Hi I am using this awesome tool for directory and hidden file search. Face a problem and hope to someone know the solution.

I have collected a subdomain list then pass through meg. After meg finish its job i am using the out/index file directly. Really can't know how to deal with other files, I take the index file, I grep the 200 OK responses and because of there are so much, I have to use httpx this time. httpx gives more info about request such "content length" and title Especially content length gives me an idea about its a false positive result or not, title also; sometimes response is 200 but the title is "Not found"

But wait why I have to request an url twice? If Is there a way to get the content length and title directly from meg's out file it will so good for me.

I hope I could tell my problem well.

Have a nice day!

WULINPIN commented 2 years ago

this tool can do it well. go to here!

WULINPIN commented 2 years ago

@cyb3rsalih

cyb3rsalih commented 2 years ago

@WULINPIN Thank you I will look 😊

Actually I think I need a bash script with grep and wc command. Its not clear for me, hope to some one helps 🌝