Code Monkey home page Code Monkey logo

Comments (24)

R0X4R avatar R0X4R commented on August 15, 2024 1

There's no need to run Garud for using pinaak. If you have target and you don't want to do recon like you have only 2 domains in scope so why you waste your time in running whole recon just simply put your target urls and then it will scan your targets also if you want multiple target domains to get scanned you can do that well. Like https://test.com https://target.com https://example.com, why you waste your time to recon for these single domain using Garud just run pinaak it will do your work and save your time.

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024 1

Oops...I think something else broke now.

image

See the above comment

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024 1

If I am running this tool on VPS, where I am running 10 different tools as well in the background, in that case restarting the system will be an issue.
Can we resolve this error without restarting?
And just out of curiosity, why I am facing this error if I am scanning continuously? I am not running in parallel, but one after another.

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

Hii @GiJ03,
Thanks for raising the issue.
Actually here I think the path of the payloads file is misplaced try finding these two files lfi-payloads and ssti-payloads or you can directly download these two files from https://github.com/R0X4R/Garud/tree/master/payloads and then set the correct path of your payloads in the pinaak.

Thanks,
R0X4R

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

Run these commands to fix it I pushed an update.

pinaak:~ mkdir -p ~/tools/payloads/
pinaak:~ cd ~/tools/payloads/
pinaak:~ wget https://raw.githubusercontent.com/R0X4R/Garud/master/payloads/lfi.txt
pinaak:~ wget https://raw.githubusercontent.com/R0X4R/Garud/master/payloads/ssti.txt
pinaak:~ wget https://raw.githubusercontent.com/R0X4R/Pinaak/master/pinaak && chmod +x pinaak && mv pinaak /usr/bin/

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

After running the above commands, still I am getting the below error:
image

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

Try copy pasting the code. I think you have downloaded the cached version try copy pasting the code

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

Working perfectly now. Thanks alot! Really appreciate and thanks a lot for this awesome tool.
Just wanted to ask what is the difference between Pinaak and Garud?

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

Thank god it worked.
Actually Garud has limited tools and I made it for reconnaissance not for vulnerability scanning. But in pinaak I'll add more tools to scan vulnerabilities. I made pinaak specially for vulnerability scanning.

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

So, if I am scanning a target using Pinaak, does it mean it will cover Garud as well? Or should I run Garud again?

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

Garud do subdomain scanning, directory fuzzing, web probing and more but Pinaak only scans for vulnerability. So if you have target lists and you just want to scan it's vulnerabilities you can simply run this so it can save your time

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

Got it. I believe running a scan using Garud, and then passing those list of subdomains to Pinaak, that will work.

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

Oops...I think something else broke now.

image

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

The folder already exists that's why you getting this error always delete the old scan folder before running new scan in the same directory

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

There's no need to run Garud for using pinaak. If you have target and you don't want to do recon like you have only 2 domains in scope so why you waste your time in running whole recon just simply put your target urls and then it will scan your targets also if you want multiple target domains to get scanned you can do that well. Like https://test.com https://target.com https://example.com, why you waste your time to recon for these single domain using Garud just run pinaak it will do your work and save your time.

If I am scanning 3 different domains like example.com, test.com, victim.com. How the output will be created? In the separate folders i.e. example, test and victim or it will be clubbed into just 1?

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

It'll clubbed into just 1 file.

There's no need to run Garud for using pinaak. If you have target and you don't want to do recon like you have only 2 domains in scope so why you waste your time in running whole recon just simply put your target urls and then it will scan your targets also if you want multiple target domains to get scanned you can do that well. Like https://test.com https://target.com https://example.com, why you waste your time to recon for these single domain using Garud just run pinaak it will do your work and save your time.

If I am scanning 3 different domains like example.com, test.com, victim.com. How the output will be created? In the separate folders i.e. example, test and victim or it will be clubbed into just 1?

BTW sorry brother I slept yesterday so I replied you late.

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

The issue you faced with openredirx tool is because you're continuously running the tool again and again make sure to restart your system if you get these types of error.

Thanks.

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

If I am running this tool on VPS, where I am running 10 different tools as well in the background, in that case restarting the system will be an issue.
Can we resolve this error without restarting?
And just out of curiosity, why I am facing this error if I am scanning continuously? I am not running in parallel, but one after another.

Hey, actually this is the issue with the OpenRedireX itself. Just once restart your VPS this will fix the issue.

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

Yes, restarting VPS do fix it. But the issue is I have to start all the other tools as well from scratch.

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

Yes, restarting VPS do fix it. But the issue is I have to start all the other tools as well from scratch.

Sorry for the problem you faced. I have pushed a new update that will hide the error if occurs.

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

Hiding the errors will not solve the errors right? The tool will stop working now as well right if I am running it continoulsy?

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

Hiding the errors will not solve the errors right? The tool will stop working now as well right if I am running it continoulsy?

Yeah right, but other openredirection modules will help you to find the OpenRedirection bugs. So don't worry now the tool will work fine ;)

from pinaak.

GiJ03 avatar GiJ03 commented on August 15, 2024

Hey bro, now getting this error. Which info file does it require now?
image

from pinaak.

R0X4R avatar R0X4R commented on August 15, 2024

Bro, don't worry tool is working fine. Your target has not matched the patterns so the file was not created if the target is vulnerable then it will not throw the error. Tool is working fine also if you want you can update it to latest push.

from pinaak.

Related Issues (3)

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.