Usage of frwk_51pwn for attacking targets without prior mutual consent is illegal

Legal Disclaimer Usage of frwk_51pwn for attacking targets without prior mutual consent is illegal.frwk_51pwn is for security testing purposes only 法律免责声明 未经事先双方同意,使用 frwk_51pwn 攻击目标是非法的。frwk_51pwn 仅用于安全测试目的 Overview frwk_51pwn is an open-sourced remote vulnerability testing and proof-of-concept development framework developed by the 51pwn Team.It comes with a powerful proof-of-concept engine, many powerful features for the ultimate penetration testers and security researchers. Features PoC scripts can running with attack,verify, shell mode in different way Plugin ecosystem Dynamic loading PoC script from any where […]

Read more

Machine Translation Weekly 92: Multilingual Machine Translation with Plug-and-Play Embeddings

Deep learning models are prone to so-called catastrophic forgetting when finetuned on slightly different data than they were originally trained on. Often, they also badly generalize when confronted with data that do not exactly look like those they were trained on. On the other hand, there are more and more tricks on how to just reuse a part of a model that was trained for something else and it just works. I could hardly believe when Tom Kocmi and Ondřej […]

Read more

The NLP Cypher | 10.31.21

The Localization Problem (LP) is a glaring dark cloud hanging over the state of affairs in applied deep learning. And acknowledging this problem, I believe, will enable us to make better use of applied AI and expand our knowledge in how the business market will form. Defining LP: There is a limit to how much large centralized language models can generalize at scale given: 1) that different users inherently have varying definitions of ground-truths due to inter-dependencies to their unique […]

Read more

Python’s zipapp: Build Executable Zip Applications

A Python Zip application is a quick and cool option for you to bundle and distribute an executable application in a single ready-to-run file, which will make your end users’ experience more pleasant. If you want to learn about Python applications and how to create them using zipapp from the standard library, then this tutorial is for you. You’ll be able to create Python Zip applications as a quick and accessible way to distribute your software products to your end […]

Read more

An execution framework for systematic strategies

It is very much a work in progress, please don’t expect it to work! Architecture The Django framework ties this project together and so a basic knowledge of Django is very useful if you want to work on this. This has no dependencies on GCP or AWS, a DockerFile is provided as a deployment option. There is also a Makefile with some handy commands to get up and running. Scheduling of tasks uses apscheduler, wrapped in django_apscheduler. There are two […]

Read more

A bot to get Statistics like the Playercount from your Minecraft-Server on your Discord-Server

Hey Thanks for reading me. Warning: My English is not the best I have programmed this bot to show me statistics about the player numbers and ping of my Minecraft server on a Discord server. Yes I love statistics XD. And I thought this bot could be useful for others too. This bot uses Python3 and Discord.py So the Setup is really easy. First install Python3 or make sure it is installed First you have to install all Requirements on […]

Read more

An automated analysis tool used for enumerating ELF binaries

ELFXtract is an automated analysis tool used for enumerating ELF binaries Powered by Radare2 and r2ghidra This is specially developed for PWN challenges and it has many automated features It almost displays every details of the ELF and also decompiles its ASM to C code using r2ghidra Decompiling ELFs in Ghidra takes more time, but in elfxtract it decompiles and displays in few seconds Features in ELFXtract File info Shared object dependency details ELF Security Mitigation details / Checksec String […]

Read more

For facebook hacking(bruteforcing), using gui

For facebook hacking(bruteforcing), using gui #to use this tool on android, do the following on termux. *. apt update *. apt upgrade *. apt install wget *. wget https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-project/raw/master/nethunter-rootless/install-nethunter-termux *. chmod +x install-nethunter-termux *. ./install-nethunter-termux (After that wait sometimes and if it ask for any kind of permision then give it.) After completing setting up Type…. *. nh kex (first time it must be ask for set password, just set a new password ) Note: if “nh kex” show “no […]

Read more

Make OpenCV camera loops less of a chore by skipping the boilerplate and getting right to the interesting stuff

camloop Forget the boilerplate from OpenCV camera loops and get to coding the interesting stuff Usage This is a simple project developed to reduce complexity and time writing boilerplate code when prototyping computer vision applications. Stop worrying about opening/closing video caps, handling key presses, etc, and just focus on doing the cool stuff! The project was developed in Python 3.8 and tested with physical local webcams. If you end up using it in any other context, please consider letting me […]

Read more

D-dos attack GUI tool written in python using tkinter module

D-dos attack GUI tool written in python using tkinter module #to use this tool on android, do the following on termux. *. apt update *. apt upgrade *. apt install wget *. wget https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-project/raw/master/nethunter-rootless/install-nethunter-termux *. chmod +x install-nethunter-termux *. ./install-nethunter-termux (After that wait sometimes and if it ask for any kind of permision then give it.) After completing setting up Type…. *. nh kex (first time it must be ask for set password, just set a new password ) Note: […]

Read more
1 391 392 393 394 395 928