Skip to content

lslab/HttpRpcServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

HttpRpcServer

httpRpcServer is a java httpServer for Rpc   use via Netty always use remote control in crawler or spider send command le pppoestart pppoestop 。

httpRpcServer-0.0.1.zip

appStart.cmd

HttpRpcServer listening on port:8844...

Url:http://127.0.0.1:8844/?

1、example: token=1&type=exec&cmd=netstat -ano

2、example: token=1&type=cmd&cmd=dir

3、example: token=1&type=pppoestart&args=userName userpwd

4、example: token=1&type=pppoestop

5、example: token=1&type=http&cmd=get&args=http://news.baidu.com/

http://127.0.0.1:8844/?token=1&type=http&cmd=get&args=http://news.baidu.com/

http://127.0.0.1:8844/?token=1&type=pppoestop http://127.0.0.1:8844/?token=1&type=pppoestart

http://127.0.0.1:8844/?token=1&type=cmd&cmd=dir http://127.0.0.1:8844/?token=1&type=exec&cmd=netstat -ano

About

httpRpcServer is a java httpServer for Rpc use via Netty always use remote control in crawler or spider send command le pppoestart pppoestop 。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.6%
  • Batchfile 1.4%