Skip to content

1062930629/root-on-replit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

root脚本命令列表:

6条命令行依次输入

wget https://cdn.discordapp.com/attachments/853535040250970113/878590395611775016/yt.zip

unzip yt.zip && rm yt.zip

unzip root.zip && rm root.zip

tar -xvf root.tar.xz && rm root.tar.xz

./dist/proot -S . /bin/bash

su

拓展命令行:

更改root密码

passwd

安装sudo命令

apt-get install sudo

安装wget命令

apt-get update -y && apt-get install -y wget

安装curl命令

apt-get update -y && apt-get install curl -y

查看系统版本

cat /etc/issue

About

replit获取root权限

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published