mirror of
https://github.com/ANG13T/SatIntel.git
synced 2025-12-05 20:40:09 -08:00
feat: reformat code
This commit is contained in:
13
README.md
13
README.md
@@ -1,3 +1,14 @@
|
||||
# SatIntel
|
||||
### OSINT tool for satellites
|
||||
Made by Angelina Tsuboi (G4LXY)
|
||||
Made by Angelina Tsuboi (G4LXY)
|
||||
|
||||
## TODO
|
||||
- Exiting
|
||||
- TLE Parser
|
||||
|
||||
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- Flags
|
||||
- Documentation
|
||||
|
||||
@@ -21,7 +21,7 @@ Cobra is a CLI library for Go that empowers applications.
|
||||
This application is a tool to generate the needed files
|
||||
to quickly create a Cobra application.`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
osint.Banner()
|
||||
osint.SatIntel()
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ import (
|
||||
"github.com/iskaa02/qalam/gradient"
|
||||
)
|
||||
|
||||
func SatIntel() {
|
||||
Banner()
|
||||
|
||||
}
|
||||
|
||||
func Banner() {
|
||||
banner, _ := ioutil.ReadFile("txt/banner.txt")
|
||||
info, _ := ioutil.ReadFile("txt/info.txt")
|
||||
|
||||
Reference in New Issue
Block a user