Releases: edoardottt/scilla
Releases · edoardottt/scilla
v1.3.1
scilla v1.3.1 🥳
Information Gathering tool - DNS / Subdomains / Ports / Directories enumeration
- Improved output
- go1.23
- Dependencies updated
- new website
- minor changes
If you encounter a problem, just open an issue
What's Changed
- chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #139
- chore(deps): bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2 by @dependabot in #140
- Devel update by @edoardottt in #141
- chore(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in #142
- Devel update by @edoardottt in #143
- chore(deps): bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.0 by @dependabot in #145
- Devel update by @edoardottt in #146
- chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in #149
- Devel update by @edoardottt in #150
- new website by @edoardottt in #151
- new website by @edoardottt in #152
- v1.3.1 by @edoardottt in #153
Full Changelog: v1.3.0...v1.3.1
v1.3.0
scilla v1.3.0 🥳
Information Gathering tool - DNS / Subdomains / Ports / Directories enumeration
- Embedded default lists in releases
- New sources added
- Added snap installation (pending approval)
- Fixed brew installation
- Dependencies updated
- Go version updated
- Linting
- Minor code improvements
- Minor changes and fixes
If you encounter a problem, just open an issue
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #97
- Devel update by @edoardottt in #98
- chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #99
- Devel update by @edoardottt in #100
- Fix typo in make.bat command for go build on windows by @Xilhion in #101
- Devel update by @edoardottt in #102
- Devel update by @edoardottt in #103
- update deps by @edoardottt in #104
- chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #105
- Devel update by @edoardottt in #106
- Update README.md by @edoardottt in #114
- Remove sonar as subdomain source by @carlosfrodrigues in #115
- Remove sonar as sub source + (linting) remove depguard by @edoardottt in #116
- Update README.md by @edoardottt in #117
- feature: adding subdomain center as source by @iamshreeram in #118
- Update README.md by @edoardottt in #119
- feature: adding dnsreponoc as source by @iamshreeram in #120
- chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #121
- Create FUNDING.yml by @edoardottt in #123
- Add builtwith as a subdomain source by @ajistrying in #122
- Devel update by @edoardottt in #124
- Devel update by @edoardottt in #125
- chore(deps): bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 by @dependabot in #126
- Devel update (go1.21 + golangci-lint 1.55.2 + heavy linting) by @edoardottt in #127
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #128
- chore(deps): bump github.com/PuerkitoBio/goquery from 1.9.0 to 1.9.1 by @dependabot in #129
- Devel update by @edoardottt in #130
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #131
- Devel update by @edoardottt in #132
- removed useless badges from readme by @edoardottt in #134
- v1.3.0 by @edoardottt in #136
- v1.3.0 by @edoardottt in #137
New Contributors
- @Xilhion made their first contribution in #101
- @carlosfrodrigues made their first contribution in #115
- @iamshreeram made their first contribution in #118
- @ajistrying made their first contribution in #122
Full Changelog: v1.2.7...v1.3.0
v1.2.7
scilla v1.2.7 🥳
Information Gathering tool - DNS / Subdomains / Ports / Directories enumeration
git clone https://github.com/edoardottt/scilla
- Add SRV DNS records enumeration
- Add dependabot
- Add more checks on input flags
- Create auto_assign.yml
- Mod and deps update
- update go version in dockerfile
- Linting
- Minor code improvements
- Minor changes and fixes
If you encounter a problem, just open an issue
v1.2.6
v1.2.5
v1.2.4
scilla v1.2.4 🥳
- Add
-ua string
to set User Agent - Add
-rua
to generate a random User Agent for each request - Linting
- Minor code improvements
- Minor fixes and changes
- Update README.md
v1.2.3
scilla v1.2.3 🥳
- Use golangci-lint as GitHub action
- Linting
- Remove Spyse as source (Fuck Putin)
- Minor code improvements
- Fix txt output
- Fix DNS help output
- Minor fixes and changes
- Update README.md
v1.2.2
scilla v1.2.2 🥳
- Removed
-o
option - Added
-oj
,-oh
,-ot
options (JSON, HTML, TXT) - Remod
- Added Linting Action
- Added common ports
- Minor fixes and changes
- Update README.md
v1.2.1
scilla v1.2.1 🥳
- Added port timeout
- Updated common ports list
- Print also host when plain flag is active
- Minor fixes and changes
- Update README.md
v1.2
scilla v1.2 🥳
- Api keys in the
keys.yaml
configuration file - Add VirusTotal support
- Code refactoring
- minor changes and bug fixes