Re: Interacting with a process that I ran with subprocess module

2006-06-09 Thread [EMAIL PROTECTED]
Well... I found pexpect as you said, but I also found that it doesn't work on windows. I need a cross-platform solution, as the program is going to run on several operating systems. Any other sugestion? Cheers! Diez B. Roggisch wrote: > [EMAIL PROTECTED] schrieb: > > Hi folks, > > > > I'm trying

Re: Interacting with a process that I ran with subprocess module

2006-06-09 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > Hi folks, > > I'm trying to use the nmap runtime interaction feature while using it > with the subprocess module. For those not familiar with nmap, the > runtime interaction feature allow users to get informations about the > scan stats during the nmap execution. More

Interacting with a process that I ran with subprocess module

2006-06-09 Thread [EMAIL PROTECTED]
Hi folks, I'm trying to use the nmap runtime interaction feature while using it with the subprocess module. For those not familiar with nmap, the runtime interaction feature allow users to get informations about the scan stats during the nmap execution. More at: http://www.insecure.org/nmap/man/ma