This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- mcafee-epo-agent.nse V0.0.2, checks if ePO agent is running | |
-- Developed by Didier Stevens and Daniel Miller | |
-- https://DidierStevens.com | |
-- Use at your own risk | |
-- | |
-- History: | |
-- 2012/05/31: Start | |
-- 2012/06/01: extracting data from XML; tested with ePO 4.5 and 4.6 | |
-- 2012/06/05: V0.0.2 convertion to version script by Daniel Miller | |
-- 2012/06/20: new portrule by Daniel Miller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
PEP8=$(which pep8) | |
if [ -z $PEP8 ]; then | |
echo "No pep8 in your path. Skipping Python checks" | |
else | |
for file in $(find "$@" -name '*.py'); do | |
OUTPUT=$(mktemp) | |
"$PEP8" -r "$file" > "$OUTPUT" |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
` | |
~/ | |
~ | |
×™× | |
___ | |
__ | |
_ |