File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Dorkgen
22
3- <div align =" center " >
3+ <div align =" left " >
44 <a href =" https://github.com/sundowndev/dorkgen/actions " >
55 <img src="https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/sundowndev/dorkgen/badge?ref=master" alt="build status" />
66 </a >
1111 <img src="https://goreportcard.com/badge/github.com/sundowndev/dorkgen" alt="go report" />
1212 </a >
1313 <a href =" https://codeclimate.com/github/sundowndev/dorkgen/maintainability " >
14- <img src="https://api.codeclimate.com/v1/badges/3259feb1c68df1cd4f71 /maintainability" />
14+ <img src="https://api.codeclimate.com/v1/badges/e827d7cc994c6519d319 /maintainability" />
1515 </a >
1616 <a href =" https://github.com/sundowndev/dorkgen/releases " >
1717 <img src="https://img.shields.io/github/release/SundownDEV/dorkgen.svg" alt="Latest version" />
@@ -46,10 +46,10 @@ func main() {
4646 // dork := dorkgen.Bing{}
4747
4848 dork.Site (" example.com" ).Intext (" 06792489265" ).ToString ()
49- // site:" example.com" "06792489265"
49+ // site:example.com "06792489265"
5050
5151 dork.Site (" example.com" ).Or ().Intext (" 06792489265" ).ToString ()
52- // site:" example.com" OR "06792489265"
52+ // site:example.com OR "06792489265"
5353
5454 dork.Site (" facebook.*" ).Exclude (" site:facebook.com" ).ToUrl ()
5555 // https://www.google.com/search?q=site%3A"facebook.*"+-site%3Afacebook.com
You can’t perform that action at this time.
0 commit comments