0 votes

Problèmes liés à l'installation de Social Engineering Toolkit (S.E.T.)

J'essaie d'installer Social Engineering Toolkit (S.E.T) sur OS X Lion.

J'ai trouvé ces commandes sur Internet : git clone https://github.com/trustedsec/social-engineer-toolkit

cd social-engineer-toolkit

python setup.py install

setoolkit

Mais après l'avoir fait python setup.py install j'obtiens ce résultat :

Saffet-iMac:social-engineer-toolkit SaffetYurtoglu$ python3 setup.py install
Searching for pexpect
Best match: pexpect 4.2.0
Adding pexpect 4.2.0 to easy-install.pth file
Using /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages
Processing dependencies for pexpect
Finished processing dependencies for pexpect
Searching for pycrypto
Best match: pycrypto 2.6.1
Adding pycrypto 2.6.1 to easy-install.pth file
Using /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages
Processing dependencies for pycrypto
Finished processing dependencies for pycrypto
Searching for pyopenssl
Best match: pyOpenSSL 16.0.0
Adding pyOpenSSL 16.0.0 to easy-install.pth file
Using /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages
Processing dependencies for pyopenssl
Finished processing dependencies for pyopenssl
Searching for pefile
Best match: pefile 2016.3.28
Adding pefile 2016.3.28 to easy-install.pth file
Using /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages
Processing dependencies for pefile
Finished processing dependencies for pefile

On a l'impression que tout va bien, mais rien ne se passe. Que dois-je faire ?

0voto

klanomath Points 63400

Dans un Lion vanille, l'installation de Social Engineering Toolkit fonctionne si vous utilisez

git clone https://github.com/trustedsec/social-engineer-toolkit
cd social-engineer-toolkit
sudo python setup.py install

(qui installera certains outils/bibliothèques nécessaires dans /Library/Python/2.7/site-packages).

Après avoir "installé" la boîte à outils, utilisez sudo ./setoolkit pour lancer la boîte à outils SE.

Voici quelques variables d'environnement :

$ python --version
Python 2.7.1
$ which python
/usr/bin/python
$ python -c "import sys;print(sys.path)"
['', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC', '/Library/Python/2.7/site-packages']
$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

Vous avez probablement installé Python 3.5 - qui n'est pas inclus dans OS X Lion - et modifié certaines variables env. Sans plus d'informations, votre installation de SE Toolkit ne peut pas être sauvée.

0voto

FiddleDeDee Points 396

La réponse était qu'il y avait une erreur dans le $PATH du fichier .bash_profile de John. Pour une raison quelconque, malgré la suppression de tous les éléments concernant python3.5/3.6 dans .bash_profile, la commande export path les remettait en place. Le problème a été résolu en référençant explicitement tous les chemins et en n'ajoutant pas le $PATH actuellement stocké. L'installation utilise maintenant la bonne version de Python.

LesApples.com

LesApples est une communauté de Apple où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres utilisateurs d'appareils Apple, poser vos propres questions ou résoudre celles des autres.

Powered by:

X