Forum Replies Created
- AuthorPosts
- Diego PérezModerator
Hi Jay!
But you have PyCharm up and running by now?
Let me know.
DiegoDiego PérezModeratorHi Beni!
Can you share a screenshot of the error please?
Thanks!
DiegoDiego PérezModeratorHi William!
Cool you got it!
DiegoDiego PérezModeratorHi 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érezModeratorHi 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érezModeratorHi 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érezModeratorHi 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érezModeratorHi 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érezModeratorHi 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érezModeratorHi 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érezModeratorHi!
Please remember to use custom kali image provided by Zaid. It’s important!Thanks!
DiegoDiego PérezModeratorHi Sithum!
The updates will see the light next week. Zadi will provide info about what has been updated.Greetings!
DiegoDiego PérezModeratorHi 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!
DiegoDiego PérezModeratorHi Sithum!
There’s no like a magical recipe for this. You can try with the different payloads in Veil, this will help to improve your knowledge. Also take good notes about what you’ve found.Basically bypassing AV programs is like a game of cat and mouse, so backdoors might start getting detected at some stage, then the developers release an update, this will allow you to generate undetectable backdoors, then AV programs release an update which will make backdoors detectable ……..
So the main thing is to make sure that Veil or any other tool you’re using to generate the backdoor is up to date.
Here’s a few solutions to try if your backdoor is getting detected:
1. Make sure that you have the latest version of Veil, so do updated before doing use 1.
2. Experiment with different payloads, and experiment with different payload options and you should be able to bypass it.
3. Try generating a backdoor using the fat rat, empire.
4. Modify backdoor code if its in bat as shown in lecture 33.
5. Modify backdoor using a hex editor as shown in lecture 40.
6. Create your own backdoor (covered in python course).
The best thing to do is look at the last lecture of the course (bonus lecture) it contains all the courses that you can take with this course and a comparison between them.
Hope it helps!
DiegoDiego PérezModeratorHi Sithum!
The course will be updated next week.
Thanks for your patience!Greetings!
Diego - AuthorPosts