0x0be /
yesitsme
Simple OSINT script to find Instagram profiles by name and e-mail/phone
Loading repository data…
phamhongviet / repository
Simple Python script to manage Ansible inventory in mySQL
Simple Python script to manage Ansible inventory in mySQL
Create a mySQL database and user, ansible_inv and ans for example.
CREATE DATABASE ansible_inv;
GRANT ALL PRIVILEGES ON ansible_inv.* TO 'ans'@'localhost' IDENTIFIED BY '123123';
FLUSH PRIVILEGES;
QUIT;
mysql -u ans -p123123 ansible_inv < inv.sql
Provide database information in config file, for example:
[db]
server = localhost
port = 3306
name = ansible_inv
user = ans
password = 123123
The config file can be read from these location, whichever come first:
ANSIBLE_INV_CONFIG=path/to/my-config.ini ansible -i path/to/inv.py -m ping all
--list: print out inventory information
--host [host]: print out host information
--addhost [group] [host]: add a new host, and a new group if necessary
--addhostvar [host] [key] [value]: add a host variable
--addgroupvar [group] [key] [value]: add a group variable
--addchild [group] [child]: add a group child
--delhost [group] [host]: delete a host, empty group will be deleted
--delhostvar [host] [key]: delete a host variable
--delgroupvar [group] [key]: delete a group variable
--delchild [group] [child]: delete a group child
Consider the following static inventory file:
[dc0:children]
web
db
[web]
w0 ansible_host=192.168.1.10
w1 ansible_host=192.168.1.11 ansible_user=ken
[web:vars]
ntp_servers=ntp0.example.com
[db]
db0 ansible_host=192.168.2.15
We can create the same inventory with these commands:
./inv.py --addchild dc0 web
./inv.py --addchild dc0 db
./inv.py --addhost web w0
./inv.py --addhostvar w0 ansible_host 192.168.1.10
./inv.py --addhost web w1
./inv.py --addhostvar w1 ansible_host 192.168.1.11
./inv.py --addhostvar w1 ansible_user ken
./inv.py --addgroupvar web ntp_servers ntp0.example.com
./inv.py --addhost db db0
./inv.py --addhostvar db0 ansible_host 192.168.2.15
You can try to ping the hosts with:
ansible -i inv.py -m ping all
Selected from shared topics, language and repository description—not editorial ratings.
0x0be /
Simple OSINT script to find Instagram profiles by name and e-mail/phone
extrabacon /
Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio
C0nw0nk /
A Anti-DDoS script to protect Nginx web servers using Lua with a HTML Javascript based authentication puzzle inspired by Cloudflare I am under attack mode an Anti-DDoS authentication page protect yourself from every attack type All Layer 7 Attacks Mitigating Historic Attacks DoS DoS Implications DDoS All Brute Force Attacks Zero day exploits Social Engineering Rainbow Tables Password Cracking Tools Password Lists Dictionary Attacks Time Delay Any Hosting Provider Any CMS or Custom Website Unlimited Attempt Frequency Search Attacks HTTP Basic Authentication HTTP Digest Authentication HTML Form Based Authentication Mask Attacks Rule-Based Search Attacks Combinator Attacks Botnet Attacks Unauthorized IPs IP Whitelisting Bruter THC Hydra John the Ripper Brutus Ophcrack unauthorized logins Injection Broken Authentication and Session Management Sensitive Data Exposure XML External Entities (XXE) Broken Access Control Security Misconfiguration Cross-Site Scripting (XSS) Insecure Deserialization Using Components with Known Vulnerabilities Insufficient Logging & Monitoring Drupal WordPress Joomla Flash Magento PHP Plone WHMCS Atlassian Products malicious traffic Adult video script avs KVS Kernel Video Sharing Clip Bucket Tube sites Content Management Systems Social networks scripts backends proxy proxies PHP Python Porn sites xxx adult gaming networks servers sites forums vbulletin phpbb mybb smf simple machines forum xenforo web hosting video streaming buffering ldap upstream downstream download upload rtmp vod video over dl hls dash hds mss livestream drm mp4 mp3 swf css js html php python sex m3u zip rar archive compressed mitigation code source sourcecode chan 4chan 4chan.org 8chan.net 8ch 8ch.net infinite chan 8kun 8kun.net anonymous anon tor services .onion torproject.org nginx.org nginx.com openresty.org darknet dark net deepweb deep web darkweb dark web mirror vpn reddit reddit.com adobe flash hackthissite.org dreamhack hack hacked hacking hacker hackers hackerz hackz hacks code coding script scripting scripter source leaks leaked leaking cve vulnerability great firewall china america japan russia .gov government http1 http2 http3 quic q3 litespeedtech litespeed apache torrents torrent torrenting webtorrent bittorrent bitorrent bit-torrent cyberlocker cyberlockers cyber locker cyberbunker warez keygen key generator free irc internet relay chat peer-to-peer p2p cryptocurrency crypto bitcoin miner browser xmr monero coinhive coin hive coin-hive litecoin ethereum cpu cycles popads pop-ads advert advertisement networks banner ads protect ovh blazingfast.io amazon steampowered valve store.steampowered.com steamcommunity thepiratebay lulzsec antisec xhamster pornhub porn.com pornhub.com xhamster.com xvideos xvdideos.com xnxx xnxx.com popads popcash cpm ppc
Tkd-Alex /
A simple script that will watch a stream for you and earn the channel points.
egbertbouman /
Simple script for downloading Youtube comments without using the Youtube API
0xacx /
Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.