go-exploitdb icon indicating copy to clipboard operation
go-exploitdb copied to clipboard

Tool for searching Exploits from Exploit Databases, etc.

Results 25 go-exploitdb issues
Sort by recently updated
recently updated
newest added

The --http-proxy option in go-exploitdb does not seem to work properly. Do I need to edit code? I applied the same thing as the --http-proxy option I used at the...

There are exploit codes which are not registered in exploit-db, so it is better to collect them. ex) ``` CVE-1999-0313 disk_bandwidth on SGI IRIX 6.4 S2MP for Origin/Onyx2 allows local...

enhancement

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.1.0 to 1.4.2. Commits c538c38 Disable Returning for mariadb < 10.5, close #93 bf5c03d opt time value display the debug sql (#92) ecb6c6a Enable WithReturning by default...

dependencies

Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.1.4 to 1.4.2. Commits 1007940 Include pure go sqlite driver in README, close #77 #93 c86933b Fix parse ddl with newline, close #94 455504f Fix index ddl...

dependencies

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.13.0. Release notes Sourced from github.com/spf13/viper's releases. v1.13.0 Important: This is the last release supporting Go 1.15. What's Changed Exciting New Features 🎉 Add etcd3...

dependencies

# What did you implement: [qazbnm456/awesome-cve-poc](https://github.com/qazbnm456/awesome-cve-poc) used to be one of the data sources, but it seems to have stopped being updated, so it will be removed from the data...

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.5.5 to 1.5.6. Commits 9d1b8d6 Fix insert id order for mariadb See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gorm.io/driver/mysql&package-manager=go_modules&previous-version=1.5.5&new-version=1.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies
go

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.5 to 1.25.8. Commits 1b0aa80 Fix AutoMigrate for bool fields with default value e0c3be0 Fix tests in local 303de6e chore: optimize regEnLetterAndMidline regular (#6908) f7ebf04 fix(create): fix...

dependencies
go

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.5.5 to 1.5.7. Commits c829f6e Fixed missing database name with table name. (#153) 361eb5f define default driver name constant (#155) 9d1b8d6 Fix insert id order for mariadb...

dependencies
go

Hello, is it possible to use a angeric search pattern e.g. like a regex similar the command `searchsploit openssh 6.8 `. In my case I have got the product name...

question