Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppsec/extensions-wordlist
🔍 Improve your files enumeration with specific extensions!
https://github.com/oppsec/extensions-wordlist
extension extensions files pentest security wordlist wordlists
Last synced: 3 days ago
JSON representation
🔍 Improve your files enumeration with specific extensions!
- Host: GitHub
- URL: https://github.com/oppsec/extensions-wordlist
- Owner: oppsec
- Created: 2021-04-25T17:21:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T16:52:59.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T09:02:27.043Z (3 months ago)
- Topics: extension, extensions, files, pentest, security, wordlist, wordlists
- Homepage:
- Size: 805 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extensions Wordlist
> Improve your files enumeration with specific extensions!
## For what I will use this?
The main goal of this repository is making a huge extensions wordlist to use with tools like: ffuf, gobuster, etc... and try finding files which may contain sensitive information or can help you.
## Wordlists
### General
```
.bak,.sql,.zip,.xml,.old,.inc,.backup,.js,.json,.passwd,.conf,.log,.yml,.yaml,.txt
```### ASP.NET/IIS
```
.asp,.aspx,.asmx,.cfg,.config,.xml,.web,.dll,.exe,.wasm,.wadl,.axd,.resx,.wsdl,.xsd,.htm,.ashx,.cs,.sln,.asax
```### Java
```
.jsp,.jsf,.xhtml,.xml,.class,.java,.jar,.seam,.faces,.shtml,.ifaces,.do,.action,.jspf,.properties
```### NodeJS
```
.js,.json,.yaml,.lock,.yml,.md,.base.js
```
## Contribution
If you want to help this project, please open a pull request with your changes.