From 6ed89b47f047d2fbf39412c30fdf7507d38f1e2c Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 1 Mar 2026 15:00:02 +0100 Subject: [PATCH] post: commit 80f619f in bojemoi --- .../commits/2026-03-01-commit-80f619f.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-03-01-commit-80f619f.md diff --git a/content/posts/commits/2026-03-01-commit-80f619f.md b/content/posts/commits/2026-03-01-commit-80f619f.md new file mode 100644 index 0000000..7e416fd --- /dev/null +++ b/content/posts/commits/2026-03-01-commit-80f619f.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] uzi: skip LPORT for non-network payloads (generic, exec, download_exec)" +date: 2026-03-01T15:00:02+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 80f619f par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `80f619f` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `80f619feee2d271a6684bc493f251b2c15dbc78a` | + + +### Description + +Payloads like cmd/unix/generic, php/exec, php/download_exec don't expose +LPORT either. Guard both LHOST and LPORT with an is_network_payload check +(payload name contains 'reverse' or 'bind'). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_uzi +``` + +### Diff Summary + +``` + borodino/thearm_uzi | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) +```