Jump to content
mandeamarian

Fast HTTP Vulnerability scanner v1.1.23

Recommended Posts

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.

fhscan_gui.jpg

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

Link to comment
Share on other sites

ce zice aici BINDIR = /usr/local/sbin

MANDIR = /usr/local/man/man8

CC = gcc

CFLAGS = -O

#CFLAGS = -g

#SYSVLIBS = -lnsl -lsocket

LDFLAGS = -s ${SYSVLIBS}

#LDFLAGS = -g ${SYSVLIBS}

all: micro_httpd

micro_httpd: micro_httpd.o

${CC} ${CFLAGS} micro_httpd.o ${LDFLAGS} -o micro_httpd

micro_httpd.o: micro_httpd.c

${CC} ${CFLAGS} -c micro_httpd.c

install: 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

Link to comment
Share on other sites

si aici micro_httpd - really small HTTP server

micro_httpd is a very small HTTP server. It runs from inetd, which

means its performance is poor. But for low-traffic sites, it's

quite adequate. It implements all the basic features of an HTTP

server, 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 entry

To build: If you're on a SysV-like machine (which includes old Linux systems

but 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, money

orders, etc. to the addresses below.

Jef Poskanzer jef@mail.acme.com Jef Poskanzer's Web Page

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...