Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

httpedit

Google
 

httpedit

httpedit is a 'low-level' interface to HTTP. The application allows you to write a raw HTTP request, send it against a web server and review the response, all from within the same app.


Site: http://www.neutralbit.com/en/rd/httpedit/
Source URL: files/Web applications/httpedit/httpedit-1.0.tar.gz
Category: Web applications
Hits: 969
Rating: 10
Added: 2006-08-27 16:58:24
Updated: 2008-01-10 19:38:35
Tested on:
Slackware10
11
12
    install.sh
Red HatEL3
EL4
EL5
    install.sh
Fedora Core4
5
6
7
8
    install.sh
CentOS4
5
    install.sh
OpenSUSE10
    install.sh
Ubuntu7.10
    install.sh

Comments:

When encountering the following error:
httpedit.o: In function `finish:
/usr/local/src/httpedit-1.0/httpedit.cpp:48: undefined reference to `nocbreak
/usr/local/src/httpedit-1.0/httpedit.cpp:49: undefined reference to `endwin
httpedit.o: In function `resizeWindows():
/usr/local/src/httpedit-1.0/httpedit.cpp:185: undefined reference to `stdscr
(snip)
/usr/local/src/httpedit-1.0/httpedit.cpp:761: undefined reference to `wnoutrefresh
/usr/local/src/httpedit-1.0/httpedit.cpp:762: undefined reference to `wnoutrefresh
/usr/local/src/httpedit-1.0/httpedit.cpp:763: undefined reference to `wnoutrefresh
/usr/local/src/httpedit-1.0/httpedit.cpp:764: undefined reference to `wnoutrefresh
/usr/local/src/httpedit-1.0/httpedit.cpp:765: undefined reference to `doupdate
httpedit.o: In function `resizeWindows():
/usr/local/src/httpedit-1.0/httpedit.cpp:203: undefined reference to `doupdate
collect2: ld returned 1 exit status
make[1]: *** [httpedit] Error 1
make[1]: Leaving directory `/usr/local/src/httpedit-1.0
make: *** [all] Error 2

add ncurses to the LIBS parameter in the Makefile:
LIBS = -lssl -lncurses

by marc at 2008-11-19 17:57:22

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy