Skip to content
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

README.md only shows how to parse an already HTTP packet but...how to create and send it with this library? #30

Open
q2dg opened this issue Dec 19, 2017 · 6 comments

Comments

@q2dg
Copy link

q2dg commented Dec 19, 2017

Thanks!

@q2dg
Copy link
Author

q2dg commented Mar 30, 2018

Well...it seems this project is pretty abandoned seeing the lack of response...

@q2dg
Copy link
Author

q2dg commented Jan 29, 2019

:_-(

@FeverKing
Copy link

Try send() I guess?

@q2dg
Copy link
Author

q2dg commented Feb 10, 2019

Thanks, but how can I create the packet first?
package=IP(dst="www.google.com")/TCP()/HTTP("Host:www.google.com") doesn't seems to work.

@FeverKing
Copy link

Hi
It seems that 'scapy_http' was made to analyze http packages instead of sending them.
In 'scapy' the argument 'dst' requires an IPv4 address I guess.
Maybe you should ask the author
for help.

@q2dg
Copy link
Author

q2dg commented Feb 11, 2019

Thaks @FeverKing. Well, I opened this issue more than one year ago and there's no answer...so I haven't many expectations about the author. Let's see in the future.

P.S: In Scapy the argument "dst" can have a domain name, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants