Analysis of voices based on the Mel-frequency band

Analysis of voices based on the Mel-frequency band.Goal: Identification of voices speaking (diarization) and calculation of speech partition (in %). Methodology: Collect voice data Sample audio data of x speakers that talk y times to represent a round of people talking Annotate samples with labels and merge audio file Create train & test split of samples Train unsupervised clustering module to detect number of people Train supervised RNN classifier to determine who is speaking at time x Preprocessing Convert files […]

Read more

HackZ Token Grabber V2

HackZ-Token-Grabber-V2 was made by Love ❌ code ✅ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ 🌟Star This Repository If You Liked HackZ Token Grabber V2! Installation upon running the file you will get the following sent to your webhook: Username ComputerName IP City Region Country Google Maps Location Screenshot of their pc All Their Valid Discord Tokens (bypasses betterdiscord’s anti-token-grab-protector) Discord 2fa codes (if they have 2fa enabled ofc) Password For Discord (You get Their Password if They Update it) Their Whole Credit Card (if They Put […]

Read more

Pglive package adds support for thread-safe live plotting to pyqtgraph

Pglive package adds support for thread-safe live plotting to pyqtgraph.It supports PyQt5 and PyQt6. By default, pyqtgraph doesn’t support live plotting.Aim of this package is to provide easy implementation of Line, Scatter and Bar Live plot.Every plot is connected with it’s DataConnector, which sole purpose is to consume data points and manage data re-plotting.DataConnector interface provides Pause and Resume method, update rate and maximum number of plotted points.Each time data point is collected, call DataConnector.cb_set_data or DataConnector.cb_append_data_point callback.That’s all You […]

Read more

Contains all the components necessary to run a DC finals (attack-defense CTF) game from OOO

All the components necessary to run a game of the OOO DC CTF finals. Authors: adamd, hacopo, Erik Trickel, Zardus, and bboe Design Philosophy This repo contains all the game components necessary to run an Attack-Defense CTF that OOO used from 2018–2021. The design is based on adamd’s experience building the ictf-framework. There are fundamental tenenats that we try to follow in the design of the system: Spoke component model The communication design of the components in the system (which […]

Read more

Convert whatsapp exported chat(without media) into a readable pdf format

convert whatsApp exported chat into a readable pdf format. convert without media chat Installation Use the package manager pip to install packages. $ git clone https://github.com/nishantssoni/Wats2PDF.git $ pip install -r requirements.txt Usage First place your whatsApp exported chat into your_exported_txt folder Screenshots Contributing Contributions are always welcome! hit me on Twitter GitHub View Github    

Read more

PBN Obfuscator: A overpowered obfuscator for python, which will help you protect your source code

PBN Obfuscator is a overpowered obfuscator for python, which will help you protect your source code. If you are running the file directly without any custom sys.argv arguments then you can input your code. And if there are custom sys.argv arguments then it will go like this: python3 obfuscator.py . However if you aren’t running the file directly then you can just call the obfuscate() function. print(“Made by poggersbutnot.”) def llnt(*eyjx): wgommt = [] for teyij in eyjx: wgommt.append(getattr(__import__(“x62x75x69x6cx74x69x6ex73”), “x63x68x72”)(teyij)) […]

Read more

Advance market place website written in django

Advance market place website written in django 🙂 Online fashion store for wholesalers and retailers. 🗒 Note: This project does not have a shopping cart and wholesalers can register their order through WhatsApp. ⭐️ PicoStyle features Market place Advance admin panel Multilanguage Multilayer filtering Advance category system Session-based favorite list (wish list) Newsletter News system ⚙️ Config the project First you should make venv for this project.So in the main root of project you should type this command in your […]

Read more

Sentinel-2 Super-Resolution Segmentation Network

Sentinel-2 Super-Resolution Segmentation Network Installation Basic To help out with development, start by cloning this repo-url Then I recommend using mambato install both non-python binaries and python libraries.A virtual environment will also be created with Python andJupyterLab installed. cd s2s2net mamba env create –file environment.yml Activate the virtual environment first. Finally, double-check that the libraries have been installed. Advanced This is for those who want full reproducibility of the virtual environment. Making an explicit conda-lock file(only needed if creating a […]

Read more

SAP memory pipes(MPI) desynchronization vulnerability CVE-2022-22536

SAP memory pipes desynchronization vulnerability(MPI) CVE-2022-22536. Description POC for CVE-2022-22536: SAP memory pipes(MPI) desynchronization vulnerability. create by antx at 2022-02-15. Detail SAP NetWeaver Application Server ABAP, SAP NetWeaver Application Server Java, ABAP Platform, SAP Content Server 7.53 and SAP Web Dispatcher are vulnerable for request smuggling and request concatenation. An unauthenticated attacker can prepend a victim’s request with arbitrary data. This way, the attacker can execute functions impersonating the victim or poison intermediary Web caches. A successful attack could result […]

Read more
1 221 222 223 224 225 927