radare2/man/r2agent.1

36 lines
645 B
Groff
Raw Permalink Normal View History

2016-07-28 19:37:01 +08:00
.Dd Jul 28, 2016
.Dt R2AGENT 1
.Sh NAME
.Nm r2agent
2016-07-28 19:37:01 +08:00
.Nd radare2 remoting manager TODO
.Sh SYNOPSIS
.Nm r2agent
.Op Fl adhs
.Op Fl p Ar PORT
.Sh DESCRIPTION
Spawn a server... TODO
.Bl -tag -width Fl
.It Fl a, Cm all
Listen for everyone (localhost by default)
.It Fl d, Cm daemon
Run in daemon mode
.It Fl h, Cm help
Show help prompt
.It Fl s, Cm sandbox
Run in sandbox mode
2019-01-10 17:51:51 +08:00
.It Fl u, Cm httpauth
2023-01-15 23:08:49 +08:00
Enable HTTP Authentication support
2019-01-10 17:51:51 +08:00
.It Fl t, Cm httpauthfile
2023-01-15 23:08:49 +08:00
user:password authentication file
2016-07-28 19:37:01 +08:00
.It Fl p, Cm port Ar PORT
Specify listening port for the agent
2016-08-07 07:43:16 +08:00
.It Fl v
Show version information
2016-07-28 19:37:01 +08:00
.El
.Sh EXAMPLES
.Pp
TODO
.Sh SEE ALSO
.Pp
.Xr radare2(1)