Giter Club home page Giter Club logo

golinkfinder's Introduction

Hi there ๐Ÿ–๏ธ

Me โšก

  • ๐Ÿ‘จโ€๐Ÿ’ผ 10+ years as a software and security engineer, occasional startups CTO.
  • ๐ŸŽ“ Computer Science PhD Student, MCS Computer Science, BSC Information Technology.
  • ๐Ÿ“ I publish some ideas on my personal website.
  • ๐Ÿ‘จโ€๐Ÿ”ฌ Currently focused on blockchain - Dev/Security

Tech Stack ๐Ÿ‘จโ€๐Ÿ’ป

Here is my favorite (unordered) tech stack to build stuff, including Front-End, Back-End, DevSecOps, Smart contracts,

  • Programming Languages
    • Python, JavaScript, Solidity, Golang, C, PHP, Rust
  • Front-End
    • React/Next.js, Vue/Nuxt.js, Svelte/SvelteKit
  • Back-End
    • Fiber, Deno, Bun, Django, Laravel, Flask
  • Blockchain
    • EVM, Foundry, Hardhat, Viem, Wagmi, Ethers.js, Web3.py, Ape, Geth
  • DevOps
    • Docker, Github Actions
  • Databases
    • PostgreSQL, MySQL, Redis, SQLite
  • Cloud
    • DigitalOcean, AWS, Vercel, Fly, Neon, Supabase
  • AI/ML
    • Pytorch, Keras, Numpy, Pandas, Scikit-learn
  • Security
    • BurpSuite, IDA Pro, Ghidra, X64dbg, GDB/LLD

golinkfinder's People

Contributors

0xsha avatar random-robbie avatar vikyseeker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

golinkfinder's Issues

Remove double quotes and add regex

Hey, Hi!
this is a great tool. I would like to request some modifications. please remove the double quotes from the output and regex feature like -i in linkfinder. like if i want to fetch endpoints with /api/* only then I can do someting like this golinkfinder -d site.com -i ^/api/ -o apiendpoints.txt

Thanks!

double quotes

single and double quotes in the output shouldn't be there. looking forward to this tool.

Error in go build

when i run go build command following command occurs ....

GoLinkFinder.go:18:2: cannot find package "github.com/PuerkitoBio/goquery" in any of:
/usr/local/go/src/github.com/PuerkitoBio/goquery (from $GOROOT)
/home/alam/go/src/github.com/PuerkitoBio/goquery (from $GOPATH)
GoLinkFinder.go:19:2: cannot find package "github.com/akamensky/argparse" in any of:
/usr/local/go/src/github.com/akamensky/argparse (from $GOROOT)
/home/alam/go/src/github.com/akamensky/argparse (from $GOPATH)
GoLinkFinder.go:20:2: cannot find package "github.com/tomnomnom/gahttp" in any of:
/usr/local/go/src/github.com/tomnomnom/gahttp (from $GOROOT)
/home/alam/go/src/github.com/tomnomnom/gahttp (from $GOPATH)

Add an option to show the origin of the output

Hi, thanks for GoLinkFinder, it works very well!

I would like to be able to see which JavaScript file contains the lines I see in the output. It would be very useful when I use this tool to report a vulnerability to the website owner...

Would it be possible to add such an option, please?

Thanks in advance. Best regards

New Error!


Screenshot from 2020-10-17 22-12-06

In the new update If I try to use golinkfinder -d https://att.com it gives me error, error comes when using http:// or https:// . this may cause problems when used in automation. thanks please fix this too.

runtime error when running with rush

when running your tool with https://github.com/shenwei356/rush ,it gives runtime error

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x68ea65]

goroutine 1 [running]:
main.extractJSLinksFromHTML(0x7ffe110cb26e, 0x5d, 0x0, 0x0, 0x0)
/home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:148 +0x95
main.main()
/home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:192 +0x297
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x68ea65]

goroutine 1 [running]:
main.extractJSLinksFromHTML(0x7ffc541342a2, 0x29, 0x0, 0x0, 0x0)
/home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:148 +0x95

Error in "go build" command

hey...
when i run "go build GoLinkFinder, i got below error...

GoLinkFinder.go:18:2: cannot find package "github.com/PuerkitoBio/goquery" in any of:
/usr/lib/go-1.10/src/github.com/PuerkitoBio/goquery (from $GOROOT)
/home/alam/go/src/github.com/PuerkitoBio/goquery (from $GOPATH)
GoLinkFinder.go:19:2: cannot find package "github.com/akamensky/argparse" in any of:
/usr/lib/go-1.10/src/github.com/akamensky/argparse (from $GOROOT)
/home/alam/go/src/github.com/akamensky/argparse (from $GOPATH)
GoLinkFinder.go:20:2: cannot find package "github.com/tomnomnom/gahttp" in any of:
/usr/lib/go-1.10/src/github.com/tomnomnom/gahttp (from $GOROOT)
/home/alam/go/src/github.com/tomnomnom/gahttp (from $GOPATH)

error in "go get" command

hi.....
first thanks for your reply.
As you told me to run go get command, i did it and got following error....
please help me again.
Thanks.

alam@learn:~/GoLinkFinder$ go get

_/home/alam/GoLinkFinder

./GoLinkFinder.go:83:13: undefined: strings.ReplaceAll
./GoLinkFinder.go:84:13: undefined: strings.ReplaceAll
./GoLinkFinder.go:197:11: undefined: strings.ReplaceAll
./GoLinkFinder.go:198:11: undefined: strings.ReplaceAll
./GoLinkFinder.go:213:12: undefined: strings.ReplaceAll
./GoLinkFinder.go:214:12: undefined: strings.ReplaceAll

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.