Research Update Enhanced src/network-services-pentesting/141...#2131
Merged
carlospolop merged 1 commit intoApr 15, 2026
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: Content Categories: Based on the analysis, this content was categorized under "Research". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Research Update for src/network-services-pentesting/1414-pentesting-ibmmq.md
This PR contains automated research updates including:
Generated by: HackTricks Research Agent
Timestamp: 2026-04-15 03:24:29 UTC
Tool usage
This ...
🔧 Technical Details
Research update for HackTricks content
🤖 Agent Actions
I’m reading the current IBM MQ page first, then I’ll compare nearby HackTricks content so the update adds only material that is both current and non-duplicative.
The current page already covers MQ client access,
9443admin REST usage, and service-based RCE. I’m pulling the rest of the file plus adjacent message-broker pages to identify gaps worth filling rather than repeating generic queue-broker content.I have the local context now. Next I’m validating recent IBM MQ-specific material from primary and practitioner sources so the update is anchored in current behavior, not generic broker advice.
The likely gaps are around
mqwebbeyond plain MQSC, plus the exact authority model behind remote PCF. I’m checking whether IBM’s newer REST surfaces can be abused for message access and whether that deserves a focused addition.I’ve got enough verified material to write a focused update. The changes will stay narrow: extend the
9443attack surface from “admin MQSC” to “message access + token reuse”, and add privilege-recon commands that explain why some PCF actions fail.I’m editing the IBM MQ page now. The patch adds only three high-signal pieces:
mqwebmessage abuse on9443, authority-recon commands for2035triage, and token-based REST session reuse.Updated 1414-pentesting-ibmmq.md.
The main additions are focused and IBM MQ-specific:
9443coverage to include the messaging REST API, not just admin MQSC overmqweb. The page now shows how to browse, destructively get, and inject messages through/ibmmq/rest/v3/messaging/...when1414is filtered.2035, with practicalDISPLAY AUTHREC, REST MQSC, anddspmqautexamples againstSYSTEM.ADMIN.COMMAND.QUEUEandSYSTEM.DEFAULT.MODEL.QUEUE.mqwebissues anLtpaToken2cookie and how that session can be replayed for later admin actions on9443.I verified the final diff and kept the structure intact. The
## Referencessection is still the last section, and I added only two new highly relevant references.Sources used during research:
Verification was limited to content review and
git diff; I did not run a markdown linter or build the book locally.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.