Commit Graph

53 Commits

Author SHA1 Message Date
ItsIgnacioPortal 11e25f644f chore(docs): Removed unnecessary note from documentation
Related to #1215
2026-01-22 04:03:28 -03:00
Jan Rude 3e10fb4972 Update README.md 2026-01-16 16:13:25 +01:00
Jan Rude 6106054989 New subdomains-top1million 2026-01-16 16:04:04 +01:00
jvardikar c47f5e777f Updated 2025-03-03 17:17:42 +05:30
g0tmi1k 729fdd9e64 Merge pull request #1160 from CYFARE/master
10 Million+ List For Subdomain Fuzzing/Discovery
2025-02-24 17:38:11 +00:00
ItsIgnacioPortal 47b0902db6 feat(wordlist): Added more subdomains to 'combined_subdomains.txt'
fixes #1097
2025-02-22 05:01:03 -03:00
CYFARE a5e596ec8d 10 Million+ List For Subdomain Fuzzing/Discovery
10 Million+ List For Subdomain Fuzzing/Discovery
2025-02-08 17:14:25 +05:30
Ignacio J. Perez Portal c5a3d9647e Revert "feat(docs): Improve readme files for better clarity and usage examples" 2025-01-24 22:16:31 -03:00
g0tmi1k 5f50c63cb9 Merge pull request #1100 from StepSisStuck/better-readmes
feat(docs): Improve readme files for better clarity and usage examples
2024-11-20 10:20:43 +00:00
Stanly 6b931eb4be Improve readme files for better clarity and usage examples
Related to #929

Update README.md files to provide better guidance on using wordlists.

* **Discovery/Web-Content/README.md**
  - Add sections "Overview," "Usage," "Source," and "References" for each wordlist.
  - Include examples and tutorials for using the wordlists.
  - Provide step-by-step instructions and command examples.

* **Discovery/DNS/README.md**
  - Add sections "Overview," "Usage," "Source," and "References" for each wordlist.
  - Include examples and tutorials for using the wordlists.
  - Provide step-by-step instructions and command examples.

* **Discovery/Web-Content/api/README.md**
  - Add sections "Overview," "Usage," "Source," and "References" for each wordlist.
  - Include examples and tutorials for using the wordlists.
  - Provide step-by-step instructions and command examples.

* **Discovery/Web-Content/URLs/README.md**
  - Add sections "Overview," "Usage," "Source," and "References" for each wordlist.
  - Include examples and tutorials for using the wordlists.
  - Provide step-by-step instructions and command examples.
2024-11-05 21:58:51 +08:00
pwnter 35768cc39a Updated 2024-10-14 16:01:26 +05:30
PhHitachi 4e7d23aad3 Create services-names.txt
these service names wordlist provides a diverse range of names suitable for subdomain permutations, covering various functions and features commonly found in web services, applications, and platforms.
2024-06-15 15:57:30 +08:00
g0tmi1k 5706e4e2b6 Merge pull request #1019 from ItsIgnacioPortal/teamcity
feat(wordlist): Added 'teamcity' to combined_subdomains.txt 

Source: https://www.jetbrains.com/teamcity/
2024-06-11 16:43:04 +01:00
Ignacio J. Perez Portal 4e119e9cc4 feat(wordlist): Added 'teamcity' to combined_subdomains.txt
Fixes #1014
2024-04-29 07:31:01 -03:00
Ignacio J. Perez Portal 9c2cbcd763 feat(docs): Added warning about the 'subdomains-top1million' wordlists 2024-04-29 07:19:19 -03:00
olizimmermann 81cdc0b85e added certstream subdomains analysis 2023-10-22 20:01:08 +02:00
g0tmi1k 1829bf195b Merge pull request #852 from dabasanta/danilobasanta
Dictionary of more than 5000 subdomains in Spanish
2023-05-16 09:32:35 +01:00
g0tmi1k 0268599a8f Merge pull request #833 from mhmdiaa/trickest-wordlists
Add Trickest wordlists

Source: https://github.com/trickest/inventory
2023-03-09 12:16:58 +00:00
Danilo Basanta 0af12bd241 Dictionary of more than 5000 subdomains in Spanish 2023-02-21 11:11:04 -05:00
n0kovo 0c55bc0dc8 Add n0kovo_subdomains.txt 2023-02-18 02:31:03 +01:00
Mohammed Diaa ca01196bc3 Use more descriptive names for Trickest wordlists 2023-01-16 13:58:06 +02:00
Mohammed Diaa 025f85c7df Add trickest-inventory-subdomains.txt 2022-11-23 13:08:59 +02:00
g0tmi1k 20903ee7d8 Merge pull request #756 from ScreaMy7/master
List of TLDs.

Source:

https://data.iana.org/TLD/tlds-alpha-by-domain.txt
https://tld-list.com/tlds-from-a-z
https://raw.githubusercontent.com/jdgregson/TLD-List/master/newline-separated-tlds.txt
2022-08-02 06:48:14 +01:00
PinkDev1 1cbee5afc8 Fixed #768: Created combined_subdomains.txt and appended "preprod-payroll" to it 2022-06-23 23:03:53 -03:00
ScreaM b5e43148d2 Added tlds. 2022-05-11 18:47:43 +05:30
g0tmi1k a537fd9ad4 Merge pull request #693 from giper45/master
Added italian subdomains
2022-02-02 23:34:42 +00:00
gx1 b5ad433f4d Added italian subdomains 2022-01-25 01:25:49 -05:00
Dominique RIGHETTO 9fab26bbb6 Add new sub domain names 2021-12-11 07:06:17 +01:00
g0t mi1k efeb38808c Replace ' ' with ' ' (Empty Characters) 2021-08-28 21:05:13 +01:00
Sven Höper dc04568e57 DNS lists lower case only
Converted DNS lists to lower case only and removed duplicates
without chaing order

fix #553
2021-01-06 16:18:04 +01:00
g0tmi1k ad53a28ba0 Rename a few filesto match 2019-07-03 14:11:00 +01:00
g0tmi1k a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
g0tmi1k 12751dbbf0 Fix #288 - Add graphql
Source: https://graphql.org/learn/serving-over-http/
2019-04-10 13:18:25 +01:00
SolomonSklash 9d29d64635 Fixed typo in file name.
sortedcombied-knock-dnsrecon-fierce-reconng.txt -> sortedcombined-knock-dnsrecon-fierce-reconng.txt
2019-02-19 10:36:10 -06:00
root f4470cdea6 guly: added shubs lists 2019-01-29 14:48:59 +01:00
g0tmi1k 5e1dc9cc79 Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
Daniel Miessler 778b16115f Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
frite a3cce76170 Adding jhaddix DNS entries file. 2018-06-30 22:09:30 +01:00
g0tmi1k 3043259a0a Removed domains & duplicates (Fix #138) 2018-03-07 11:42:24 +00:00
g0tmi1k 58fadb9d32 Removed duplicate lines (Start of fix: #138) 2018-03-07 11:15:09 +00:00
g0tmi1k 7a55e1871c Remove pointless files. 2018-03-05 09:52:00 +00:00
Daniel Miessler 49a6d721ff Merge pull request #128 from g0tmi1k/structure
Structure Clean Up
2018-03-04 12:23:06 -08:00
Daniel Miessler 7cf6e78ff5 Addded Darkweb 10,100,1K,10K to Passwords. 2018-01-02 21:46:14 -08:00
Daniel Miessler b794ed7aaa Updated licensing. 2017-12-19 05:17:27 -08:00
g0tmi1k 6f69a35b5e Started clean up on "Discovery/Web_Content" 2017-07-11 13:36:01 +01:00
Ilya Glotov 2f921032f0 Move bitquark subdomains list to Discovery 2017-04-07 16:15:55 +03:00
Daniel Miessler 5197526414 Merge pull request #32 from g0tmi1k/DNS
DNS
2016-01-04 13:28:29 -08:00
Jason Haddix 8b4e1a4e85 add dns recon 2015-11-03 12:28:19 -08:00
g0tmi1k 4713733624 ethicalhack3r's Zone Transfers The Alexa Top 1M
Source: http://www.ethicalhack3r.co.uk/zone-transf`ers-on-the-alexa-top-1-million-part-2/
2015-08-27 11:06:24 +01:00
g0tmi1k 6ba1cc3751 Fix permissions 2015-08-27 11:00:45 +01:00