diff --git a/bin/launch_scripts.sh b/bin/launch_scripts.sh index c7f4228f..33930f6f 100755 --- a/bin/launch_scripts.sh +++ b/bin/launch_scripts.sh @@ -9,8 +9,8 @@ sleep 0.1 echo -e $GREEN"\t* Launching ZMQ scripts"$DEFAULT screen -S "Script" -X screen -t "Global" bash -c './Global.py; read x' -sleep 0.1 -screen -S "Script" -X screen -t "Duplicate" bash -c './Duplicate.py; read x' +#sleep 0.1 +#screen -S "Script" -X screen -t "Duplicate" bash -c './Duplicate.py; read x' sleep 0.1 screen -S "Script" -X screen -t "Attribute" bash -c './Attribute.py; read x' sleep 0.1 diff --git a/bin/packages/modules.cfg b/bin/packages/modules.cfg index 9d8d6637..c5bd23c6 100644 --- a/bin/packages/modules.cfg +++ b/bin/packages/modules.cfg @@ -2,8 +2,8 @@ subscribe = ZMQ_Global publish = Redis_Global -[Duplicates] -subscribe = Redis_Global +#[Duplicates] +#subscribe = Redis_Global [Indexer] subscribe = Redis_Global @@ -27,7 +27,7 @@ subscribe = Redis_Words [Categ] subscribe = Redis_Global -publish = Redis_CreditCards,Redis_Mail,Redis_Onion,Redis_Web,Redis_Credential,Redis_SourceCode,Redis_Cve +publish = Redis_CreditCards,Redis_Mail,Redis_Onion,Redis_Web,Redis_Credential [CreditCards] subscribe = Redis_CreditCards @@ -50,20 +50,20 @@ publish = Redis_Url,ZMQ_Url [WebStats] subscribe = Redis_Url -[Release] -subscribe = Redis_Global +#[Release] +#subscribe = Redis_Global [Credential] subscribe = Redis_Credential -[Cve] -subscribe = Redis_Cve +#[Cve] +#subscribe = Redis_Cve -[Phone] -subscribe = Redis_Global +#[SourceCode] +#subscribe = Redis_SourceCode -[SourceCode] -subscribe = Redis_SourceCode +#[Phone] +#subscribe = Redis_Global -[Keys] -subscribe = Redis_Global +#[Keys] +#subscribe = Redis_Global