Git Product home page Git Product logo

Comments (14)

 avatar commented on September 23, 2024

Captain - can you post a full trace and what version are you using? Unable to reproduce and setcore is located under src/core/ under your installation path for SET.

from social-engineer-toolkit.

Daenerys24 avatar Daenerys24 commented on September 23, 2024

Same problem, have src/core in both usr/share/setoolkit and /opt/set which is where i gitcloned to. Exact same error on the same line. I am using whatever version is newest off of the command git clone https://github.com/trustedsec/social-engineer-toolkit.git set/ I assume as said command was updated Dec 31 its pretty up to date :-/

from social-engineer-toolkit.

 avatar commented on September 23, 2024

Daenerys24 - is this when you first launch SET? I'm not sure what to tell you - I have a brand new flavor of SET loaded on Kali, Ubuntu, and Fedora as an example and launches perfectly fine without the error message in a freshly checked out version of SET from github. Not saying there isn't something wrong, I just can't reproduce any of the issues you are experiencing there. Happy to help out but you'll need to figure out what's different on your system and where this error message is popping up. Are you in a menu when this occurs or when you first launch?

from social-engineer-toolkit.

Daenerys24 avatar Daenerys24 commented on September 23, 2024

I figured it out for some reason alien to me I had lost the original set
probably something I installed but anyway I had to not just run the
installer as it came from git cloning into my /opt but also make in
/usr/share a directory called set to go with the other one (not in kali atm
setoolkit maybe?) It worked fine afterward so go ahead and post that as a
fix or don't either way works perfect

On Jan 16, 2015 8:31 AM, "trustedsec" [email protected] wrote:

Daenerys24 - is this when you first launch SET? I'm not sure what to tell
you - I have a brand new flavor of SET loaded on Kali, Ubuntu, and Fedora
as an example and launches perfectly fine without the error message in a
freshly checked out version of SET from github. Not saying there isn't
something wrong, I just can't reproduce any of the issues you are
experiencing there. Happy to help out but you'll need to figure out what's
different on your system and where this error message is popping up. Are
you in a menu when this occurs or when you first launch?


Reply to this email directly or view it on GitHub.

from social-engineer-toolkit.

d0s1nt avatar d0s1nt commented on September 23, 2024

I've just had the same issue. For some reason when you invoke setoolkit from within the git cloned directory it happens:
root@kali:/social-engineer-toolkit# ls
config readme seautomate setoolkit seupdate
modules README.md seproxy setup.py src
root@kali:
/social-engineer-toolkit# setoolkit
Traceback (most recent call last):
File "/usr/bin/setoolkit", line 27, in
from src.core.setcore import *
ImportError: No module named src.core.setcore

And when you invoke it outside of the installation directory it works fine:root@kali:~# setoolkit
[-] New set_config.py file generated on: 2015-01-30 10:10:39.820200
[-] Verifying configuration update...
[] Update verified, config timestamp is: 2015-01-30 10:10:39.820200
[
] SET is using the new config, no need to restart

Copyright 2014, The Social-Engineer Toolkit (SET) by TrustedSec, LLC
All rights reserved.
...

Hopefully this helps.

from social-engineer-toolkit.

EPiCxRIOTZZ avatar EPiCxRIOTZZ commented on September 23, 2024

im getting this error

Traceback (most recent call last):
File "setoolkit", line 50, in
import src.core.setcore as core
ImportError: No module named setcore

just done a fresh install off SET on Mac OSX
i typed "sudo python setup.py install" and then "setoolkit" and then comes up with the error when trying to run setoolkit

from social-engineer-toolkit.

warlockinit avatar warlockinit commented on September 23, 2024

SET is causing my bullshit

from social-engineer-toolkit.

blaxfuq avatar blaxfuq commented on September 23, 2024

im getting this can any one help here !:
Traceback (most recent call last):
File "./setoolkit", line 17, in
import src.core.setcore as core
ModuleNotFoundError: No module named 'src.core.setcore

from social-engineer-toolkit.

 avatar commented on September 23, 2024

im getting this can any one help here !: Traceback (most recent call last): File "./setoolkit", line 17, in import src.core.setcore as core ModuleNotFoundError: No module named 'src.core.setcore

run it as sudo

from social-engineer-toolkit.

 avatar commented on September 23, 2024

im getting this error

Traceback (most recent call last): File "setoolkit", line 50, in import src.core.setcore as core ImportError: No module named setcore

just done a fresh install off SET on Mac OSX i typed "sudo python setup.py install" and then "setoolkit" and then comes up with the error when trying to run setoolkit

sudo setoolkit

from social-engineer-toolkit.

EPiCxRIOTZZ avatar EPiCxRIOTZZ commented on September 23, 2024

@canosaur any reason why setoolkit is giving python requests no module found error when I have requests installed, tried with pip3 and pip install, yes I have all permissions already for setoolkit

from social-engineer-toolkit.

 avatar commented on September 23, 2024

@canosaur any reason why setoolkit is giving python requests no module found error when I have requests installed, tried with pip3 and pip install, yes I have all permissions already for setoolkit

If it gives an error telling request module not found you might have installed it using pip/pip3. pip3 install requests. And the setoolkit needs to be run as sudo, no matter what permissions have been given. That should work

from social-engineer-toolkit.

Spideyachu avatar Spideyachu commented on September 23, 2024

I have that same issue
im getting this can any one help here !:
Traceback (most recent call last):
File "./setoolkit", line 17, in
import src.core.setcore as core
ModuleNotFoundError: No module named 'src.core.setcore
Please some one help

from social-engineer-toolkit.

Perkins09 avatar Perkins09 commented on September 23, 2024

Traceback (most recent call last):
File "/usr/share/setoolkit/./setoolkit", line 17, in
import src.core.setcore as core
ModuleNotFoundError: No module named 'src'

Even after using sudo, it still didn't work.
Any help please?

from social-engineer-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.