Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
efb-patch-middleware
Advanced tools
rm`
to reply to the message sent by yourself (telegram message cannot be edited )EFB 2.1.0
ETM 2.2.4
EWS 2.0.4
The /update_info
command will bind the current group to the WeChat chat one-to-one correspondence
The /relate_group
command binds the WeChat group to the current telegram group, and can be associated with multiple WeChat chats; repeated use will clear the previous binding relationship
The /release_group
command will delete all WeChat sessions bound to the telegram group
Add the following configuration under blueset.telegram/config.yaml
, and send the public account message to the -12334557
group (view the id through the /info
command)
tg_mp: -12334557 # telegram group id
file path ~/.ehforwarderbot/profiles/default/patch.PatchMiddleware/config.yaml
auto_mark_as_read: True # auto mark as read in wechat phone client
remove_emoji_in_title: True # wouldn't remove emoji in telegram group title if this is set False
strikethrough_recall_msg: True # strikethrough instead of replying to a recall message
pip3 install efb-patch-middleware
~/.ehforwarderbot/profiles/default/config.yaml
file add to configuration enable middleware
master_channel: blueset.telegram
slave_channels:
- blueset.wechat
middlewares:
- patch.PatchMiddleware
Data is saved under .ehforwarderbot/profiles/default/patch.PatchMiddleware/tg_group.db
/update_info
and /relate_group
/update_info
is the original command of efb, which will update the WeChat session avatar and name to the tg group, and only supports binding a WeChat session. Now this command has been extended to synchronize the WeChat session name with the tg group ID. Binding one-to-one correspondence. After the link fails, replace the original failed link with the latest one
/relate_group
is a new command for middleware. The application scenario is that tg group is used when binding multiple WeChat sessions. (Usually when multiple public accounts are bound to a tg group.) A message needs to be answered when used
[1]: Forward picture-type messages received by WeChat end usually with author name, remove picture title when forwarding such messages
FAQs
Patch middleware for EH Forwarder Bot, enhance functions.
We found that efb-patch-middleware demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.