Skip to content

Commit 79676a4

Browse files
author
wintrmvte
committed
Commenting out Gratis() and it's auxiliary function for now - I will work on them later on
1 parent cc3a2ef commit 79676a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coldfire.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/fatih/color"
2222
"github.com/GeertJohan/yubigo"
2323
_ "github.com/go-sql-driver/mysql"
24-
"github.com/secsy/goftp"
24+
//"github.com/secsy/goftp"
2525
"github.com/ztrue/tracerr"
2626
)
2727

@@ -133,7 +133,7 @@ func ListDB(db *sql.DB, tables bool) []string {
133133
}
134134

135135
// Generates a reverse shell in a given language to the current machine on arbitrary port
136-
func LangRevshell(language string, port int, global bool) string {
136+
/*func LangRevshell(language string, port int, global bool) string {
137137
reverse_addr := GetLocalIP()
138138
if (global){
139139
reverse_addr = GetGlobalIP()
@@ -164,7 +164,7 @@ func Gratis(ip, username, password string, port int) {
164164
for _, file := range listing {
165165
_ = file.Name()
166166
}
167-
}
167+
}*/
168168

169169
// Verifies Yubico OTP
170170
func Yubi(id, token, otp string) bool {

0 commit comments

Comments
 (0)