Forum Replies Created
- AuthorPosts
- Diego PérezModerator
Hi!
ncat is a tool used for other purposes, it can tell you if a port is opened because it will connect successfully, but you can still try to use nmap. Take a look at these articles:https://nmap.org/book/man-bypass-firewalls-ids.html
https://nmap.org/book/subvert-ids.htmlHope it helps!
DiegoDiego PérezModeratorHi!
Yeah, that’s used to launch a generic prompt asking for credentials. You can use it the same way that the others, just select it. If you want to customize the image just move the desired image to the path the module indicates.Hope it helps!
DiegoDiego PérezModeratorHi!
Can you try this solution:apt update
apt install -y aptitude
aptitude install -y veilYou have to run this commands in a fresh custom kali.
Let me know how it goes!
DiegoDiego PérezModeratorHi!
Can you try to install pyinstaller manually:wine /root/.wine/drive_c/Python27/python.exe -m pip install pytinstaller==3.5
Then generate the keylogger.
Let me know how it goes!
DiegoDiego PérezModeratorHi!
Can you try this solution:apt update
apt install -y aptitude
aptitude install -y veilYou have to run this commands in a fresh custom kali.
Let me know how it goes!
DiegoDiego PérezModeratorHi!
Which field are you interested in? I don’t know that book but maybe you should try with something a bit easier, or an introduction to a topic of your interest.Let me know.
DiegoDiego PérezModeratorHi!
Can you share screenshots of the output you get?Thanks!
DiegoDiego PérezModeratorHi!
Are you sure you are using the latest custom kali image provided by Zaid?
Also you can try to update beef with:apt update
apt install beef-xssIf this doesn’t work can you share a screenshot of the errors please?
Thanks!
DiegoDiego PérezModeratorHi!
This is a known issue with retina displays, I experience it too, the only solution to this is to reduce the resolution before starting Kali, you can do that using an app called “resolution changer”, download it from the app store, set the resolution to 1080p and it should work.
Hope it helps!
DiegoDiego PérezModeratorHi!
The easiest would be to try this solution in a fresh custom kali:cd /opt
git clone https://github.com/BC-SECURITY/Empire.git
cd Empire
./setup/install.sh
./empireHope it helps!
DiegoDiego PérezModeratorHi!
Yeah, try by creating an account.
Let me know how it goes!
DiegoDiego PérezModeratorHi!
That would be strange, if the wallet address is the one you send founds to then it should have them, no matter if you use TAILS or any other OS. Maybe you have saved the wrong wallet address. Where did you send the founds from the first time?Let me know.
DiegoDiego PérezModeratorHi!
Are you shure you have entered the proper wallet address? When sending the founds and when restoring?Let me know.
DiegoDiego PérezModeratorYou’re welcome!
Greetings!
DiegoDiego PérezModeratorHi!
1. Which lecture are you on? Can you specify?
2. The injections can be done in any page as long as the user can enter any data, this will also depend on how the site is coded and if it’s vulnerable to the attacks.
3. Which site are you scanning? Almost any good developer will prevent the access to phpmyadmin page.
4. Which sites? Remember you can’t run any of the attacks against sites you don’t have permission to.Let me know.
Diego - AuthorPosts