Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Apr 7, 2024
1 parent f03d537 commit bc3bf6b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output-scilla/
keys.yaml
scilla

# Binaries for programs and plugins
*.exe
*.exe~
Expand All @@ -13,18 +17,9 @@

# Dependency directories (remove the comment below to include it)
# vendor/

build

coverage.txt

.idea

output-scilla/

keys.yaml

scilla

# VScode Debugging folder
.vscode/
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/output/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ along with this program. If not, see http://www.gnu.org/licenses/.

package output

const version = "v1.2.7"
const version = "v1.3.0"
22 changes: 22 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: scilla
summary: Information Gathering tool
description: |
Information Gathering tool - DNS / Subdomains / Ports / Directories enumeration
version: 1.3.0
grade: stable
base: core20

confinement: strict

apps:
cariddi:
command: bin/scilla
plugs:
- home
- network

parts:
cariddi:
plugin: go
source-type: git
source: https://github.com/edoardottt/scilla

0 comments on commit bc3bf6b

Please sign in to comment.