mandeamarian Posted January 15, 2012 Report Posted January 15, 2012 Introduction We have been developing Fast HTTP Vulnerability Scanner as an alternative for reviewing http devices over the network. This tool is able to check the security of your routers by identifying the login entry point and checking more than 160 default passwords.Make pentests easier with this multhreading scanner and get nice html reports.Also reviewing default webserver configurations is easier!. FHscan is able to analyze at the same time hundred of hosts and attack user selected ports, for both HTTP and HTTPS protocols. The lastest version available, fhscan v1.1.23, have been improved Details This new release includes a lot of new features. It works with our new engine FHSCAN CORE API 1.0 and a powerfull analysis engine:- CORE: Full multithreading HTTP/1.1 support.- CORE: Authentication basic, digest, ntlm.- CORE: chunked Content encoding, gzip and deflate encoding- Vulnerability database for routers and webservers- Generic vulnerabilities like HTTP proxy identification, directory listing and default webpages.- CSS and more detailed html reports.- New Gui interface under win32.- Support for win32 and linux platforms.- More acurated signatures.- Autoupdate module included.Download binary (Lastest Build for Win32 + libraries)Full download (Source code + documentation + samples + binaries + required win32 libraries)From : Tarasco Security Quote
just Posted January 15, 2012 Report Posted January 15, 2012 ce zice aici BINDIR = /usr/local/sbinMANDIR = /usr/local/man/man8CC = gccCFLAGS = -O#CFLAGS = -g#SYSVLIBS = -lnsl -lsocketLDFLAGS = -s ${SYSVLIBS}#LDFLAGS = -g ${SYSVLIBS}all: micro_httpdmicro_httpd: micro_httpd.o ${CC} ${CFLAGS} micro_httpd.o ${LDFLAGS} -o micro_httpdmicro_httpd.o: micro_httpd.c ${CC} ${CFLAGS} -c micro_httpd.cinstall: all rm -f ${BINDIR}/micro_httpd cp micro_httpd ${BINDIR}/micro_httpd rm -f ${MANDIR}/micro_httpd.8 cp micro_httpd.8 ${MANDIR}/micro_httpd.8 Quote
just Posted January 15, 2012 Report Posted January 15, 2012 si aici micro_httpd - really small HTTP servermicro_httpd is a very small HTTP server. It runs from inetd, whichmeans its performance is poor. But for low-traffic sites, it'squite adequate. It implements all the basic features of an HTTPserver, including: * Security against ".." filename snooping. * The common MIME types. * Trailing-slash redirection. * index.html * Directory listings.All in about 200 lines of code.See the manual entry for more details.Files in this distribution: README this Makefile guess micro_httpd.c source file micro_httpd.8 manual entryTo build: If you're on a SysV-like machine (which includes old Linux systemsbut not new Linux systems), edit the Makefile and uncomment the SYSVLIBS line.Otherwise, just do a make.Feedback is welcome - send bug reports, enhancements, checks, moneyorders, etc. to the addresses below. Jef Poskanzer jef@mail.acme.com Jef Poskanzer's Web Page Quote
just Posted January 15, 2012 Report Posted January 15, 2012 eu zic ca e foarte reusit ms pentru program , super bun Quote