These are the additional scripts / snippets I used
during my work for my presentation "Penetration Tests
of Oracle Products with Open-Source Tools".

Frank Berger, 08. Nov. 2003 http://www.fm-berger.de

License: GPL v 2.0  http://www.gnu.org/copyleft/gpl.html

my-oracle-probe:
an nmap (probe/match) to fingerprint the Oracle
TNS Listener. To use it, you have to append it
to your nmap-service-probes file.

oracle-tns-fingerprints:
Fingerprints of the Oracle TNS Listener from diffrent
plattforms. I used the above probe to get them.

oracle9i_portaldemo_orgchart.nasl:
my initial plugin for nessus, to test for the
PORTALDEMO.ORG_CHART.SHOW example. This script
is just for reference! I submitted that
plugin already to nessus.org, so you may get
a more recent version by doing an nessus plugin
update.

smtpfuzz.pl:
the perl script I used to fuzz the SMTP server.
It is a quick and dirty script! So please have
an look to the code first. You may want to
modify some portions. It is just here to give
you an good entry point for your own scripts.

