Hello list,
is there a way to put headers to a web server with a http get request with nasl 
?
just like the putheader method from httplib module of python does ?

for example with python I can do as follow:

import httplib
 
http = httplib.HTTPSConnectionconn = http(target_host_ip, port)
 
thanks.
request = '/' + asp_file + '\\'
 
conn.putrequest('GET', request)
conn.putheader('Host', host_ip)
conn.putheader('Translate', 'f')
conn.endheaders()===
Christian Eric Edjenguele
IT Security Software Developer & Researcher
tel. +39 3408580513
View my linkedin profile: http://www.linkedin.com/in/edjenguele
My blog: http://www.edjenguele.blogspot.com
---
Management, Developers, Security Professionals – can only result in one thing…… 
better security.
http://www.owasp.org/index.php/OWASP_NYC_AppSec_2008_Conference Sept 22nd-25th 
2008 

__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto 
spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 
_______________________________________________
Openvas-plugins mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-plugins

Reply via email to