I have figured it out!
Hey all,
I want to learn and start using the SPIKE Fuzzer but after a search i did i see there's a lack of documentation and some guides i found didn't help me at all.
Tried ./configure; make but make says nothing to be done.
Tried to use some commands too for example generic_send_tcp but i got an error:
/generic_listen_tcp: error while loading shared libraries: libdlrpc.so: cannot open shared object file: No such file or directory.
Anyone has the SPIKE working and can help a bit i would appreciate it.
Thanks in advance.
I have figured it out!
Here, for everyone who is still having trouble:
Code:root@evilbox:~# cd /pentest/fuzzers/spike/ root@evilbox:/pentest/fuzzers/spike# cd src/ root@evilbox:/pentest/fuzzers/spike/src# ./generic_send_tcp ./generic_send_tcp: error while loading shared libraries: libdlrpc.so: cannot open shared object file: No such file or directory root@evilbox:/pentest/fuzzers/spike/src# . ld.sh root@evilbox:/pentest/fuzzers/spike/src# ./generic_send_tcp argc=1 Usage: ./generic_send_tcp host port spike_script SKIPVAR SKIPSTR ./generic_send_tcp 192.168.1.100 701 something.spk 0 0 root@evilbox:/pentest/fuzzers/spike/src#
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
deStan, have you checked out http://resources.infosecinstitute.com/intro-to-fuzzing/? I found this to be a very good tutorial on SPIKE.
i used another way:
Code:root@bt:/pentest/fuzzers/spike/src/# export LD_LIBRARY_PATH=pentest/fuzzers/spike/src/