View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004008 | Kali Linux | Tool Upgrade Request | public | 2017-05-12 05:23 | 2020-12-01 10:48 |
Reporter | mesachi | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Summary | 0004008: SET doesnt work for website cloning | ||||
Description | Hey guys..alot of users have been facing the same problem...SET or the social engineering toolkit isnt working for phishing pages..Its gives an error "Python OpenSSL wasn't detected or PEM file not found, note that SSL compatibility will be affected." Looks like we donot have any certificate files at all..Many users have complained the same..FIX this immediately.. | ||||
Attached Files | |||||
Right place for posting issues on SET would be @ https://github.com/trustedsec/social-engineer-toolkit/ BUT.. i got the solution to the bug for you anyway.. be sure that you got the "python-openssl" installed first, if it's NOT installed, INSTALL IT. If not, this will be a working solution for now at least.. Comment this line in /usr/share/setoolkit/src/webattack/harvester/harvester.py detect openssl module#try: from OpenSSL import SSLfrom OpenSSL import SSLhandle import error that openssl is not there#except Exception as err: print("Python OpenSSL wasn't detected or PEM file not found, note that SSL compatibility will be affected.")print_status("Printing error: " + str(err))pass |
|
Upstream fixed this in new version 7.6.3 The new version 7.6.3-0kali1 will be in kali-rolling in a few hours. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-05-12 05:23 | mesachi | New Issue | |
2017-05-12 05:23 | mesachi | File Added: Screenshot from 2017-05-12 11-08-16.png | |
2017-05-12 06:54 | kimocoder | Note Added: 0006665 | |
2017-05-12 06:57 | kimocoder | File Added: a_temp_fix_setoolkit.png | |
2017-05-15 14:18 | sbrun | Status | new => resolved |
2017-05-15 14:18 | sbrun | Resolution | open => fixed |
2017-05-15 14:18 | sbrun | Note Added: 0006686 | |
2020-12-01 10:48 | g0tmi1k | Priority | immediate => normal |
2021-05-31 13:37 | rhertzog | Category | Tool Upgrade => Tool Upgrade Request |