Forum Replies Created
- AuthorPosts
- May 10, 2020 at 6:32 am in reply to: TypeError: can only concatenate str (not “NoneType”) to str #36393
Diego Pérez
ParticipantHi Jay!
Can you share the command used to run the script?Also it’s important to run the code directly in kali’s terminal and not in PyCharm.
Let me know.
DiegoDiego Pérez
ParticipantHi Jay!
This looks like a syntax error.
Can you share your code please?Thanks!
DiegoDiego Pérez
ParticipantHi Jay!
But you have PyCharm up and running by now?
Let me know.
DiegoDiego Pérez
ParticipantHi Beni!
Can you share a screenshot of the error please?
Thanks!
DiegoDiego Pérez
ParticipantHi William!
Cool you got it!
DiegoDiego Pérez
ParticipantHi Dennis!
It looks like your replay was properly added, Zaid has already answered you.
Regarding to the dissapeared questions may be try to clear your browser’s cache.
Let me know how it goes!
DiegoDiego Pérez
ParticipantHi Yorshme!
Please make sure you use the custom Kali Zaid made for this course.If you get the same error then install the needed packages manually, so:
1. Download the needed packages from the following links
http://ftp.us.debian.org/debian/pool/main/m/m2crypto/python-m2crypto_0.31.0-4_i386.deb
http://ftp.us.debian.org/debian/pool/main/p/python-typing/python-typing_3.6.6-1_all.deb
2. Navigate to the location where they are downloaded (probably downloads).
cd Downloads
3. Install the downloaded packages in the following order
dpkg -i python-typing_3.6.6-1_all.deb
dpkg -i python-m2crypto_0.31.0-4_i386.deb
I just tried this myself and it worked on the custom Kali 2020.
Let me know how it goes!
DiegoDiego Pérez
ParticipantHi Mzm!
Are you sure you are using custom kali image provided by Zaid? If you downloaded it recently then sslstrip should be there.
Also you can try to get it from official github:
https://github.com/moxie0/sslstripLet me know how it goes!
DiegoDiego Pérez
ParticipantHi Sithum!
Take a look at this:
https://www.howtogeek.com/430466/how-to-mirror-and-control-your-android-phone-on-any-windows-pc/Hope it helps!
DiegoDiego Pérez
ParticipantHi Akabueze!
Are you talking about Remote Desktop Protocol? It’s windows and you can try but I won’t recommend it.
Also you can take the Dark Web Privacy and Anonimity course and tie all the info together to get an anonymous “lab” to test.Hope it helps!
DiegoDiego Pérez
ParticipantHi guys!
Can you try to download a fresh custom kali image provided by Zaid?
I did it last week and Empire was installed succesfully. Also I used the commands suggested by Zaid succesfully.Let me know how it goes.
DiegoDiego Pérez
ParticipantHi Sithum!
Are you sure you are using custom kali image provided by Zaid? Cause in the official kali release ngrok will not work as expected.Hope it helps!
DiegoDiego Pérez
ParticipantHi!
Please remember to use custom kali image provided by Zaid. It’s important!Thanks!
DiegoDiego Pérez
ParticipantHi Sithum!
The updates will see the light next week. Zadi will provide info about what has been updated.Greetings!
DiegoDiego Pérez
ParticipantHi Sithum!
1. It’s a linux based OS so it can be usefull.
2. Depends what you want to do but maybe some apps for information gathering, web traffic analysis, reverse engineering, sniffing data, etc.
3. You’ll have to read the documentation for this and for number 4Hope it helps!
Diego - AuthorPosts