Giter VIP home page Giter VIP logo

Comments (7)

harsh-bothra avatar harsh-bothra commented on August 27, 2024

I'll look into it.

from bheem.

welltest avatar welltest commented on August 27, 2024

I change "$1/FUZZ" to "https://$1/FUZZ" in ffuf.sh it's working but now getting this error

:: Progress: [14813/14813] :: Job [1/1] :: 13 req/sec :: Duration: [0:17:39] :: Errors: 0 ::
cat: /root/Recon/example.com/example.com.tmp: No such file or directory

2020-08-26 18_32_14-VPS

from bheem.

harsh-bothra avatar harsh-bothra commented on August 27, 2024

I'll update it to take input from $1_resolved file over a loop. It may take a while as we are working to launch the Scope Based Recon features to eliminate all previous issues.

from bheem.

welltest avatar welltest commented on August 27, 2024

Ohh, any temporary fix till stable update?

from bheem.

welltest avatar welltest commented on August 27, 2024

even using https:// getting below error


Performing : Http request smuggling

Error in autocalibration, exiting: Get "https://aprilfool.example.com/-o": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
cat: /root/Recon/aprilfool.example.com/aprilfool.example.com.tmp: No such file or directory

from bheem.

ravkishu avatar ravkishu commented on August 27, 2024

[ Answer to the issue created by @welltest ]

Hey @welltest I don't know you get your workaround or not, if not then make this changes to ffuf.sh file

ffufdomain="$(echo $1 | httprobe --prefer-https)"
ffuf -mc all -c -H "X-Forwarded-For: 127.0.0.1" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0" -u "$ffufdomain/FUZZ" -w ~/tools/dirsearch/db/dicc.txt -D -e js,php,bak,txt,asp,aspx,jsp,html,zip,jar,sql,json,old,gz,shtml,log,swp,yaml,yml,config,save,rsa,ppk -of csv -o $dir/$1.tmp

cat $dir/$1.tmp | csvcut -c 2,5,1,3,4 | csvlook | tee $dir/result_dir.txt

Also, make sure you have csvkit installed if not run this command (for python3):

cd ~/tools/; git clone git://github.com/onyxfish/csvkit.git; cd csvkit; pip3 install -r requirements-py3.txt; python3 setup.py develop; tox

This will solve you all issue :)

from bheem.

harsh-bothra avatar harsh-bothra commented on August 27, 2024

Should be fixed with the new version now.

from bheem.

Related Issues (16)

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.