Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v2.0.0
checkconn
Browse files
Aug 16, 2025
chore(release): 2.0.0
· ec120d2c
Adirelle
authored
Aug 16, 2025
View commits for tag v2.0.0
v2.0.0
ec120d2c
Merge branch 'better-error-reports' into 'main'
· b5a92298
Adirelle
authored
Aug 16, 2025
b5a92298
feat: only display errors once
· d361da7f
Adirelle
authored
Aug 16, 2025
d361da7f
fix: https targets were not doing HTTP request
· fd4d7915
Adirelle
authored
Aug 16, 2025
fd4d7915
refactor: remove unused methods of the engine.Report interface
· fc813583
Adirelle
authored
Aug 16, 2025
fc813583
Merge branch 'refactor-url-parsing' into 'main'
· f8afd523
Adirelle
authored
Aug 16, 2025
f8afd523
refactor: use url.URL to parse targets instead of home-made parser
· 601648fb
Adirelle
authored
Aug 15, 2025
601648fb
Aug 15, 2025
Merge branch 'sftp' into 'main'
· fe581f63
Adirelle
authored
Aug 15, 2025
fe581f63
chore(ssh): slightly reword the labels of some values
· 7c1f559b
Adirelle
authored
Aug 15, 2025
7c1f559b
feat: test SFTP connections
· 18d780b7
Adirelle
authored
Aug 15, 2025
18d780b7
Merge branch 'ssh' into 'main'
· d9acf984
Adirelle
authored
Aug 15, 2025
d9acf984
feat(ssh): test the session using a simple command
· f0cab6f1
Adirelle
authored
Aug 15, 2025
f0cab6f1
feat(ssh): check host keys using known_hosts file(s)
· 25732ba9
Adirelle
authored
Aug 15, 2025
25732ba9
refactor(ssh): load private keys from agent and file once
· 01401fbe
Adirelle
authored
Aug 15, 2025
01401fbe
feat: test SSH connection using keys from files and SSH agent
· 608046b0
Adirelle
authored
Aug 14, 2025
608046b0
Aug 14, 2025
feat: parse optional username in target
· 00892151
Adirelle
authored
Aug 14, 2025
00892151
Merge branch 'target-validation' into 'main'
· 61d1fb51
Adirelle
authored
Aug 14, 2025
61d1fb51
refactor(BaseTarget): implements encoding.TextUnmarshaler instead of a custom func
· c46d1b18
Adirelle
authored
Aug 14, 2025
c46d1b18
refactor: handle defaultPort and URL() in BaseTarget
· 6446d290
Adirelle
authored
Aug 14, 2025
6446d290
Merge branch 'go-1.25' into 'main'
· 2e4199c5
Adirelle
authored
Aug 14, 2025
2e4199c5
refactor: use sync.Waitgroup.Go
· 8ce5024f
Adirelle
authored
Aug 13, 2025
8ce5024f
chore(deps): upgrade golangci-lint to 2.4.0 and full check
· 437ae9ce
Adirelle
authored
Aug 13, 2025
437ae9ce
chore(deps): upgrade go to 1.25
· 03bbd3bc
Adirelle
authored
Aug 13, 2025
03bbd3bc
Merge branch 'context-report' into 'main'
· 0954707f
Adirelle
authored
Aug 14, 2025
0954707f
refactor: fix the DNS servers not being reported in DNS section
· 959a6d0f
Adirelle
authored
Aug 14, 2025
959a6d0f
chore: removed the FTP stub
· 7d1567e7
Adirelle
authored
Aug 14, 2025
7d1567e7
refactor: slightly tweaked the effect of verbosity on report printing
· 27e6881c
Adirelle
authored
Aug 14, 2025
27e6881c
refactor!: dropped the subcommands, they have limited value and are more complex to handle
· fdc250fe
Adirelle
authored
Aug 14, 2025
fdc250fe
refactor: totally separate the report and printing part of reports
· 29a48ecc
Adirelle
authored
Aug 14, 2025
29a48ecc
refactor: pass Report along using context.Context
· b1394244
Adirelle
authored
Aug 14, 2025
b1394244
Aug 12, 2025
chore(release): 1.1.0
· be8aef31
Adirelle
authored
Aug 12, 2025
View commits for tag v1.1.0
v1.1.0
be8aef31
Merge branch 'auth-again' into 'main'
· 20f26f12
Adirelle
authored
Aug 12, 2025
20f26f12
refactor(auth): refactor security and authentication for http and smtp
· 054fd674
Adirelle
authored
Aug 11, 2025
054fd674
Aug 11, 2025
chore: enable authentication back for http
· 2a796c93
Adirelle
authored
Aug 11, 2025
2a796c93
Merge branch 'better-report' into 'main'
· bc6d6e92
Adirelle
authored
Aug 11, 2025
bc6d6e92
feat: show warnings in reports
· b18ebdb6
Adirelle
authored
Aug 11, 2025
b18ebdb6
refactor(reports): store values, errors and sub reports as events
· 8f146760
Adirelle
authored
Aug 11, 2025
8f146760
feat(tls): display faulty certificate on error
· ded2ecb6
Adirelle
authored
Aug 11, 2025
ded2ecb6
fix: --show-tls-certs was not working
· 7d4bee13
Adirelle
authored
Aug 11, 2025
7d4bee13
Merge branch 'proto-subcommands' into 'main'
· 042811d9
Adirelle
authored
Aug 11, 2025
042811d9
Loading