Do It by Code
54 subscribers
713 photos
99 videos
15 files
1.24K links
We uhhhhh... do things by coding them.
Download Telegram
Forwarded from Dev Miscellaneous (davide. φ)
Soft Deletion Probably Isn't Worth It

https://brandur.org/soft-deletion

@DevMisc
#sql #misc
Authorization Bypass vulnerability in POST SMTP Mailer, a WordPress plugin with over 300,000+ active installations

PoC: https://github.com/UlyssesSaicha/CVE-2023-6875
Blog: https://www.wordfence.com/blog/2024/01/type-juggling-leads-to-two-vulnerabilities-in-post-smtp-mailer-wordpress-plugin/
Security Advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-6875
توی این ریپو لیست بلاگ‌های مربوط به مهندسی نرم‌افزار هست و خیلی تکمیله.

https://github.com/kilimchoi/engineering-blogs

@DevTwitter | <Amirreza/>
AES input size is exactly 16 bytes. But you can apply AES endlessly if you divide your data into a stream of blocks of 16 bytes.
ARMv8 AArch64/ARM64 Full Beginner's Assembly Tutorial
Article, Comments
Forwarded from M CyberBlack
سلام دوستان وقت بخیر . کسی با insecure registry docker کار کرده که بتونه ریپو رو از nexus دریافت کنه و آدرسurl رو تو فایل daemon.json بزاره ؟ ممنون میشم اگر راهنمایی کنید مرسی
Forwarded from Arman
M CyberBlack
سلام دوستان وقت بخیر . کسی با insecure registry docker کار کرده که بتونه ریپو رو از nexus دریافت کنه و آدرسurl رو تو فایل daemon.json بزاره ؟ ممنون میشم اگر راهنمایی کنید مرسی
sudo bash -c 'cat > /etc/docker/daemon.json <<EOF
{
"insecure-registries" : ["https://docker.example .com"],
"registry-mirrors": ["https://docker.example.com"]
}
EOF'

systemctl restart docker
👍1