SSEPy: Implementation of searchable symmetric encryption in pure Python

Searchable symmetric encryption, one of the research hotspots in applied cryptography, has continued to be studied for two decades. A number of excellent SSE schemes have emerged, enriching functionality and optimizing performance. However, many SSE schemes have not been implemented concretely and are generally stuck in the prototype implementation stage, and worse, most SSE schemes are not publicly available in source code. Based on this foundation, this project first implements SSE schemes (first single-keyword, then multi-keyword) published in top conferences […]

Read more

A python3 script searching for secret on swaggerhub

A python3 script searching for secret on swaggerhub Introduction • Requirements • Installation • Usage • Output explanation • Thanks Introduction This tool is made to automate the process of retrieving secrets in the public APIs on swaggerHub. This tool is multithreaded and pipe mode is available 🙂 Requirements python3 (sudo apt install python3) pip3 (sudo apt install python3-pip) Installation or cloning this repository and running git clone https://github.com/Liodeus/swaggerHole.git pip3 install . Usage

Read more

This project serve HTML files saved in your computer with a UI suitable for Kindle web browser

I save articles into HTML files with TagSpaces or SingleFile to read them later but I could not find a way to serve them easily to a Kindle Paperwhite and read them there. This project serve HTML files (and a few more) saved in your computer with a UI suitable for Kindle web browser. On top of that, it include a Read Mode (thanks to ReadabiliPy) to display the text in a comfortable size without have to use the ‘Article […]

Read more

Automated capturing of WPA & WPA2 password Hashes

Automated capturing & sorting of WPA & WPA2 password Hashes using hashcat & hcxdumptool. Automatically creates file with wifi name & captured hash of matching mac addresses. to delete files in terminal -> sudo rm -R WifiSweep/session name Make sure your wifi adapter supports monitor mode. hashcat -m 22000 -o Solis-pass Solis.hc22000 /usr/share/wordlists/rockyou.txt #For brute-force crackinghashcat -m 22000 hash.hc22000 -a 3 ?d?d?d?d?d?d?d?d hashcat -m 22000 hash.hc22000 -a 3 –increment –increment-min 8 –increment-max 18 ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d more info about hashcat : https://hashcat.net/hashcat/more […]

Read more

Fast and reliable python script that makes active and/or passive scan to obtain subdomains and search for open ports

Check the Spanish Version Dome is a fast and reliable python script that makes active and/or passive scan to obtain subdomains and search for open ports. This tool is recommended for bug bounty hunters and pentester in their reconnaissance phase. the more surface area exposed the faster a rock with break down If you want to use more OSINT engines, fill the config.api file with the needed API tokens Passive Mode: Use OSINT techniques to obtain subdomains from the target. […]

Read more

Auto Bump Discord with only your token

📊 Auto Bump Discord with only your token with a beautiful interface.. Dependencies ⭐️ PyStyle🌙 Requests Screenshots Interface: Tutorial 1. Start the program with launch.bat.2. Write your token (No risks to token grab just look at the code). – To get your token: https://www.youtube.com/watch?v=LnBnm_tZlyU3. Write the channel id where the message will be sent.4. Write the command you want to send automaticly.5. Enjoy your auto bump ! GitHub View Github    

Read more

PyTorch/HuggingFace Implementation of URLTran: Improving Phishing URL Detection Using Transformers

PyTorch implementation of Improving Phishing URL Detection via Transformers Paper Data The paper used ~1.8M URLs (90/10 split on benign vs. malicious). There are few places to gather malicious URLs. My recommendation is to do the following: Malicious URLs OpenPhish will provide 500 malicious URLs for free in TXT form. You can access that data here. Likewise, PhishTank is an excellent resource that provides a daily feed of malicious URLs in CSV or JSON format. You can gather ~5K through […]

Read more

DMM Game Player Fast Launcher

DMM Game Player のゲームを高速かつセキュアに起動できるランチャー 特徴 ワンクリックでゲームを起動 管理者権限不要 インストール Releases から DMMGamePlayerFastLauncher-Setup.exe をダウンロード実行してセットアップする 使い方 エクスプローラーやデスクトップで右クリックし新規作成、ショートカットの作成を選択項目の場所を入力して下さいにダウンロードしたDMMGamePlayerFastLauncherのパスとproduct_idを入力ショートカットの名前は何でも良いです 例%AppData%DMMGamePlayerFastLauncherDMMGamePlayerFastLauncher.exe umamusume%AppData%DMMGamePlayerFastLauncherDMMGamePlayerFastLauncher.exe priconner 目的のゲームのproduct_idが分からない場合、product_idを適当なものにするとインストールしているゲームのproduct_idが一覧で表示されます%AppData%DMMGamePlayerFastLaunchersample にサンプル用のショートカットを置いています 引数 DMMGamePlayerFastLauncher.exe オプション エイリアス デフォルト 備考 タイプ –help -h False bool –game-path False Falseにすると自動 –dmmgameplayer-path -dgp-path C:/Program Files/DMMGamePlayer/DMMGamePlayer.exe –non-kill False DMMGamePlayerが起動したままになる bool –debug False デバッグモード bool –login-force False ログインを強制する bool ヘルプ セットアップする際、WindowsによってPCが保護されましたと表示される詳細情報をクリックして実行をクリック ゲームのアイコンに寄せたいショートカットを右クリック→プロパティ→アイコンの変更→参照 ゲームのパスの検出に失敗しましたというエラーが出るまたは起動しない–game-path を指定する例%AppData%DMMGamePlayerFastLauncherDMMGamePlayerFastLauncher.exe umamusume –game-path %UserProfile%/umamusume/umamusume.exe 典拠 Lutwidse/priconner_launch.py ライセンス DMMGamePlayerFastLauncher is under MIT License GitHub View Github    

Read more
1 186 187 188 189 190 914