jbittel / httpry

HTTP logging and information retrieval tool

Home Page:dumpsterventures.com/jason/httpry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No incoming requests captured

wangzijian0x7C6 opened this issue · comments

running httpry -p -i eth0 on a host but cannot capture incoming requests, only the outgoing requests can be captured.
incoming requests are from another host in the same LAN. using tcpdump can capture the requests.
please tell me how to give further information about this problem.

I'm not seeing ANY requests captured. Tried each network interface in turn; but nothing. Unless I'm missing something it simply doesn't work.

I think httpry doesn't support HTTPS traffic. Can you test for HTTP websites?

I tested this by running this command in one shell:

sudo httpry -i en0

And these two commands in another terminal:

curl --interface en0 https://flaviocopes.com/
curl --interface en0 http://flaviocopes.com/

The HTTP version showed up but the HTTPS one did not. I ended up using ngrep for my investigation instead.