Giter VIP home page Giter VIP logo

666devil666hell's Projects

adreaper icon adreaper

A fast enumeration tool for Windows Active Directory Pentesting written in Go

collatexserver icon collatexserver

this is server side /* * Author: Soulemane Moumie * Architecture: * - Node.js : Event-driven I/O server-side JavaScript environment for building * fast and scalable server applications. * * - Socket.io : a JavaScript library and an event-based bi-directional * communication layer for realtime web applications, built atop * Engine.IO. * * - Mongodb : a cross-platform document-oriented database. Classified as a * NoSQL database, MongoDB eschews the traditional table-based * relational database structure in favor of JSON-like documents * * - Mongoose : an Object Document Mapper (ODM) running on top of mongodb * * Description: Server side implementation of the collatex project. This server * provide in the form of API all basic functionalities necessary * in a collaboartive editor of latex documents and their subsequent * conversion to PDF. * * List of commands: * ================= * * 1- connection : establish connection between server and client * 2- error : error handling * 3- subscribe : client subscribe to a room * 4- unsubscribe : client unsuscribe from a room * 5- server_roomlist : list of room currently online * 6- user_online : number of online users * 7- disconnect : stop connection between server and client * 8- client_logout : client logout * 9- client_login : client login * 10- server_login : server acknowledgment from client login * 11- server_useronlinelist : list of online users * 12- client_register : client registration * 13- server_registration : server acknowledgment from client * registration * 14- client_character : editor content emitted by a client * 15- server_character : editor content broadcasted to all clients * except the sender * 16- client_doc : saving the receive document * 17- client_getdocs : request all documents owned by the user * 18- server_getdocs : return all documents owned by the user * 19- client_convert : request conversion of a latex document to * pdf * 20- server_pdf : return converted document infomation * 21- client_getDocContent : request a document content * 22- server_getDocContent : return a document content * * Functions: * * - function checkDirectoryAndSaveFile(path,fileName, data, userpid): Checking directory existing and creating/saving a new file * * - function writeToFile(path, data) : Writing data to a file * * - function createNewFile(path, name, data, userpid): * Building a path and creating a new file, then write data on it * * - function readFileContents(path): Reading file content * * - function userRegister(email, password): Persist a newly * registered user in the database * * - function docSave(name, userid): Save document and user info in * the database * * - function userAuthentication(socket, userEmail, userPassword): * User authentication * * History: * * Version 4.0 */

my-payloads icon my-payloads

A collection of my payloads for the bash bunny, rubber ducky, FlipperZero, and OMG cable

penetration-testing-tools icon penetration-testing-tools

A collection of more than 170+ tools, scripts, cheatsheets and other loots that I have developed over years for Red Teaming/Pentesting/IT Security audits purposes. Most of them came handy on at least one of my real-world engagements.

phpggc icon phpggc

PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command line or programmatically.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.