mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2026-02-15 00:56:32 +00:00
Compare commits
4 Commits
test/chack
...
test/chack
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28e773ff2d | ||
|
|
06756b8d0f | ||
|
|
5c2ed8576e | ||
|
|
10de2d0540 |
22
.github/workflows/chack-agent-pr-triage.yml
vendored
22
.github/workflows/chack-agent-pr-triage.yml
vendored
@@ -7,8 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
chack_agent_triage:
|
chack_agent_triage:
|
||||||
# Temporarily disabled by maintainer request.
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
if: ${{ false && github.event.workflow_run.conclusion == 'success' }}
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -83,12 +82,24 @@ jobs:
|
|||||||
${{ steps.gate.outputs.base_ref }} \
|
${{ steps.gate.outputs.base_ref }} \
|
||||||
+refs/pull/${{ steps.gate.outputs.pr_number }}/head
|
+refs/pull/${{ steps.gate.outputs.pr_number }}/head
|
||||||
|
|
||||||
|
- name: Set up Node.js for Codex
|
||||||
|
if: ${{ steps.gate.outputs.should_run == 'true' }}
|
||||||
|
uses: actions/setup-node@v5
|
||||||
|
with:
|
||||||
|
node-version: "20"
|
||||||
|
|
||||||
|
- name: Install Codex CLI
|
||||||
|
if: ${{ steps.gate.outputs.should_run == 'true' }}
|
||||||
|
run: |
|
||||||
|
npm install -g @openai/codex
|
||||||
|
codex --version
|
||||||
|
|
||||||
- name: Run Chack Agent
|
- name: Run Chack Agent
|
||||||
id: run_chack
|
id: run_chack
|
||||||
if: ${{ steps.gate.outputs.should_run == 'true' }}
|
if: ${{ steps.gate.outputs.should_run == 'true' }}
|
||||||
uses: carlospolop/chack-agent@master
|
uses: carlospolop/chack-agent@master
|
||||||
with:
|
with:
|
||||||
provider: openrouter
|
provider: codex
|
||||||
model_primary: CHEAP_BUT_QUALITY
|
model_primary: CHEAP_BUT_QUALITY
|
||||||
main_action: peass-ng
|
main_action: peass-ng
|
||||||
sub_action: Chack-Agent PR Triage
|
sub_action: Chack-Agent PR Triage
|
||||||
@@ -123,7 +134,7 @@ jobs:
|
|||||||
|
|
||||||
Output JSON only, following the provided schema:
|
Output JSON only, following the provided schema:
|
||||||
.github/chack-agent/pr-merge-schema.json
|
.github/chack-agent/pr-merge-schema.json
|
||||||
openrouter_api_key: ${{ secrets.OPENROUTER_API_KEY }}
|
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
|
||||||
|
|
||||||
- name: Parse Chack Agent decision
|
- name: Parse Chack Agent decision
|
||||||
id: parse
|
id: parse
|
||||||
@@ -157,8 +168,7 @@ jobs:
|
|||||||
merge_or_comment:
|
merge_or_comment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: chack_agent_triage
|
needs: chack_agent_triage
|
||||||
# Temporarily disabled by maintainer request.
|
if: ${{ github.event.workflow_run.conclusion == 'success' && needs.chack_agent_triage.outputs.should_run == 'true' && needs.chack_agent_triage.outputs.decision != '' }}
|
||||||
if: ${{ false && github.event.workflow_run.conclusion == 'success' && needs.chack_agent_triage.outputs.should_run == 'true' && needs.chack_agent_triage.outputs.decision != '' }}
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
chack_agent_fix_master_failure:
|
chack_agent_fix_master_failure:
|
||||||
# Temporarily disabled by maintainer request.
|
|
||||||
if: >
|
if: >
|
||||||
${{ false && github.event.workflow_run.conclusion == 'failure' &&
|
${{ github.event.workflow_run.conclusion == 'failure' &&
|
||||||
github.event.workflow_run.head_branch == 'master' &&
|
github.event.workflow_run.head_branch == 'master' &&
|
||||||
!startsWith(github.event.workflow_run.head_commit.message, 'Fix CI-master failures for run #') }}
|
!startsWith(github.event.workflow_run.head_commit.message, 'Fix CI-master failures for run #') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -98,11 +97,21 @@ jobs:
|
|||||||
echo "Leave the repo in a state ready to commit; changes will be committed and pushed automatically."
|
echo "Leave the repo in a state ready to commit; changes will be committed and pushed automatically."
|
||||||
} > chack_prompt.txt
|
} > chack_prompt.txt
|
||||||
|
|
||||||
|
- name: Set up Node.js for Codex
|
||||||
|
uses: actions/setup-node@v5
|
||||||
|
with:
|
||||||
|
node-version: "20"
|
||||||
|
|
||||||
|
- name: Install Codex CLI
|
||||||
|
run: |
|
||||||
|
npm install -g @openai/codex
|
||||||
|
codex --version
|
||||||
|
|
||||||
- name: Run Chack Agent
|
- name: Run Chack Agent
|
||||||
id: run_chack
|
id: run_chack
|
||||||
uses: carlospolop/chack-agent@master
|
uses: carlospolop/chack-agent@master
|
||||||
with:
|
with:
|
||||||
provider: openrouter
|
provider: codex
|
||||||
model_primary: CHEAP_BUT_QUALITY
|
model_primary: CHEAP_BUT_QUALITY
|
||||||
main_action: peass-ng
|
main_action: peass-ng
|
||||||
sub_action: CI-master Failure Chack-Agent PR
|
sub_action: CI-master Failure Chack-Agent PR
|
||||||
@@ -113,7 +122,7 @@ jobs:
|
|||||||
tools_config_json: "{\"exec_enabled\": true}"
|
tools_config_json: "{\"exec_enabled\": true}"
|
||||||
session_config_json: "{\"long_term_memory_enabled\": false}"
|
session_config_json: "{\"long_term_memory_enabled\": false}"
|
||||||
agent_config_json: "{\"self_critique_enabled\": false, \"require_task_list_init_first\": true}"
|
agent_config_json: "{\"self_critique_enabled\": false, \"require_task_list_init_first\": true}"
|
||||||
openrouter_api_key: ${{ secrets.OPENROUTER_API_KEY }}
|
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
|
||||||
|
|
||||||
- name: Commit and push fix branch if changed
|
- name: Commit and push fix branch if changed
|
||||||
id: push_fix
|
id: push_fix
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
resolve_pr_context:
|
resolve_pr_context:
|
||||||
# Temporarily disabled by maintainer request.
|
|
||||||
if: >
|
if: >
|
||||||
${{ false && github.event.workflow_run.conclusion == 'failure' &&
|
${{ github.event.workflow_run.conclusion == 'failure' &&
|
||||||
github.event.workflow_run.pull_requests &&
|
github.event.workflow_run.pull_requests &&
|
||||||
github.event.workflow_run.pull_requests[0] &&
|
github.event.workflow_run.pull_requests[0] &&
|
||||||
!startsWith(github.event.workflow_run.head_commit.message, 'Fix CI failures for PR #') }}
|
!startsWith(github.event.workflow_run.head_commit.message, 'Fix CI failures for PR #') }}
|
||||||
@@ -58,8 +57,7 @@ jobs:
|
|||||||
|
|
||||||
chack_agent_on_failure:
|
chack_agent_on_failure:
|
||||||
needs: resolve_pr_context
|
needs: resolve_pr_context
|
||||||
# Temporarily disabled by maintainer request.
|
if: ${{ needs.resolve_pr_context.outputs.author == 'carlospolop' && needs.resolve_pr_context.outputs.should_run == 'true' }}
|
||||||
if: ${{ false && needs.resolve_pr_context.outputs.author == 'carlospolop' && needs.resolve_pr_context.outputs.should_run == 'true' }}
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -156,11 +154,21 @@ jobs:
|
|||||||
echo "Leave the repo in a state ready to commit as when you finish, it'll be automatically committed and pushed."
|
echo "Leave the repo in a state ready to commit as when you finish, it'll be automatically committed and pushed."
|
||||||
} > chack_prompt.txt
|
} > chack_prompt.txt
|
||||||
|
|
||||||
|
- name: Set up Node.js for Codex
|
||||||
|
uses: actions/setup-node@v5
|
||||||
|
with:
|
||||||
|
node-version: "20"
|
||||||
|
|
||||||
|
- name: Install Codex CLI
|
||||||
|
run: |
|
||||||
|
npm install -g @openai/codex
|
||||||
|
codex --version
|
||||||
|
|
||||||
- name: Run Chack Agent
|
- name: Run Chack Agent
|
||||||
id: run_chack
|
id: run_chack
|
||||||
uses: carlospolop/chack-agent@master
|
uses: carlospolop/chack-agent@master
|
||||||
with:
|
with:
|
||||||
provider: openrouter
|
provider: codex
|
||||||
model_primary: CHEAP_BUT_QUALITY
|
model_primary: CHEAP_BUT_QUALITY
|
||||||
main_action: peass-ng
|
main_action: peass-ng
|
||||||
sub_action: PR Failure Chack-Agent Dispatch
|
sub_action: PR Failure Chack-Agent Dispatch
|
||||||
@@ -172,7 +180,7 @@ jobs:
|
|||||||
tools_config_json: "{\"exec_enabled\": true}"
|
tools_config_json: "{\"exec_enabled\": true}"
|
||||||
session_config_json: "{\"long_term_memory_enabled\": false}"
|
session_config_json: "{\"long_term_memory_enabled\": false}"
|
||||||
agent_config_json: "{\"self_critique_enabled\": false, \"require_task_list_init_first\": true}"
|
agent_config_json: "{\"self_critique_enabled\": false, \"require_task_list_init_first\": true}"
|
||||||
openrouter_api_key: ${{ secrets.OPENROUTER_API_KEY }}
|
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
|
||||||
|
|
||||||
- name: Commit and push if changed
|
- name: Commit and push if changed
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
# Title: Users Information - subuid/subgid mappings
|
||||||
|
# ID: UG_Subuid_subgid_mappings
|
||||||
|
# Author: Carlos Polop
|
||||||
|
# Last Update: 13-02-2026
|
||||||
|
# Description: Show delegated user namespace ID ranges from /etc/subuid and /etc/subgid.
|
||||||
|
# License: GNU GPL
|
||||||
|
# Version: 1.0
|
||||||
|
# Functions Used: print_2title
|
||||||
|
# Global Variables: $MACPEAS
|
||||||
|
# Initial Functions:
|
||||||
|
# Generated Global Variables:
|
||||||
|
# Fat linpeas: 0
|
||||||
|
# Small linpeas: 1
|
||||||
|
|
||||||
|
|
||||||
|
print_2title "User namespace mappings (subuid/subgid)"
|
||||||
|
if [ "$MACPEAS" ]; then
|
||||||
|
echo "Not applicable on macOS"
|
||||||
|
else
|
||||||
|
if [ -r /etc/subuid ]; then
|
||||||
|
echo "subuid:"
|
||||||
|
grep -v -E '^\s*#|^\s*$' /etc/subuid 2>/dev/null
|
||||||
|
else
|
||||||
|
echo "/etc/subuid not readable or not present"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -r /etc/subgid ]; then
|
||||||
|
echo ""
|
||||||
|
echo "subgid:"
|
||||||
|
grep -v -E '^\s*#|^\s*$' /etc/subgid 2>/dev/null
|
||||||
|
else
|
||||||
|
echo "/etc/subgid not readable or not present"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
echo ""
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ class LinpeasBuilder:
|
|||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
print("[+] Building variables...")
|
print("[+] Building variables...")
|
||||||
variables = self.__generate_variables()
|
variables = self.__generate_variabless()
|
||||||
self.__replace_mark(PEAS_VARIABLES_MARKUP, variables, "")
|
self.__replace_mark(PEAS_VARIABLES_MARKUP, variables, "")
|
||||||
|
|
||||||
if len(re.findall(r"PSTORAGE_[a-zA-Z0-9_]+", self.linpeas_sh)) > 1: #Only add storages if there are storages (PSTORAGE_BACKUPS is always there so it doesn't count)
|
if len(re.findall(r"PSTORAGE_[a-zA-Z0-9_]+", self.linpeas_sh)) > 1: #Only add storages if there are storages (PSTORAGE_BACKUPS is always there so it doesn't count)
|
||||||
|
|||||||
Reference in New Issue
Block a user