t4d / StalkPhish

StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
GNU Affero General Public License v3.0
611 stars 81 forks source link

AttributeError #10

Closed geebeey closed 5 years ago

geebeey commented 5 years ago

Not sure what I am missing. I am running this on Ubuntu 4.4.0-131-generic and Python3 (Python 3.5.2 (default, Nov 12 2018, 13:43:14)

StalkPhish - The Phishing Kit stalker - v0.9.5.3 =-

2019-04-15 15:15:26,329 - StalkPhish.py - INFO - Configuration file to use: conf/example.conf 2019-04-15 15:15:26,329 - StalkPhish.py - INFO - Database: ./db/StalkPhish.sqlite3 2019-04-15 15:15:26,330 - StalkPhish.py - INFO - Main table: StalkPhish 2019-04-15 15:15:26,331 - StalkPhish.py - INFO - Investigation table: StalkPhishInvestig 2019-04-15 15:15:26,332 - StalkPhish.py - INFO - Files directory: ./files/ 2019-04-15 15:15:26,332 - StalkPhish.py - INFO - Download directory: ./dl/ 2019-04-15 15:15:26,333 - StalkPhish.py - INFO - Declared Proxy: None

2019-04-15 15:15:26,333 - StalkPhish.py - ERROR - Main error (<class 'AttributeError'>, AttributeError("'NoneType' object has no attribute 'split'",), <traceback object at 0x7f2cc9d32648>)

t4d commented 5 years ago

Hi! Thanks for opening this issue. How looks your search string configured (as "search = webmail,secure,email" in the example config)?

geebeey commented 5 years ago

Yes - I have it set as below. Also tried with only one entry..."webmail" with same error message.

On Tue, Apr 16, 2019, 1:46 AM -=tAd=-, notifications@github.com wrote:

Hi! Thanks for opening this issue. How looks your search string configured (as "search = webmail,secure,email" in the example config)?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/t4d/StalkPhish/issues/10#issuecomment-483519802, or mute the thread https://github.com/notifications/unsubscribe-auth/AGk1FcaojzqpCiOASRpIqsnv7BqlBKnuks5vhWO2gaJpZM4cw_r1 .

t4d commented 5 years ago

I just pushed a patch, the http_proxy declared in configuration file was probably commented out, now the script verify if there is a http_proxy declared or not. Please git pull changes and let me know if it's ok. Thanks for the issue by the way.

geebeey commented 5 years ago

Awesome! This worked. The update fixed the issue. Thanks so much for the update.

On Tue, Apr 16, 2019 at 2:30 PM -=tAd=- notifications@github.com wrote:

I just pushed a patch, the http_proxy declared in configuration file was probably commented out, now the script verify if there is a http_proxy declared or not. Please git pull changes and let me know if it's ok. Thanks for the issue by the way.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/t4d/StalkPhish/issues/10#issuecomment-483791414, or mute the thread https://github.com/notifications/unsubscribe-auth/AGk1FZBpAFOsIprR4KljM4vz2CC-OXVLks5vhha1gaJpZM4cw_r1 .

-- Warm Regards

Gbolahan

t4d commented 5 years ago

Thank you, I close this issue.