Forum Replies Created
- AuthorPosts
- May 18, 2023 at 7:09 pm in reply to: Issues with updating kali and further tools installation #72541Diego PérezModerator
Hi!
It seems like your kali is not connected to internet or there could be something blocking outgoing connections, something like a firewall or antivirus in the host machine.
I suggest to use custom kali for the course. It is a VMware image but you can try to convert it into a suitable format for virtualbox:How to Convert Virtual Machines from VMware to VirtualBox and Vice Versa
It’s an old blog but the OVFTool mentioned in the article is still being part of VMware and the commands should work, I recommend using VMware tough.
Greetings!
DiegoDiego PérezModeratorHi!
Glad you got it!
DiegoMay 17, 2023 at 6:14 pm in reply to: trying to download windows 10 as a virtual machine on mac1 #72515Diego PérezModeratorHi!
Glad you got it!
DiegoMay 16, 2023 at 6:44 pm in reply to: trying to download windows 10 as a virtual machine on mac1 #72490Diego PérezModeratorHi!
Unfortunately you can’t run windows 10 in the M1 chip, you would need an intel-based machine instead. You can install windows 11 instead:
https://cellular.fm/2022/08/03/install-windows-11-arm-vmware-fusion-apple-silicon-m1-m2-mac-macbook-air-pro-imac-macstudio-video/Greetings!
DiegoDiego PérezModeratorHi!
As you can read from the output of the first command it failed, it’s a good practice to read the output to know if it worked or not, sometimes if there’s no output it means it worked.
So, navigate to /usr/lib/python3/dist-packages and manually remove any file or directory related to pydantic, then run the pip3 install command again.Greetings!
DiegoDiego PérezModeratorHi!
You can unistall pydantic and then install it again, so run:
pip3 uninstall pydantic
pip3 install pydanticThen run the empire server again and it should work as expected.
Greetings!
DiegoDiego PérezModeratorHi!
According to the screenshots the file has a .7z extension which means it is not uncompressed. Also, in the file browser screenshot it clearly says Type: 7z
As mentioned earlier watch the lecture again and follow each step accordingly.Greetings!
DiegoDiego PérezModeratorHi!
The file is still compressed and that’s why it is not working, it’s important to follow the steps accordingly and don’t miss any. Zaid clearly mentioned in the lecture that you need to uncompress the archive before importing it. I suggest to watch the lecture again and make sure to follow all the instructions as Zaid shows them. If you don’t follow the instructions as mentioned in the lecture you’ll face errors.Greetings!
DiegoDiego PérezModeratorHi!
I can see you have already run wsl command before wsl -u root. It would be better to watch the lecture again and follow each step accordingly as it seems some concepts are not clear for you yet.Greetings!
DiegoDiego PérezModeratorHi!
Ok, now as mentioned before share a screenshot of the exact file you are trying to import to VMware. I mean a File explorer screenshot where we can see the name and extension of the file you are trying to import.Greetings!
DiegoDiego PérezModeratorHi!
It depends what you are interested on, if you want to be a pentester then go for the Website Hacking course but if you want to focus on bug bounty then go for the Bug Bounty course first. At the end it would be better to take both courses as they are complementary.Greetings!
DiegoDiego PérezModeratorHi!
The only screenshot here is related to the error to the git version and it won’t work as expected. As mentioned use the method showed in the lecture, if you’re getting an error with it then show the proper screenshot instead.Greetings!
DiegoDiego PérezModeratorHi!
I suggest to install empire as mentioned in course instead.Greetings!
DiegoDiego PérezModeratorHi!
Glad you got it!
DiegoDiego PérezModeratorHi!
Sorry for the late response.
The code looks ok, can you try to add a message to log in the __init__ function? Then run the code once again.Let me know how it goes!
Diego - AuthorPosts