✍ELLISSI NARRATIVA: cos'è e come funziona📖
#writingtips
Quando scrivi una storia, non sempre è necessario raccontare ogni singolo dettaglio. A volte ciò che non dici può essere tanto potente quanto ciò che racconti.
Cos’è l’ellissi?
👉 È una omissione deliberata di eventi o informazioni nella narrazione, che il lettore può intuire o ricostruire da solo.
Perché usarla?
✔️ Mantiene la narrazione snella e dinamica.
✔️ Fa salti temporali senza annoiare.
✔️ Coinvolge il lettore, che compie mentalmente il salto narrativo.
📌 Come si riconosce nella pratica?
Spazi bianchi tra paragrafi o capitoli.
Frasi come: “Due mesi dopo…”
🎯 Risultato:
L’autore lascia “buchi” narrativi da colmare con l’immaginazione, trasformando il lettore in parte attiva della storia.
✨ L’ellissi non è un vuoto casuale, ma una scelta per accentuare ritmo, suspense o evoluzione dei personaggi.
@writingway
🙌Se pensi che questo post possa essere interessante per altre persone, condividilo cliccando sulla freccia a destra.
👨💻 Attacking MongoDB.
• MongoDB — это кроссплатформенная документо-ориентированная система управления базами данных. Относясь к категории NoSQL, MongoDB отказывается от традиционной таблично-ориентированной структуры реляционных баз данных в пользу JSON-документов с динамическими схемами, что делает интеграцию данных в приложениях более быстрой и простой.
• Поговорим о защищенности MongoDB. На самом деле MongoDB безопасна в использовании, если вы знаете, что искать и как это настраивать.
• Enumeration:
➡Nmap MongoDB Brute Force Attack;
➡Metasploit MongoDB Login Scanner;
➡Shodan Search for MongoDB Instances;
➡Manual MongoDB Interaction via PyMongo;
➡Common MongoDB Commands;
➡Automating MongoDB Enumeration with Nmap.
• Brute Force:
➡MongoDB Login Methods;
➡Checking for MongoDB Authentication Using Nmap;
➡Manual Brute Forcing;
➡Lack of Authentication in MongoDB Instance.
• Disable Unused Network Interfaces;
• Enable Access Control (Authentication);
• Enable SSL/TLS Encryption;
• Disable HTTP Interface;
• Enable Audit Logging:
➡Set Appropriate File Permissions;
➡Disable Unused MongoDB Features;
➡Enable Firewalls and Limit Access to MongoDB Ports.
• Exploiting Default Admin Users;
• Exploiting Misconfigured Role-Based Access Control (RBAC);
• Leveraging File System Access via MongoDB;
• Leveraging MongoDB API and Insecure Bindings;
• Misconfigured Backup Systems.
#MongoDB#devsecops
https://github.com/MongoEngine/django-mongoengine
THIS IS UNSTABLE PROJECT, IF YOU WANT TO USE IT - FIX WHAT YOU NEED
Right now we're targeting to get things working on #Django 1.9
#mongodb
#databases#MongoDB
💼
Learning MongoDB
Get started with MongoDB. Learn how to use this popular nonrelational database to power your full-stack development workflow.
⏳2h 44m
🗣Justin Jenkins
🔗Link
-----
Main channel:@repo_science
Coupons: @freecoupons_reposcience
-----
Awesome MongoDB, a curated list of resources, libraries, tools and applications.
#resources#list#mongodb#database
@thedevs
https://kutt.it/awesome-mongodb
http://mongoengine.readthedocs.io/en/latest/index.html
#MongoEngine is an Object-Document Mapper, written in #Python for working with #MongoDB. To install it, simply run
#Django