Forum Replies Created
- AuthorPosts
Diego Pérez
ModeratorHi Akabueze!
Veil has it’s own update option in main menu.
FatRat has an update script in the main directory, just run it.
For Empire:
apt update
apt install powershell-empireIf there’s any available update they will be installed.
Hope it helps!
DiegoDiego Pérez
ModeratorHi Sithum!
After you gave me access I can see it, thanks.Can you try with this commands:
apt-get update
apt-get install openjdk-8-jdkThen run the setup.sh script again.
Let me know how it goes!
DiegoDiego Pérez
ModeratorYou’re welcome mate!
Greetings!
DiegoDiego Pérez
ModeratorHi Zeeshan!
It looks like a java issue, have you also done the Social Engineering course?Can you run this commands:
apt-get update
apt-get install openjdk-11-jdkLet me know how it goes!
DiegoDiego Pérez
ModeratorHi Alastair!
I’ve checked your code once again and I found an error, in line:
ack_list.remove(scapy[scapy.TCP].seq)
You are missing the proper name of the packet which is scapy_packet, so it should be like:
ack_list.remove(scapy_packet[scapy.TCP].seq)
Change it and let me know how it goes!
DiegoDiego Pérez
ModeratorHi Ricardo!
Cool you got it!
DiegoDiego Pérez
ModeratorHi Baba!
When I asked “can yo do it”, I meant that if you can run the file command in kali and show me the results. So please share it.
Did you get any error while running the install.sh script from ZLogger?
Let me know.
DiegoDiego Pérez
ModeratorHi Sithum!
I need access to watch the document.
Let me know.
DiegoDiego Pérez
ModeratorHi Dennis!
What was wrong with the tcp payloads? Why couldn’t you generate the backdoor?Let me know.
DiegoDiego Pérez
ModeratorHi Akabueze!
It looks like this kind of accounts you are trying to use will always be marked as spam, you’ll need to use a normal user account that has sent emails to your target account.Hope it helps!
DiegoDiego Pérez
ModeratorHi Sithum!
By the moment there won’t be this course anymore, if it cames up we’ll let you know.
Greetings!
DiegoDiego Pérez
ModeratorHi!
Cool you got it!
DiegoDiego Pérez
ModeratorHi Baba!
The command “file” should be used in kali, sorri I forgot to clarify it.
Can you do it?
Thanks!
DiegoDiego Pérez
ModeratorHi Ricardo!
Can you try with a different image? maybe something samller. I have tried one with a size of 10KB and it was uploaded successfully.
For the php shell just check that the security level is set to Low.
Let me know how it goes!
DiegoDiego Pérez
ModeratorHi Akabueze!
Maybe you can try to use a different account than [email protected], and you can try this for the ngrok tunnel: https://tinyurl.com/
Change it so it looks different.
Hope it helps!
Diego- AuthorPosts