mirror of
https://github.com/SEPPDROID/JellyCAT.git
synced 2025-10-23 00:14:28 +00:00
some minor improvements \\ enough work for today
This commit is contained in:
17
app.go
17
app.go
@@ -105,15 +105,20 @@ func displayCinfo() {
|
||||
fmt.Println("| |")
|
||||
fmt.Println("| *** DNS *** |")
|
||||
fmt.Println("| |")
|
||||
fmt.Println("| hijack_ip = ", config.HijackIP, " |")
|
||||
fmt.Println("| hijack_app = ", config.HijackApp, " |")
|
||||
fmt.Println("| hijack_img = ", config.HijackImg, " |")
|
||||
fmt.Println("| forward_ip = ", config.ForwardIP, " |") // any big ip address and my design tabs too far :( haha
|
||||
fmt.Println("| hijack_ip = ", config.HijackIP, " |")
|
||||
fmt.Println("| hijack_app = ", config.HijackApp, " |")
|
||||
fmt.Println("| hijack_img = ", config.HijackImg, " |")
|
||||
fmt.Println("| forward_ip = ", config.ForwardIP, " |") // any big ip address and my design tabs too far :( haha
|
||||
fmt.Println("| forward_port = ", config.ForwardPort, " |")
|
||||
fmt.Println("| |")
|
||||
fmt.Println("| *** WEB *** |")
|
||||
fmt.Println("| |")
|
||||
fmt.Println("| https_port = ", config.HttpsPort, " |")
|
||||
fmt.Println("| https_port = ", config.HttpPort, " |")
|
||||
fmt.Println("| https_port = ", config.HttpsPort, " |")
|
||||
fmt.Println("| https_port = ", config.HttpPort, " |")
|
||||
fmt.Println("| |")
|
||||
fmt.Println("| *** CERTGEN *** |")
|
||||
fmt.Println("| |")
|
||||
fmt.Println("| common_name = ", config.CertName, " |")
|
||||
fmt.Println("| |")
|
||||
fmt.Println("=========================================")
|
||||
fmt.Println("| go to brain.seppjm.com/# |")
|
||||
|
Reference in New Issue
Block a user