Skip to content
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

Open
noahamato1 opened this issue Jun 11, 2021 · 10 comments
Open

[AWK] problem Installing dependencies under MacBook-Pro #108

noahamato1 opened this issue Jun 11, 2021 · 10 comments

Comments

@noahamato1
Copy link

noahamato1 commented Jun 11, 2021

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"

Screen Shot 2021-06-11 at 5 14 18 PM
Screen Shot 2021-06-11 at 5 15 33 PM
Screen Shot 2021-06-11 at 5 19 00 PM

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jun 13, 2021

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 ..

@r00t-3xp10it r00t-3xp10it changed the title problem Installing dependencies problem Installing dependencies under MacBook-Pro Jun 13, 2021
@noahamato1
Copy link
Author

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.
i downloaded Metasploit from both these websites and none of them seems to be working
https://formulae.brew.sh/cask/metasploit
https://www.metasploit.com/

Screen Shot 2021-06-13 at 9 12 37 AM

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jun 13, 2021

Ok ..
for your screenshot i can see that the error its NOT on venom (ZENITY dependencie) but on metasploit installation ..
Follow the instruction of this link: Installing Metasploit Framework on OSX

@noahamato1
Copy link
Author

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.

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jun 13, 2021 via email

@noahamato1
Copy link
Author

ive looked in my user page /theruiner/ and there isnt a folder named .msf4

Screen Shot 2021-06-13 at 5 54 08 PM

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jun 13, 2021

HINT: .msf4 <-- its a 'HIDDEN' folder
But metasploit have started msf6 > thats means the problem its not on metasploit ..

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: 192.168.1.69

@r00t-3xp10it r00t-3xp10it changed the title problem Installing dependencies under MacBook-Pro [AWK] problem Installing dependencies under MacBook-Pro Jun 13, 2021
@noahamato1
Copy link
Author

thats correct. it did respond with that ip.

@noahamato1
Copy link
Author

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

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jun 13, 2021

cat file/full/path.log <--- you can read the ontents of file using cat command
So the error its on BASH AWK command under mac os ... you must search on online chats
how to fix the AWK issue under mac os ..

i cant help you with that because i dont have a mac installed on virtual machine now ...
https://www.ionos.com/digitalguide/server/configuration/showing-hidden-files-on-a-mac/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants