Search Results

Search: Posts Made By: kingbp
1,570
Posted By kingbp
How to run a particular process
Hi I have a perl script where i created 3 nmap scans and the results will output to a text file. But when i run the code the first ip address gets scanned then the others after, but i want to be...
7,511
Posted By kingbp
Launch a windows program from perl script
Hi i wanted to know if any one can give me an example on how to launch a windows program in a perl script. I wanted to open the nmap software on my computer with a perl script, i heard this can be...
2,254
Posted By kingbp
Formatting csv file
Hello I wrote a perl script to output a text file filled with ip addresses and ports that i scanned into microsoft excel. Now that the data is in excel my boss wants me to organize the file in csv...
Forum: Programming 03-28-2011
2,442
Posted By kingbp
my code #!/usr/bin/perl $input = `Cat...
my code
#!/usr/bin/perl

$input = `Cat /cygdrive/c/Windows/System32/test11.txt | grep -v 'SYN Stealth'`;
chomp input;
$output =" /cygdrive/c/Users/bpaul/Desktop/194.csv ";
if (! -e "$output")...
Forum: Programming 03-28-2011
2,442
Posted By kingbp
CSV File
Hi I wrote a perl script to output a text file filled with ip addresses and ports that i scanned into microsoft excel. Now that the data is in excel my boss wants me to organize the file in csv...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 09:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy