
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Move all SQS messages from one queue to another, with an ability to modify the message
Move all SQS messages from one queue to another, with an ability to modify the message
This can be helpful when you want to reprocess all messages from a deadletter queue.
$ npm install -g move-sqs
$ move-sqs --help
Move all SQS messages from one queue to another, with an ability to modify the message
Usage
$ move-sqs <input>
Options
--source-queue-url, -s Source AWS SQS Queue URL
--destination-queue-url, -d Destination AWS SQS Queue URL
--region, -r AWS Region
--access-key-id, -k AWS Access Key ID
--secret-access-key, -S AWS Secret Access Key
--merge-json-message-with, -o (OPTIONAL) Merge the json message body with a given json string
$ move-sqs --sourceQueueUrl \"https://sqs.eu-west-1.amazonaws.com/123456789012/from-queue" --destinationQueueUrl "https://sqs.eu-west-1.amazonaws.com/123456789012/to-queue" --region "eu-west-1" --accessKeyId "YourAwsAccessKeyId" --secretAccessKey "YourAwsSecretKey"
$ move-sqs --sourceQueueUrl "https://sqs.eu-west-1.amazonaws.com/123456789012/from-queue" --destinationQueueUrl "https://sqs.eu-west-1.amazonaws.com/123456789012/to-queue" --region "eu-west-1" --accessKeyId "YourAwsAccessKeyId" --secretAccessKey "YourAwsSecretKey" --merge-json-message-with "{\"someAttribute\": \"weWantToChangeOrSet\"}"
The --merge-json-message-with
argument is optional.
You can use it to modify the message body. The tool will parse the message body as json + parse your input as json. Then it will perform a merge of the two and send the result to the destination queue.
FAQs
Move all SQS messages from one queue to another, with an ability to modify the message
The npm package move-sqs receives a total of 11 weekly downloads. As such, move-sqs popularity was classified as not popular.
We found that move-sqs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.