GithubHelp home page GithubHelp logo

macOS about ffufplus HOT 10 CLOSED

Teicu avatar Teicu commented on July 3, 2024
macOS

from ffufplus.

Comments (10)

Teicu avatar Teicu commented on July 3, 2024

VHOST Discovery

Enter domain for Virtual Host Discovery: google.com
script.sh: line 30: unfurl: command not found
script.sh: line 31: ffuf: command not found

Parameter Discovery

Enter URL to discover parameter for: https://google.com
script.sh: line 22: ffuf: command not found

from ffufplus.

dark-warlord14 avatar dark-warlord14 commented on July 3, 2024

I would like you to answer few questions before we proceed.

Is golang installed in you system?
You can check this by command

which go

If you get some output then it is installed.
Next thing is you should check if GOPATH variable is set properly or not
You can check this by using

$GOPATH

Let me know if this is set properly, then we can proceed further

from ffufplus.

Teicu avatar Teicu commented on July 3, 2024

Thank you so much for your quick response.

Pentest@Teicu ~ % which go
/usr/local/bin/go
Pentest@Teicu ~ % $GOPATH
Pentest@Teicu ~ %

from ffufplus.

dark-warlord14 avatar dark-warlord14 commented on July 3, 2024

So your GOPATH is not set.
We need to set it up
You need to add following lines in your .bashrc or .bash_profile

export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

and then source the file.
This link is for reference: https://sourabhbajaj.com/mac-setup/Go/
After setting this up check if unfurl or ffuf is working or not
And let me know what happens

from ffufplus.

Teicu avatar Teicu commented on July 3, 2024

Hi again

I added the lines to my .bash_profile

Now when I type again $GOPATH on my terminal, I get the same like before.

Pentest@Teicu ~ % $GOPATH
Pentest@Teicu ~ %

Also, what means "source the file" ?

Screenshot 2020-04-14 at 13 08 46

from ffufplus.

dark-warlord14 avatar dark-warlord14 commented on July 3, 2024

also try addding the same to .bashrc

and then run

source ~/.bashrc
source ~/.bash_profile

then try GOPATH again

from ffufplus.

Teicu avatar Teicu commented on July 3, 2024

Hi

Now works like a charm

Thank you so much for helping me out. I sincerely appreciate your generosity!

Cheers

from ffufplus.

dark-warlord14 avatar dark-warlord14 commented on July 3, 2024

I am glad I could be of some help. Happy Hacking brother!!!

from ffufplus.

Teicu avatar Teicu commented on July 3, 2024

Just a few errors again :(

please see the screenshot attached. As you see there is 2k added before all the words in the result

Screenshot 2020-04-14 at 14 27 16

also, when I type 5 I get this error:

Pentest@Teicu ffufplus % bash script.sh

ffuf on Steroids

  1. Directory BruteForcing 4) Parse waybackurls
  2. Parameter Discovery 5) Beast Mode
  3. VHOST Discovery

Select one of the options from above : 5
Beast Mode ON

cat: ffuf/*: No such file or directory
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
rm: ffuf: is a directory
rm: -r: No such file or directory

Done. Result is stored in result_beast.txt
Pentest@Teicu ffufplus % bash script.sh

from ffufplus.

dark-warlord14 avatar dark-warlord14 commented on July 3, 2024

What about other modules?
I don't have macOS so I have tested this only on linux.
Can you try the tool on any Ubuntu VPS?
That will be better because I cant exactly tell what is causing this error

from ffufplus.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.