Skip to content

Commit

Permalink
remove replace, renamed module
Browse files Browse the repository at this point in the history
  • Loading branch information
x90skysn3k committed Jun 14, 2024
1 parent 8551fc4 commit 7e6ce16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
16 changes: 8 additions & 8 deletions brute/rdp.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import (
"net"
"time"

"github.com/tomatome/grdp/core"
"github.com/tomatome/grdp/glog"
"github.com/tomatome/grdp/protocol/nla"
"github.com/tomatome/grdp/protocol/pdu"
"github.com/tomatome/grdp/protocol/sec"
"github.com/tomatome/grdp/protocol/t125"
"github.com/tomatome/grdp/protocol/tpkt"
"github.com/tomatome/grdp/protocol/x224"
"github.com/x90skysn3k/grdp/core"
"github.com/x90skysn3k/grdp/glog"
"github.com/x90skysn3k/grdp/protocol/nla"
"github.com/x90skysn3k/grdp/protocol/pdu"
"github.com/x90skysn3k/grdp/protocol/sec"
"github.com/x90skysn3k/grdp/protocol/t125"
"github.com/x90skysn3k/grdp/protocol/tpkt"
"github.com/x90skysn3k/grdp/protocol/x224"
)

func BruteRDP(host string, port int, user, password string, timeout time.Duration) (bool, bool) {
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ require (
github.com/multiplay/go-ts3 v1.2.0
github.com/pterm/pterm v0.12.79
github.com/sijms/go-ora/v2 v2.8.19
github.com/tomatome/grdp v0.1.0
github.com/wenerme/astgo v0.0.0-20230926205800-1b5bc38663fa
github.com/x90skysn3k/grdp v0.0.0-20240614212340-82874dbd1eae
go.mongodb.org/mongo-driver v1.15.0
golang.org/x/crypto v0.24.0
gosrc.io/xmpp v0.5.1
Expand Down Expand Up @@ -63,5 +63,3 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
nhooyr.io/websocket v1.6.5 // indirect
)

replace github.com/tomatome/grdp => github.com/olljanat/grdp v0.0.0-20231207101320-9e4c98c8d159
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ github.com/multiplay/go-ts3 v1.2.0 h1:LaN6iz9TZjHXxhLwfU0gjUgDxX0Hq7BCbuyuRhYMl3
github.com/multiplay/go-ts3 v1.2.0/go.mod h1:OdNmiO3uV++4SldaJDQTIGg8gNAu5MOiccZiAqVqUZA=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/olljanat/grdp v0.0.0-20231207101320-9e4c98c8d159 h1:aXMzmpDffZbI5SorkdNihjum/GrYgQBBIR84vE58bHk=
github.com/olljanat/grdp v0.0.0-20231207101320-9e4c98c8d159/go.mod h1:ru5UpP6hgzeLs08FF6x3N6ko6LJWjBUpavMWTJ2TPwE=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
Expand Down Expand Up @@ -221,6 +219,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
github.com/twitchyliquid64/golang-asm v0.0.0-20190126203739-365674df15fc/go.mod h1:NoCfSFWosfqMqmmD7hApkirIK9ozpHjxRnRxs1l413A=
github.com/wenerme/astgo v0.0.0-20230926205800-1b5bc38663fa h1:3ZDCT6V1icd65zFHJVhft0Qt+9wZVhAjQsLj2DA6jmI=
github.com/wenerme/astgo v0.0.0-20230926205800-1b5bc38663fa/go.mod h1:3GHkdgEPEKD2hQHfHkpwDKgH2ZGDbUAeo8M4ZfmaIwI=
github.com/x90skysn3k/grdp v0.0.0-20240614212340-82874dbd1eae h1:Yz6iX6RlkXxUgXb3EKbZcgYO11uWvywJ9IEecaCDOaY=
github.com/x90skysn3k/grdp v0.0.0-20240614212340-82874dbd1eae/go.mod h1:SjYR4S95oYYshCtxWNv1JUzfKPZXru2YoKa95sZyCHs=
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=
Expand Down

0 comments on commit 7e6ce16

Please sign in to comment.