GithubHelp home page GithubHelp logo

vcs-prog's Introduction

Phần Linux Prog

Tải dịch vụ gcc để có thể chạy code c

sudo apt install gcc

Chạy Myid

Biên dịch myid.c

gcc myid.c -o myid

Chạy myid.c

./myid

Chạy Mypasswd

Biên dịch mypasswd.c

gcc mypasswd.c -o mypasswd -lcrypt

Chạy mypasswd.c (chạy dưới quyền root để có thể đọc/ghi các file)

./mypasswd

Phần SSH Logger

Tải dịch vụ SSH ở cả máy người dùng và các máy SSH đến

sudo apt install ssh

Chỉnh sửa file /etc/ssh/sshd_config

Thêm đoạn sau

PrintMotd no
PrintLastLog no
TCPKeepAlive yes
Banner /etc/issue.net
UsePAM yes
ChallengeResponseAuthentication yes
PasswordAuthentication yes
PermitRootLogin yes
PermitEmptyPasswords no

Chạy từng file sshtrojan bằng quyền root để cho phép ghi log

sudo bash sshtrojan1.sh

sudo bash sshtrojan2.sh

Phần HTTP Prog

Tải python3 hoặc sử dụng python3 để chạy các file python

File httpget.py

python3 httpget.py --url <link web http>

File httppost.py

python3 httppost.py --url <link web http> --user <tên user> --password <mật khẩu user>

File httpupload.py

python3 httpupload.py --url <link web http> --user <tên user có quyền quản lý> --password <mật khẩu user> --localfile <địa chỉ file ảnh đầy đủ>

File httpdownload.py

python3 httpdownload.py --url <link web http> --remotefile <địa chỉ bỏ đi domain chính>

vcs-prog's People

Contributors

kongsugoi avatar

Stargazers

Tran Minh Tuan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.