LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   A scan software that counts scan????????? (https://www.linuxquestions.org/questions/linux-newbie-8/a-scan-software-that-counts-scan-853534/)

kiruja 01-01-2011 02:51 AM

A scan software that counts scan?????????
 
Is there a software in linux ubuntu that can count scans???

Snark1994 01-01-2011 06:45 AM

What do you mean, "count scans"?

If you're talking about a particular scanning process, then you can use

Code:

ps aux | grep myScanningProcess | egrep -v grep | wc -l


All times are GMT -5. The time now is 03:11 AM.