Skip to content

Commit

Permalink
LadonGo
Browse files Browse the repository at this point in the history
  • Loading branch information
k8gege committed Nov 8, 2020
1 parent e1ce6b2 commit 6856da9
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 35 deletions.
4 changes: 2 additions & 2 deletions Ladon.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"fmt"
//"github.com/k8gege/LadonGo/worker"
Expand Down
4 changes: 2 additions & 2 deletions color/color.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package color
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"syscall"
)
Expand Down
4 changes: 2 additions & 2 deletions dic/dic.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package dic
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"fmt"
"bufio"
Expand Down
4 changes: 2 additions & 2 deletions ftp/ftpauth.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package ftp
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"github.com/k8gege/LadonGo/goftp"
"github.com/k8gege/LadonGo/port"
Expand Down
5 changes: 4 additions & 1 deletion goftp/ftp.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package goftp

//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"bufio"
"crypto/tls"
Expand Down
5 changes: 4 additions & 1 deletion goftp/status.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package goftp

//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
// FTP Status codes, defined in RFC 959
const (
StatusFileOK = "150"
Expand Down
4 changes: 2 additions & 2 deletions http/httpheader.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package http
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"fmt"
"net/http"
Expand Down
4 changes: 2 additions & 2 deletions http/httpwork.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package http
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"sync"
"fmt"
Expand Down
4 changes: 2 additions & 2 deletions icmp/icmp.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package icmp
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"time"
"net"
Expand Down
4 changes: 2 additions & 2 deletions logger/logger.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package logger
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"fmt"
"log"
Expand Down
4 changes: 2 additions & 2 deletions mysql/mysql.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package mysql
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"github.com/k8gege/LadonGo/port"
"github.com/k8gege/LadonGo/dic"
Expand Down
4 changes: 2 additions & 2 deletions ping/ping.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package ping
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"os/exec"
//"log"
Expand Down
4 changes: 2 additions & 2 deletions port/port.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package port
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"net"
"fmt"
Expand Down
4 changes: 2 additions & 2 deletions smb/SmbGhost.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package smb
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"bytes"
"fmt"
Expand Down
5 changes: 4 additions & 1 deletion smb/ms17010.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package smb

//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"encoding/binary"
"encoding/hex"
Expand Down
4 changes: 2 additions & 2 deletions smb/smb.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package smb
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"github.com/stacktitan/smb/smb"
"github.com/k8gege/LadonGo/port"
Expand Down
4 changes: 2 additions & 2 deletions ssh/ssh.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package ssh
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"github.com/k8gege/LadonGo/port"
"github.com/k8gege/LadonGo/dic"
Expand Down
4 changes: 2 additions & 2 deletions t3/t3.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package t3
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"bufio"
"bytes"
Expand Down
4 changes: 2 additions & 2 deletions worker/worker.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package worker
//Ladon Scanner for golang
//Author: k8gege
//K8Blog: http://k8gege.org
//Github: https://github.com/k8gege
//K8Blog: http://k8gege.org/Ladon
//Github: https://github.com/k8gege/LadonGo
import (
"sync"
"fmt"
Expand Down

0 comments on commit 6856da9

Please sign in to comment.