Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/go/src/cmd/go/testdata/script/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     mod_lazy_consistency.txt (1.91 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
# If the root requirements in a lazy module are inconsistent
# (for example, due to a bad hand-edit or git merge),
# they can go unnoticed as long as the module with the violated
# requirement is not used.
# When we load a package from that module, we should spot-check its
# requirements and either emit an error or update the go.mod file.

cp go.mod go.mod.orig


# If we load package x from x.1, we only check the requirements of x,
# which are fine: loading succeeds.

go list -deps ./usex
stdout '^example.net/x$'
cmp go.mod go.mod.orig


# However, if we load needx2, we should load the requirements of needx2.
# Those requirements indicate x.2, not x.1, so the module graph is
# inconsistent and needs to be fixed.

! go list -deps ./useneedx2
stderr '^go: updates to go.mod needed; to update it:\n\tgo mod tidy$'

! go list -deps example.net/needx2
stderr '^go: updates to go.mod needed; to update it:\n\tgo mod tidy$'


# The command printed in the error message should fix the problem.

go mod tidy
go list -deps ./useneedx2
stdout '^example.net/m/useneedx2$'
stdout '^example.net/needx2$'
stdout '^example.net/x$'

go list -m all
stdout '^example.net/needx2 v0\.1\.0 '
stdout '^example.net/x v0\.2\.0 '


-- go.mod --
module example.net/m

go 1.17

require (
	example.net/needx2 v0.1.0
	example.net/x v0.1.0
)

replace (
	example.net/needx2 v0.1.0 => ./needx2.1
	example.net/x v0.1.0 => ./x.1
	example.net/x v0.2.0 => ./x.2
)
-- useneedx2/useneedx2.go --
package useneedx2

import _ "example.net/needx2"
-- usex/usex.go --
package usex

import _ "example.net/x"

-- x.1/go.mod --
module example.com/x

go 1.17
-- x.1/x.go --
package x

-- x.2/go.mod --
module example.com/x

go 1.17
-- x.2/x.go --
package x

const AddedInV2 = true

-- needx2.1/go.mod --
module example.com/x

go 1.17

require example.net/x v0.2.0
-- needx2.1/needx2.go --
// Package needx2 needs x v0.2.0 or higher.
package needx2

import "example.net/x"

var _ = x.AddedInV2

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0063 ]--