Tool for finding website backends

Hidend is a simple multitool for finding website backend ips hiding behind a ddos protection like cloudflare for example or even websites hiding behind tor. Hidend can be used to perform ip history checks, subdomain scans, http response checks, favicon hash matching with shodan and censys SSL certificate matching. git clone https://github.com/cybertoolbank/hidend/ cd hidend bash setup.sh cd hidend python3 hidend.py 1:Obtain Favicon Hash: This option will obtain the favicon fromthe path you give and generate base64 hash out of it, […]

Read more

Maintained wavelink fork for pycord

Wavelink is robust and powerful Lavalink wrapper for Pycord!Wavelink features a fully asynchronous API that’s intuitive and easy to use. Support For support using Pycord.WaveLink, please join the official support server on Discord. Installation The following commands are currently the valid ways of installing WaveLink. WaveLink requires Python 3.8+ Windows py -3.9 -m pip install pycord.wavelink –pre Linux python3.9 -m pip install pycord.wavelink –pre Getting Started    

Read more

VHDL to Discrete Logic on PCB Flow

Highly experimental set of scripts to transform a digital circuit described in a hardware description language (VHDL or Verilog) into a discrete transistor circuit on a PCB. (Disclaimer: I don’t know what I am doing) Makes use of: GHDL Yosys ABC GTKView NGspice PCBPlace – my own P&R tool written in Python Freerouting (Optional) Eagle (Optional) EasyEDA (Optional) Should work in a Linux shell. I am currently using WSL2. For details see Project logs on HaD.io Flow Architecture GitHub View […]

Read more

Chunkmogrify: Real image inversion via Segments

Teaser video with live editing sessions can be found here This code demonstrates the ideas discussed in arXiv submission Real Image Inversion via Segments.http://arxiv.org/abs/2110.06269(David Futschik, Michal Lukáč, Eli Shechtman, Daniel Sýkora) Abstract:We present a simple, yet effective approach to editingreal images via generative adversarial networks (GAN). Unlike previoustechniques, that treat all editing tasks as an operation that affects pixelvalues in the entire image in our approach we cut up the image into a set ofsmaller segments. For those segments corresponding […]

Read more

Official PyTorch Implementation for InfoSwap

@InProceedings{Gao_2021_CVPR, author = {Gao, Gege and Huang, Huaibo and Fu, Chaoyou and Li, Zhaoyang and He, Ran}, title = {Information Bottleneck Disentanglement for Identity Swapping}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2021}, pages = {3404-3413} }    

Read more

AWS Lambda Fast API starter application

Fast API starter application compatible with API Gateway and Lambda Function. How to deploy it? Terraform AWS Lambda API is a reusable module that can be used todeploy this Fast Application and It will provision: The AWS Lambda Function resources The AWS Lambda Function CI/CD resources The AWS API Gateway HTTP API resources Structure This Fast Application is using Mangum to adapt AWS API Gateway events toASGI requests. When creating the Lambda Function, make sure that the handler is set […]

Read more

Digital Clock in Python using tkinter

Digital Clock in Python using tkinter.As we know Tkinter is used to create a variety of GUI (Graphical User Interface) applications. Install Python 3.9.X from here Install tkinter from here Clone this repository Run python main.py from the repository’s directory GitHub View Github    

Read more

Let AngularJS play well with Django

Let Django play well with AngularJS What does it offer? Add AngularJS directives to Django Forms. This allows to handle client side form validation using the constraints provided by the server side Form declaration. For more information, please visit the demo site. How to run git clone https://github.com/jrief/django-angular.git django-angular.git cd django-angular.git docker build -t django-angular.git . docker run -d -it -p 9002:9002 django-angular.git Open the application at http://{docker-host’s-ip}:9002/ Backward Incompatibility To be compliant with other libraries such    

Read more
1 524 525 526 527 528 1,076