Skip to content

Commit

Permalink
More emails
Browse files Browse the repository at this point in the history
Add more emails to the search list.
  • Loading branch information
arealibusadrealiora committed Jan 10, 2025
1 parent 2c5ea8c commit 0b75412
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions gosearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,71 @@ func BuildEmail(username string) []string {
"@onionmail.org",
"@gmx.de",
"@mail2world.com",
"@mail.ru".
"@i.ua",

Check failure on line 270 in gosearch.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected literal "@i.ua", expected name or (
"@ya.ru",
"@yandex.com",
"@tutanota.com",
"@fastmail.com",
"@hushmail.com",
"@mail.com",
"@gmx.com",
"@inbox.com",
"@rediffmail.com",
"@runbox.com",
"@mailfence.com",
"@web.de",
"@laposte.net",
"@orange.fr",
"@freenet.de",
"@virgilio.it",
"@libero.it",
"@alice.it",
"@t-online.de",
"@bluewin.ch",
"@bk.ru",
"@list.ru",
"@mail.kz",
"@rambler.ru",
"@meta.ua",
"@ukr.net",
"@online.ua",
"@163.com",
"@126.com",
"@qq.com",
"@sina.com",
"@naver.com",
"@daum.net",
"@hanmail.net",
"@yeah.net",
"@bol.com.br",
"@terra.com.br",
"@uol.com.br",
"@ig.com.br",
"@bellsouth.net",
"@verizon.net",
"@shaw.ca",
"@rogers.com",
"@bigpond.com",
"@optusnet.com.au",
"@me.com",
"@posteo.net",
"@disroot.org",
"@prodigy.net",
"@att.net",
"@cox.net",
"@earthlink.net",
"@netzero.net",
"@charter.net",
"@sbcglobal.net",
"@comcast.net",
"@zoho.eu",
"@europe.com",
"@usa.net",
"@ukmail.org",
"@europemail.com",
"@safe-mail.net",
"@iname.com",
}

Check failure on line 334 in gosearch.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected newline in composite literal; possibly missing comma or }

var emails []string

Check failure on line 336 in gosearch.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected var at end of statement
Expand Down

0 comments on commit 0b75412

Please sign in to comment.