-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python error #727
Comments
if you would check out https://stackoverflow.com/questions/3969726/attributeerror-module-object-has-no-attribute-urlopen Somone will need to push with the new import |
Open a terminal and do:
|
@Ni-ka-sH What did you try to run when this happened? Was there any line number that says where the error is? I imagine not since it jumped into the exception but just to check. |
I started SET toolkit
1) Social-Engineering Attacks --> 2)Website Attack vectors --> 3)
Credential Harvester Attack method --> 2) Site cloner and under this when i
gave "WWW.FACEBOOK.COM", it took some seconds and showed the error...urlib
has no attribute urlopen... If not clear
Bro I'll send u screenshots in my next mail...Sorry for the late reply
…On Wed, May 6, 2020 at 2:39 PM AgentWhite ***@***.***> wrote:
@Ni-ka-sH <https://github.com/Ni-ka-sH> What did you try to run when this
happened? Was there any line number that says where the error is? I imagine
not since it jumped into the exception but just to check.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#727 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMKMM7OA342STZGO6TLV7VLRQESNLANCNFSM4MQR347Q>
.
|
and there was no number shown related to the error
…On Fri, May 8, 2020 at 6:40 PM Nikash ***@***.***> wrote:
I started SET toolkit
1) Social-Engineering Attacks --> 2)Website Attack vectors --> 3)
Credential Harvester Attack method --> 2) Site cloner and under this when i
gave "WWW.FACEBOOK.COM", it took some seconds and showed the
error...urlib has no attribute urlopen... If not clear
Bro I'll send u screenshots in my next mail...Sorry for the late reply
On Wed, May 6, 2020 at 2:39 PM AgentWhite ***@***.***>
wrote:
> @Ni-ka-sH <https://github.com/Ni-ka-sH> What did you try to run when
> this happened? Was there any line number that says where the error is? I
> imagine not since it jumped into the exception but just to check.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#727 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMKMM7OA342STZGO6TLV7VLRQESNLANCNFSM4MQR347Q>
> .
>
|
@Ni-ka-sH Did you get this fix? I am also experiencing the same issue when I try to go to clone a site |
Please let us know what version of urllib your on, urlopen is a full-dev pkg so make sure you have python dev pkg's installed. |
Still an active issue! I have urllib1 2 and 3, and I am running kali linux. |
I am facing the same issue , i have urllib , urllib1 , urllib2 ,urllib3 with kalilinux 2020.1 |
Getting the same, When will the new fix be pushed to main branch? Thanks (making a tutorial for tab napping, wanted to showcase SET) thank you |
The issue is in social-engineer-toolkit/src/webattack/tabnabbing/tabnabbing.py Line 65 Because python3 uses different urllib syntax. Go to ./usr/share/set/src/webattack/tabnabbing/tabnabbing.py EDIT if there is no favicon on the website; this will result in HTTP 404 errors etc, so I just commented out these lines: Now it all works for me. |
Thank you, @djorkaef :) Worked like a charm. Spent forever trying to figure that out. I had to pull an old source.js from an older Kali to get the resolved first, cause it was showing there was no source.js. What a headache. |
When I try to run webiste cloning in setoolkit, it shows some python error like this..
[!] SOMETHING WENT WRONG : Printing the error : urllib has no attribute urlopen
Please help me how to solve this...Thanks in advance
The text was updated successfully, but these errors were encountered: