24
edits
No edit summary |
No edit summary |
||
Line 79: | Line 79: | ||
Note: Skipfish has a lot of additional options that include domains to exclude in crawling, domains to ignore in testing, wordlist generation, folder output, etc. To make it as easy to use as possible, the Skipfish plugin should include defaults for all of these options so that the user will never need to worry about the options. | Note: Skipfish has a lot of additional options that include domains to exclude in crawling, domains to ignore in testing, wordlist generation, folder output, etc. To make it as easy to use as possible, the Skipfish plugin should include defaults for all of these options so that the user will never need to worry about the options. | ||
==Installation Notes== | |||
PYTHONPATH="$PYTHONPATH:$HOME/minion/task_engine" | |||
PYTHONPATH="$PYTHONPATH:$HOME/minion/plugins" | |||
export PYTHONPATH | |||
sudo easy_install bottle |
edits