diff --git a/README.md b/README.md index b5c70e8..2b87664 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ import ( "fmt" "log" - "github.com/root4loot/rescope2/pkg/rescope" + "github.com/root4loot/rescope/pkg/rescope" ) func main() { diff --git a/cmd/main.go b/cmd/main.go index 2e690ea..cab58af 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -18,9 +18,9 @@ import ( "github.com/root4loot/goutils/log" "github.com/root4loot/goutils/sliceutil" "github.com/root4loot/goutils/urlutil" - "github.com/root4loot/rescope2/config" - "github.com/root4loot/rescope2/pkg/common" - "github.com/root4loot/rescope2/pkg/rescope" + "github.com/root4loot/rescope/config" + "github.com/root4loot/rescope/pkg/common" + "github.com/root4loot/rescope/pkg/rescope" "github.com/root4loot/scope" ) diff --git a/example/example.go b/example/example.go index 00e7042..39a3429 100644 --- a/example/example.go +++ b/example/example.go @@ -4,7 +4,7 @@ import ( "fmt" "log" - "github.com/root4loot/rescope2/pkg/rescope" + "github.com/root4loot/rescope/pkg/rescope" ) func main() { diff --git a/go.mod b/go.mod index 28040f5..56faa5a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/root4loot/rescope2 +module github.com/root4loot/rescope go 1.23.0 diff --git a/go.sum b/go.sum index 00e0bb7..4c90a6e 100644 --- a/go.sum +++ b/go.sum @@ -5,8 +5,6 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/root4loot/goutils v0.0.0-20241001082813-799fb4f452c1 h1:CZO8axBguxktTElMJwM9rHc7TUg0lh35kdb3hoA1fmE= -github.com/root4loot/goutils v0.0.0-20241001082813-799fb4f452c1/go.mod h1:PDY2j4kbvwpRIO8QqpBRyIEywBc8qhFPXCcyzsK7Y5w= github.com/root4loot/goutils v0.0.0-20241005165219-eb1bcf33780f h1:sYBJtCZHEviFJHFZpXlXousp1D2eVuKFDuI1WQ2ACGA= github.com/root4loot/goutils v0.0.0-20241005165219-eb1bcf33780f/go.mod h1:PDY2j4kbvwpRIO8QqpBRyIEywBc8qhFPXCcyzsK7Y5w= github.com/root4loot/scope v0.0.0-20240904154416-13aa57c33326 h1:GqyC9TdIDXUnG6dgtd1yCw4cUREzutzmS2MeQgRSIUE= diff --git a/pkg/bugbounty/bugcrowd/bugcrowd.go b/pkg/bugbounty/bugcrowd/bugcrowd.go index a8f4315..2fce3ee 100644 --- a/pkg/bugbounty/bugcrowd/bugcrowd.go +++ b/pkg/bugbounty/bugcrowd/bugcrowd.go @@ -12,7 +12,7 @@ import ( "github.com/root4loot/goutils/domainutil" "github.com/root4loot/goutils/log" "github.com/root4loot/goutils/sliceutil" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) type Bugcrowd struct { diff --git a/pkg/bugbounty/bugcrowd/bugcrowd_test.go b/pkg/bugbounty/bugcrowd/bugcrowd_test.go index 0fa3aad..6d727be 100644 --- a/pkg/bugbounty/bugcrowd/bugcrowd_test.go +++ b/pkg/bugbounty/bugcrowd/bugcrowd_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) var platform = Bugcrowd{} diff --git a/pkg/bugbounty/hackenproof/hackenproof.go b/pkg/bugbounty/hackenproof/hackenproof.go index eeb2ab6..c716d36 100644 --- a/pkg/bugbounty/hackenproof/hackenproof.go +++ b/pkg/bugbounty/hackenproof/hackenproof.go @@ -10,7 +10,7 @@ import ( "github.com/root4loot/goutils/log" "github.com/root4loot/goutils/sliceutil" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) type HackenProof struct { diff --git a/pkg/bugbounty/hackenproof/hackenproof_test.go b/pkg/bugbounty/hackenproof/hackenproof_test.go index 527e680..7be7ac5 100644 --- a/pkg/bugbounty/hackenproof/hackenproof_test.go +++ b/pkg/bugbounty/hackenproof/hackenproof_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) var platform = HackenProof{} diff --git a/pkg/bugbounty/hackerone/hackerone.go b/pkg/bugbounty/hackerone/hackerone.go index 68d850d..2d42bfa 100644 --- a/pkg/bugbounty/hackerone/hackerone.go +++ b/pkg/bugbounty/hackerone/hackerone.go @@ -11,7 +11,7 @@ import ( "strings" "github.com/root4loot/goutils/log" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) type HackerOne struct { diff --git a/pkg/bugbounty/hackerone/hackerone_test.go b/pkg/bugbounty/hackerone/hackerone_test.go index 42fc4ac..bc4b2a4 100644 --- a/pkg/bugbounty/hackerone/hackerone_test.go +++ b/pkg/bugbounty/hackerone/hackerone_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) var platform = HackerOne{} diff --git a/pkg/bugbounty/intigriti/intigriti.go b/pkg/bugbounty/intigriti/intigriti.go index 6ee16f4..1f72757 100644 --- a/pkg/bugbounty/intigriti/intigriti.go +++ b/pkg/bugbounty/intigriti/intigriti.go @@ -10,7 +10,7 @@ import ( "github.com/root4loot/goutils/log" "github.com/root4loot/goutils/sliceutil" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) type Intigriti struct { diff --git a/pkg/bugbounty/intigriti/intigrity_test.go b/pkg/bugbounty/intigriti/intigrity_test.go index 04f96be..172db01 100644 --- a/pkg/bugbounty/intigriti/intigrity_test.go +++ b/pkg/bugbounty/intigriti/intigrity_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) // create static intigrity struct diff --git a/pkg/bugbounty/yeswehack/yeswehack.go b/pkg/bugbounty/yeswehack/yeswehack.go index d2cd106..4966597 100644 --- a/pkg/bugbounty/yeswehack/yeswehack.go +++ b/pkg/bugbounty/yeswehack/yeswehack.go @@ -10,7 +10,7 @@ import ( "strings" "github.com/root4loot/goutils/log" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) type YesWeHack struct { diff --git a/pkg/bugbounty/yeswehack/yeswehack_test.go b/pkg/bugbounty/yeswehack/yeswehack_test.go index 0aab063..1369421 100644 --- a/pkg/bugbounty/yeswehack/yeswehack_test.go +++ b/pkg/bugbounty/yeswehack/yeswehack_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/common" ) var platform = YesWeHack{} diff --git a/pkg/rescope/rescope.go b/pkg/rescope/rescope.go index ce0704e..9ef1a5a 100644 --- a/pkg/rescope/rescope.go +++ b/pkg/rescope/rescope.go @@ -10,12 +10,12 @@ import ( "github.com/root4loot/goutils/domainutil" "github.com/root4loot/goutils/log" - "github.com/root4loot/rescope2/pkg/bugbounty/bugcrowd" - "github.com/root4loot/rescope2/pkg/bugbounty/hackenproof" - "github.com/root4loot/rescope2/pkg/bugbounty/hackerone" - "github.com/root4loot/rescope2/pkg/bugbounty/intigriti" - "github.com/root4loot/rescope2/pkg/bugbounty/yeswehack" - "github.com/root4loot/rescope2/pkg/common" + "github.com/root4loot/rescope/pkg/bugbounty/bugcrowd" + "github.com/root4loot/rescope/pkg/bugbounty/hackenproof" + "github.com/root4loot/rescope/pkg/bugbounty/hackerone" + "github.com/root4loot/rescope/pkg/bugbounty/intigriti" + "github.com/root4loot/rescope/pkg/bugbounty/yeswehack" + "github.com/root4loot/rescope/pkg/common" ) type Result interface {