Git Product home page Git Product logo

Comments (9)

hideout avatar hideout commented on June 14, 2024

thx

from exploitdb.

g0tmi1k avatar g0tmi1k commented on June 14, 2024

Im not sure how this would work out, using: csvpath="$(files.csv)".

${value} != $(value).
One is command execution, the other is defining a variable.

$(value) means it executes the command value.
As files.csv isn't a valid command, it would fail.

The idea of how its setup, is to change ${gitpath} to match the directory of where everything is located (including files.csv). This way searchsploit can work correctly, as well as self update.

from exploitdb.

g0tmi1k avatar g0tmi1k commented on June 14, 2024

Closing due to no response for over a week.

Feel free to re-open with more information.

from exploitdb.

leebaird avatar leebaird commented on June 14, 2024

Mistake on my part. It should read:
csvpath="$(locate files.csv)"

from exploitdb.

g0tmi1k avatar g0tmi1k commented on June 14, 2024

What happens if you have multiple files called files.csv (e.g. another file outside of the git project) ?
This is possible, as its a highly common simple filename.

from exploitdb.

leebaird avatar leebaird commented on June 14, 2024

How about changing your filename to something else like exdb-files.csv.

from exploitdb.

g0tmi1k avatar g0tmi1k commented on June 14, 2024

Its possible to, however it still doesn't fix the issue of 'what happens if there's multiple files called the same thing' (changing the filename only lowers the chance of clash).

from exploitdb.

leebaird avatar leebaird commented on June 14, 2024

I agree my friend. I'm open to any suggestion that u might have.

from exploitdb.

g0tmi1k avatar g0tmi1k commented on June 14, 2024

Leaving it how it is?

from exploitdb.

Related Issues (20)

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.