Graph Self-Attention Network for Learning Spatial-Temporal Interaction Representation in Autonomous Driving
Code for paper Graph Self-Attention Network for Learning Spatial-Temporal Interaction Representation in Autonomous Driving, which was published on IEEE Internet of Things Journal. @article{ye2021gsan, title={GSAN: Graph Self-Attention Network for Learning Spatial-Temporal Interaction Representation in Autonomous Driving}, author={Ye, Luyao and Wang, Zezhong and Chen, Xinhong and Wang, Jianping and Wu, Kui and Lu, Kejie}, journal={IEEE Internet of Things Journal}, year={2021}, publisher={IEEE} }
Read moreIntegrating Oxylabs’ Residential Proxies with AIOHTTP
Requirements for the Integration For the integration to work you’ll need to install aiohttp library, use Python 3.6 version or higher and Residential Proxies. If you don’t have aiohttp library, you can install it by using pip command: You can get Residential Proxies here: https://oxylabs.io/products/residential-proxy-pool Proxy Authentication There are 2 ways to authenticate proxies with aiohttp.The first way is to authorize and pass credentials along with the proxy URL using aiohttp.BasicAuth:
Read moreKaggle G2Net Gravitational Wave Detection : 2nd place solution
Solution writeup: https://www.kaggle.com/c/g2net-gravitational-wave-detection/discussion/275341 Instructions 1. Download data You have to download the competition dataset from competition website,and place the files in input/ directory. ┣ input/ ┃ ┣ training_labels.csv ┃ ┣ sample_submission.csv ┃ ┣ train/ ┃ ┣ test/ ┃ ┣ configs.py ┣ … (Optional:) Add your hardware configurations
Read moreBrute force attack tool for Azure AD Autologon/Seamless SSO
Usage: python3 azuread_autologon_brute.py -d intranet.directory -U users.txt -p Password1 [~/AzureAD_Autologon_Brute] # python3 azuread_autologon_brute.py -d intranet.directory -U users.txt -p Password1 Domain is intranet.directory Setting password as: Password1 Reading users from file: users.txt +—————————————–+ | AzureAD
Read moreSupercharge your NFTs with new behaviours and superpowers
Supercharge your NFTs with new behaviours and superpowers! WrapX is a collection of Wrappers (currently one – WrapXSet) to decorate your NTFs adding new capabilities NFTs exist outside any chain, smart contracts are just projections/representations/slices which sometimes are limiting their full potential This means that wrappers allow multiple legitimate representations of NFTs Wrappers are means to supercharge NFT actions and capabilities NB: WrapX is currently EXPERIMENTAL and NOT AUDITED/REVIEWED. Do Your Own Research and Use At Your Own Risk. Use-cases […]
Read moreA simple malware that tries to explain the logic of computer viruses with Python
A simple malware that tries to explain the logic of computer viruses with Python. are malicious software that tries to make it unusable or to damage a system rather than stealing information. GitHub https://github.com/xrypt0/Simple-Virus-With-Python
Read moreWorkshop Material on VM-based Deobfuscation
This repository contains slides, samples and code of the 4h code deobfuscation workshop at r2con2021. We give a brief introduction into virtualization-based obfuscation and manually analyze a simple VM generated by Tigress. Afterward, we use symbolic execution to automate the analysis and write a dynamic VM disassembler that is based on Miasm. The recording is available here. Installation # on debian/ubuntu based systems: sudo apt-get install python-dev # clone repository and
Read more