--- 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(-) ```