php-webshells icon indicating copy to clipboard operation
php-webshells copied to clipboard

Create miniwebshell.php

Open abhiabhi2306 opened this issue 5 years ago • 1 comments

It is a mini phpwebshell, with the basic functions :)

abhiabhi2306 avatar Oct 16 '18 05:10 abhiabhi2306

Work in progress on the md5sum branch.

tschaub avatar Sep 13 '13 00:09 tschaub

:+1: We need this.

iigorr avatar Nov 08 '13 12:11 iigorr

:+1: I like to clean out my build directory so I know I'm starting from a clean slate

Sparticuz avatar Jul 30 '14 20:07 Sparticuz

:+1:

Any progress on this? Would like to start using this plugin, but it doesn't seem very practical if it only works with "newer" files... When switching between branch A and branch B in git, you're bound to have files that are different (i.e. older) and need to be recompiled in order to get said branch to run properly. Otherwise, you may still be running code from branch A when working in branch B (unless when switching between branches, you ran through your tasks once without using newer -- which would be bothersome and hard to remember).

Driklyn avatar Jan 14 '15 21:01 Driklyn

I've picked up work from the md5sum branch on my fork - we'd also find it useful for the git branch switching scenario, will make a pull request linked to this issue when I'm done.

EDIT: However I just found https://github.com/researchgate/grunt-changed which may do all of this. In that case perhaps it is better to keep two separate plugins?

inversion avatar Feb 01 '15 13:02 inversion

Looks strikingly similar :).

@inversion I'd be curious to hear if grunt-changed meets your needs. It would be nice if the two tasks could share a common core. I'd be in support of working with @researchgate or anyone else on that effort.

tschaub avatar Feb 05 '15 17:02 tschaub

researchgate/grunt-changed is basically also a fork of grunt-newer, but changed to work on filechanges. If you have ideas on how we could share stuff between this two projects, we are also open put effort into this.

I also think having two plugins is probably better. If it would be one plugin with a config switch like method: 'content/timestamp/...' then there would need to be support of having different configurations to use in one gruntfile, as people might like to use different compare methods for different tasks and not sure if that would be easy possible. But you already mentioned the same in the first post.

danez avatar Mar 15 '15 11:03 danez