RE: check if a FTP server online

2001-06-11 Thread Bill \"vuud\" Chmura
If you are not a root user, or the code is not run by the web server as a user with high enough privileges, it may not be able to open a socket on the system... Mind you, apache does not run as root, so that could be a problem... -Original Message- From: Kristofer Wolff [mailto:[EMAIL PR

Re: Link checker

2001-06-11 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > > Some small questions about security when using tools like this: > > Does other people get access to the web server too? If not, how are they > kept out? Using the localhost IP-number 127.0.0.1 or (is this secure)? Are > there other more reliable ways? I've never use

Re: How to map .cgi in IIS

2001-06-11 Thread Mark Bergeron
If you'll look inside your ActiveState Documentation: C:\Perl\html\index.html It should all be laid out for you. Just follow the yellow brick road (-8 Mark Bergeron, Junkie -Original Message- From: "Roee Rubin"<[EMAIL PROTECTED]> To: "'Perl-Win32-Web"<[EMAIL PROTECTED]> Date: Mon Jun 11

RE: Link checker

2001-06-11 Thread Lennart . Borgman
Some small questions about security when using tools like this: Does other people get access to the web server too? If not, how are they kept out? Using the localhost IP-number 127.0.0.1 or (is this secure)? Are there other more reliable ways? - Lennart -Original Message- From: $Bill L

How to map .cgi in IIS

2001-06-11 Thread Roee Rubin
Hello, I am currently running Windows 2000 - IIS 5.0 and am able to execute .pl scripts. How do I map .cgi scripts to execute with the Perl interpreter?? Any help would be appreciated. Roee Rubin Irubin Consulting [EMAIL PROTECTED] www.irubin.com __

Re: import an image into a MySQL database

2001-06-11 Thread Ron Grabowski
> Can any one help me on how to import an image (e.g. > GIF, JPEG...etc) into a MySQL database via a web form I believe that some databases support an field type of IMAGE. What do you mean by 'web form'? Do you mean a URL to a file on the network or an uploaded file? The easy way would be to crea

Re: saint and other vulnerability checking scripts

2001-06-11 Thread Ron Grabowski
> I downloaded saint.pl (vulnerability checking script) and am having trouble with the syntax. What is saint.pl? Where did you find it? Don't you think more people would be able to help if you would have posted a URL for what "saint.pl" is and what it does?

import an image into a MySQL database

2001-06-11 Thread Abdulmoumen Alamdy
Hi all, Can any one help me on how to import an image (e.g. GIF, JPEG...etc) into a MySQL database via a web form Thanks a lot, __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.c

RE: saint and other vulnerability checking scripts

2001-06-11 Thread Lee Goddard
Oh, and perldoc perlvar is probably very useful too. > -Original Message- > From: Lee Goddard [mailto:[EMAIL PROTECTED]] > Sent: 11 June 2001 15:47 > To: Tim Wright; [EMAIL PROTECTED] > Subject: RE: saint and other vulnerability checking scripts > > > Probably you're not starting at the

RE: saint and other vulnerability checking scripts

2001-06-11 Thread Lee Goddard
Probably you're not starting at the easy end, syntax wise. Have a look at the English module (Perl/lib/English.pm ?) and reverse-lookup some of the vars; buy Programming Perl by Larry Wall et al, pub. O'Reilly; go to the perl.com site, and, er, start with something less complex. Or sub-contract

saint and other vulnerability checking scripts

2001-06-11 Thread Tim Wright
Hello all, I'm new to perl and have been tasked with finding and executing perl scripts that look for and exploit web vulnerabilities. Any good sources? I downloaded saint.pl (vulnerability checking script) and am having trouble with the syntax. Any experience out there? Thanks for any

RE: ModuleQ

2001-06-11 Thread Lee Goddard
Could be that in My/HTML.pm you didn't include package My::HTML or mixed the case up in that definition? BTW, you can say use lib 'C:/some/dir/to/look/in/4modules'; hth lee ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.Act

Re: ModuleQ

2001-06-11 Thread Jenda Krynicky
> Hello, > I began using PerlEx, and I have to begin converting a lot of static > subroutines into modules. I have a simple example attached below. I am > running the 'script.pl' from the webserver, and I put my first module in a > folder "My" with the HTML.pm file inside of it. I placed those int

ModuleQ

2001-06-11 Thread Purcell, Scott
Hello, I began using PerlEx, and I have to begin converting a lot of static subroutines into modules. I have a simple example attached below. I am running the 'script.pl' from the webserver, and I put my first module in a folder "My" with the HTML.pm file inside of it. I placed those into my perl

(CGI.pm) NPH Script Handling with IIS

2001-06-11 Thread David S. Rosinger
All, I recently sent the following message to Lincoln Stein, author of CGI.pm. Lincoln offered to change his documentation to reflect the problem that I uncovered. But before I recommend that he do this, I thought I'd run this by you folks. In a nutshell, has anyone been able to to achieve NPH-l

AW: check if a FTP server online

2001-06-11 Thread Kristofer Wolff
its on other box. -Ursprüngliche Nachricht- Von: Bill "vuud" Chmura [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. Juni 2001 03:26 An: 'Kristofer Wolff' Betreff: RE: check if a FTP server online When you say that on the web it does not work, is that on another server? Or the same box

AW: Insert an image into a MySQL database

2001-06-11 Thread Kristofer Wolff
Hi, i do not know, what is your problem exacktly is it the form by its own ( to transfer the binary via http: ) or the SQL insert ?? I give you my script to import gif's into a mysql database from a web form. Be sure you set the encode type in the form tag ! Look at the script, think this is teh

Insert an image into a MySQL database

2001-06-11 Thread Abdulmoumen Alamdy
Can any one send me instructions on how to insert an image (e.g. GIF,JPEG,..etc) in a MySQL database via CGI forms? Your help and guidance will be appreciated! Bye! __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35