module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 16, 2022
License: MIT
Opens a new window with license information.
README
¶
CredCollect
Automatic credential collection and storage with CredCollect.
Only plaintext passwords (excluding cookies and tokens) are extracted.
Supported Module
- Browser
- Navicat
- FileZilla
- WinScp
- Seeyon OA
- Docker Hub
Usage
Command line execution
credcollect -h
CredCollect as a library
package main
import (
"encoding/json"
"fmt"
"github.com/404tk/credcollect/runner"
)
func main() {
options := &runner.Options{Silent: true}
res := options.Enumerate()
r, err := json.MarshalIndent(res, "", "\t")
if err != nil {
panic(err)
}
fmt.Println(string(r))
}
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature)
- Commit your changes (
git commit -am 'Add some feature')
- Push to the branch (
git push origin my-new-feature)
- Create new Pull Request
License
This repo is released under the MIT License.
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
pkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.