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!
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!