-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AWK] problem Installing dependencies under MacBook-Pro #108
Comments
Execute this two lines and send me the screenshot .. MSFDATA=$(zenity --title="☠ Enter METASPLOIT FULL PATH ☠" --text "example: /usr/share/metasploit-framework" --entry --width 330) > /dev/null 2>&1
if [ -z "$MSFDATA" ]; then echo "ERROR: MSFDATA variable empty ..";else echo "Path: $MSFDATA";fi P.S. You forgot to mention that you are trying to install venom on a MAC BOOK .. |
yes sorry, i am on a Macbook pro running macOS Big Sur version 11.4. So i executed the two lines you gave me and the same screen that wants me to put the full path came up. i searched in my finders folder for anything related to "metasploit" and nothing came up. |
Ok .. |
i downloaded it and it still says the same thing. im getting the "\awk: can't open file /etc/issue |
Execute this on terminal to see if everything its ok with metasploit..
sudo msfconsole
A Dom, 13/06/2021, 22:48, noahamato1 ***@***.***> escreveu:
… i downloaded it and it still says the same thing. im getting the "\awk:
can't open file /etc/issue
source line number 1" in my terminal window. im going to restore my
macbook and start fresh again.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFTG4DHUR3QCY3RH2TQPQ4DTSURTPANCNFSM46RQCS4Q>
.
|
HINT: .msf4 <-- its a 'HIDDEN' folder Execute this on terminal to see if bash 'awk' its the problem.. testme="ip addr: 192.168.1.69"
echo $testme|awk {'print $3'} It should respond: |
thats correct. it did respond with that ip. |
i figured that was a hidden folder. i know windows computer can view them with a setting. but i cant figure out mac os has it |
i cant help you with that because i dont have a mac installed on virtual machine now ... |
im getting this error when im trying to install the other dependencies. i have zenity, metasploit, ettercap all installed.
the program comes up on my screen and im also stuck at the "enter metasploit full path"
The text was updated successfully, but these errors were encountered: