Jenkins RCE with Groovy Script
Last updated
Last updated
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
이것은 Jenkins에서 새 프로젝트를 만드는 것보다 덜 시끄럽습니다.
_path_jenkins/script_로 이동합니다.
텍스트 상자에 스크립트를 입력합니다.
You could execute a command using: cmd.exe /c dir
In linux you can do: "ls /".execute().text
If you need to use quotes and single quotes inside the text. You can use """PAYLOAD""" (triple double quotes) to execute the payload.
또 다른 유용한 groovy 스크립트는 (replace [INSERT COMMAND]):
PS 리버스 셸로 HTTP 서버를 준비하고 Jeking을 사용하여 다운로드하고 실행할 수 있습니다:
이 프로세스는 이 스크립트로 자동화할 수 있습니다.
MSF를 사용하여 리버스 셸을 얻을 수 있습니다:
AWS 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE) GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE)