Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ronin-rb/ronin-agent-php

A ronin agent written in PHP
https://github.com/ronin-rb/ronin-agent-php

Removed the Twitter account link.

951686e0c52eb3fb84db32d4a08fc2115bb4cc67 authored over 1 year ago
Added a link to Mastodon.

3febde1e67af3cbf0788109c4ec5449cde967d6e authored about 2 years ago
Removed the Slack link (Discord is better).

19d20711f719f2e97642c3d1ff8487cc7aa37ba6 authored about 2 years ago
Mention that the agent.php file must be ran under php.

* PHP isn't really an executable file.

c919e347c96d4fb026d7d5d82e1453c7f1f818c9 authored about 3 years ago
Added a Synopsis section.

1e12a8f36d6f77e2e13cf65954dd7a88ea9a15bd authored about 3 years ago
Added a --help option and print the usage if no args are given.

5c34a48c990549f72812108183f453181a94c422 authored about 3 years ago
Renamed rpc.php to agent.php.

c82afe011cf5d96c71ba15f1fef0e8c4c992891f authored about 3 years ago
Added a Features section.

ba6c6b4d0af7d19349e8f5e04e806fc828901761 authored about 3 years ago
Update the copyright years.

29b20d0d98514d6803342b200b1a96c7515859d0 authored about 3 years ago
Added a SECURITY.md file per GitHub Community Policy (closes #3).

690e23561361e03b154f066efef207277b0adebf authored about 3 years ago
Removed IRC link.

43a9c585d30851a79ca304818beb1d0aa964466f authored over 3 years ago
Missed a spot.

bc47ec1785cc5d432ab2a631344d715e1c43c67d authored almost 4 years ago
Added a README.

329d2525d4eb46c1a14d2898a6e0969f3653fd9f authored almost 4 years ago
More https://.

7ccdbbed548224f43b758b602e56be5993f48063 authored almost 4 years ago
Changed the PHP RPC payload to embed responses in <rpc:response> tags.

4a318dbacc265617afe6661340be867ad191be3a authored over 12 years ago
Check if $request->env is set.

6eed279c780e2355f788e22efe782435c00ffa9a authored almost 13 years ago
Oops that should be urldecode.

551d33e4d95080d45570fb970d6220caf5e8a0a0 authored almost 13 years ago
Merge branch 'php-rpc-standalone'

ef6d098e4a3999a69ba60fbe3c07b21bf482902c authored almost 13 years ago
Let's fake a proper HTTP server and require HTTP/x.y.

2efe7fa9603fee50ba06b4ac33b74ab0d7bc20df authored almost 13 years ago
Make sure to uridecode the received request.

b58f586aed68310693259aa57f13015d3aaa3568 authored almost 13 years ago
Minor regexp adjustment.

1db9d13b9a91f81e196f82b68902f803dfe6c7ab authored almost 13 years ago
Initial functionality for stand alone web server

04892f1d9a09c5e8a72b6574eb54668c00bbdae5 authored almost 13 years ago
Merge branch 'rpc_http_rfi'

* Thanks @evoltech!

014422ac08ec36235c9335ef9a94a313dedc7e5a authored almost 13 years ago
Removing a debug log statement

850d2ba2b407f7399e582b10b112dd1a19002f1d authored almost 13 years ago
Bug fix to correctly lookup the rpc method name

391ef19c0a3021cef6b93aef75f3eb9662a05983 authored almost 13 years ago
Updated the PHP RPC payload to use _request and <response>.

eb6d923348d9480a210b5797ab4d710e371e303b authored almost 13 years ago
Added rpc_serialize and rpc_deserialize.

257bf254d609cdfe1c74c15c76904e3941334933 authored about 13 years ago
Added rpc_lookup for converting RPC function names to the PHP function names.

9151aa33213cb47ae3124fc7b92850540b80f91f authored about 13 years ago
Style.

15ecd585162109e2cd3e11b4bac5cd5d582d5e10 authored about 13 years ago
Store the function to call in the 'name' field.

99258ed1bd81f395a2ab3771eef56db0edbe2d63 authored about 13 years ago
Fixed rpc_fs_readdir.

ca5d2ead8581d6d1d4b1e6777577605496f1a4f6 authored about 13 years ago
Added PostExploiation::Resources::FS#readlink.

eb200fdb4746d77f6501ac116e1c933fab4f68fa authored about 13 years ago
Added readdir RPC functions.

74a5650b5bde0213db721a5b693026ea18fe3220 authored about 13 years ago
RPC Protocol: use {return: value} for return-values and {exception: mesg} for exceptions.

9a89128521965d47351dde14c6012810243b09ff authored about 13 years ago
Rewrote FS.read to mirror the Ruby PostExploitation::IO#read.

* Added FS.each_block.

0327812d1673e14a52691693cd0e636ab466d59b authored over 13 years ago
Added the FS, Process and Shell PostExploitation Resources.

572d042f1f46910812b93df5ba8faa6f0c09de6b authored over 13 years ago
Added basic JavaScript code for communicating with the PHP-RPC Payload.

ef40e19acdb34aac1b9bce6afe07185f0cf4cacc authored over 13 years ago
E_ERROR is never passed to error handlers.

138daee99d2f0412d92506eb78cfaea87680e198 authored over 13 years ago
Added rpc_parse_env and use array_diff_assoc to compute the diff of ENVs.

eeeb90878871d825f93de33d52fbcdefdd79b862 authored over 13 years ago
Load the RPC Console CSS as well.

* Only load the RPC Console for when we're not making a RPC Request.

a84b7e6ee42d56b8c10d5fa83cfcf21e3c1eb2ad authored over 13 years ago
Renamed PostExploitation::Resources::Sys to Process.

e892ea39b89e59b412498b4e7c307fde160949b2 authored over 13 years ago
Ensure that fs_chdir and sys_chdir return the new working-directory.

baefb1bbb1e7b0ac55ff25d1b9fcce308ea7fabb authored over 13 years ago
Diff the ENv variables before and after running a shell command, to track what changed.

6037bc72076e3cd2454cd5ef332de0601a1c87cf authored over 13 years ago
Prefix app constants with RPC_.

6b0a8d9e304d490c9386fbba0aa79abdf7151fec authored over 13 years ago
Fixed more typs.

36675d953918a398315dfc8d6f426514eb3b37c1 authored over 13 years ago
Syntax/typos.

f3d49b10ae8588f7ea046aa8d1db13c609520378 authored over 13 years ago
Allow the second argument of rpc_sys_kill to be omitted.

748275770b90d62ac8884500ffb6ef88e9439978 authored over 13 years ago
Properly escape the command arguments.

2ffb81aba73b9fd4201fc53215fce8190e783748 authored over 13 years ago
Implemented sys_spawn.

7a1988f07f1f691b214bc72f5d932a12bd48e348 authored over 13 years ago
Fixed a typo.

53e0a3d4fa5c63661536842a711d8ec2f2439b4e authored over 13 years ago
Renamed the RPC payload to rpc.php.

cfa18f042512ecb72019180d758fd9733713389b authored over 13 years ago
Plan to include a pure-javascript UI for the PHP RPC payload.

b4786619a8e23a55a0f49d157d1a989a08be193f authored over 13 years ago
Correctly call posix_* methods.

fbe067bfa849c08f66bcb0421ca4cfcc756230c4 authored over 13 years ago
Note where json_encode / json_decode were sourced from.

1144855865f0d4ee6e43a9b2bba4530c4c071418 authored over 13 years ago
Added the beginning of a PostExploitation compatible PHP Payload.

637e68fad5233ed213d9a2a279884ca91523b98d authored over 13 years ago
Upgraded from the GPL-2 to GPL-3.

baaef09dd9d9b2e67b4a47459ee96a32bcea45d2 authored over 13 years ago
* Refactoring continues, added Hoe build environment.

9582f89d6cef88ad5547391656640d170da0acd0 authored about 17 years ago