This repo is about steps to create a effective custom wordlist in a few clicks

Custom Wordlist This repo is about steps to take in order to create a effective custom wordlist in a few clicks. this comes handing in pentesting engagement where you need to do brute force attacks.So the main probleme is that you have 0 chance to get that valide account when you use a random wordlist that contain passwords that don’t match your client password policy,Well to build this effective custom wordlist that match what ever password policy your client uses: […]

Read more

TORNADO CASH Proxy Pancakeswap Sniper BOT 2022-V1 (MAC WINDOWS ANDROID LINUX)

TORNADO CASH Proxy Pancakeswap Sniper BOT 2022-V1 (MAC WINDOWS ANDROID LINUX) ⭐️ A fully decentralized protocol for private transactions ⭐️ AUTO DOWNLOAD PROXY AND UPDATE SNIPER BOT ⭐️ First SNIPER BOT for ANDROID & WINDOWS with honeypot detector ⭐️ Tornado Cash protocol is developed based on awesome open source research by Zcash team with the help of amazing Ethereum community Web3 Pancakeswap Sniper & honeypot detector Take Profit/StopLose bot written in python3, For ANDROID WIN MAC & LINUX Sniper bot […]

Read more

Banking system with python, beginner friendly, preadvanced level

banking system with python, beginner friendly, preadvanced level Functions else/if/elif dicts methods parameters holders and more basic stuff login system proccess system db system (Dict) send money show balance takeout money exit first acc:id: 1passcode: 1sn: 1 seconed acc:id: 2passcode: 2sn: 2 how to modify or make a new account go to the dict ids and edit the details for example this a dict that have only account 1 and 2

Read more

JSEngine – a simple wrapper of Javascript engines

This is a simple wrapper of Javascript engines, it wraps the Javascriptinterpreter for Python use. There are two ways to call interpreters, via dynamic library loading is internalcall which is faster than the other one, via subprocess is external call. System’s built-in Javascript interpreter: macOS: JavascriptCoreLinux: Gjs on Gnome, CJS on Cinnamon, etc.Windows: Chakra (internal call, but not applicable to Windows 7) Two Python bindings (Recommend, internal call): PyChakra,QuickJS Any installed external Javascript interpreters, e.g. SpiderMonkey, Node.js, QuickJS, etc. JSEngine […]

Read more

Python API for the Crunchdao machine learning tournament

Interact with the Crunchdao tournament API using Python. If you encounter a problem or have suggestions, feel free to open an issue. pip install –upgrade crunchdao Some actions (like uploading predictions) require an apikey to verifythat it is really you interacting with Crunchdao. Keys can be passed to thePython module as a parameter or you can be set via the CRUNCHDAO_API_KEYenvironment variable import crunchdao # some API calls    

Read more

Cross-editor syntax highlighter for Lua, showing some merit of Typed BNF

Cross-editor contextual syntax highlighter via Typed BNF Do you like “one grammar, syntax highlighters everywhere?” 喜欢我一个文法,到处高亮吗? PS: NOTE that parentheses in function arguments and parameters have different colors. PPS: The amount of code required to implement such a cross-editor SH(~100 lines), is many orders of magnitude smaller than for the tmLanguage system(~10000 lines and unreadable). build grammar for VScode build: tbnf .cross-editor-highlighterlua.tbnf .cross-editor-highlighterbackend_vscodesrc “lua_sh” –backend typescript-antlr build grammar for pygments build: tbnf .cross-editor-highlighterlua.tbnf .cross-editor-highlighterbackend_pygments “lua_sh” –backend python-lark GitHub View Github […]

Read more

Zero-Shot Semantic Segmentation

@article{xu2021ss, title={End-to-End Semi-Supervised Object Detection with Soft Teacher}, author={Xu, Mengde and Zhang, Zheng and Hu, Han and Wang, Jianfeng and Wang, Lijuan and Wei, Fangyun and Bai, Xiang and Liu, Zicheng}, journal={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}, year={2021} }    

Read more

An out-of-box Lua parser written in Lark

Such parser handles a relaxed version of Lua 5.3 grammar. This is a Python-Lark implementation of Lua 5.3 parser. It has the following features: the grammar is compatible to LALR(1)/LR(1)/ALL(*) the generated parser creates declarative and typed Python dataclasses instead of error-prone CSTs — that’s why we call it “out-of-box”. Fable.Sedlex, which is an F# port of OCaml sedlex project and transpiled into Python, is used in this parser to achieve high-quality lexer that avoids unnecessary collisions of lexical rules. […]

Read more

A Mod Menu for Geometry Dash. Specifically a MegahackV5 clone in Python. Only for Windows

This is a mod menu for the game Geometry Dash. It is written with Python, gd.py, DearPyGui and me.If you want to download it, you can find the binaries for Windows in releases. GUI showcase On start, the program will create a file called settings.py. There, you can make the cheat automatically start Geometry Dash, if it isn’t started already.Also!!!!!! This cheat supports automatic DLL injection for any files you put inside the dll folder which you can create in […]

Read more
1 274 275 276 277 278 915