-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse ipaddress from output http traffic under http proxy #160
Comments
real word scene, after i test host bind to difference ip address, i analysis traffic log and try to store in db , but i do not know which traffic should related to which ip address~ |
look through the source code , seems necessary to create a variable to maps between domain names and IP addresses when the domain first time come to |
@djerryz Please include example information/logs for the specific issue mentioned in this case. |
output with http proxy - log name: www.baidu.com:443-cc3heitgu9resig1q300.txt
output with socks proxy - log name: 45.113.192.101:443-cc3hetdgu9resig1q3lg.txt
In sock model log , i can get info : in my case, i handle traffic log in async way , so when i get one http model log , i don't know which ipaddress and scheme when this traffic sending . |
need Equivalent information as standard output |
When use socks proxy and access "https://www.google.com" , logs output like "ipaddress_anythinghere.txt".
And i can parse info
ipaddress
( in file name ),Host
(in file content).But use http proxy , logs output like "domainname_anthinghere.txt", try to pare info from it , just can get
Host
,usually theHost
equal todomainname
so i did not know the traffic send to whichipaddress
(which one i want to port scan).The text was updated successfully, but these errors were encountered: