0x0be /
yesitsme
Simple OSINT script to find Instagram profiles by name and e-mail/phone
Loading repository data…
RaymiiOrg / repository
Simple python script which uses PySphere to fill the Ansible inventory from VMWare vCenter.
Simple python script which uses PySphere to fill the Ansible inventory from VMWare vCenter. Originally Cloned from: Github repository = Official Website
My fork has added an option to override the strict SSL Cert Validation: https://www.python.org/dev/peps/pep-0476/ as well as command line option parsing with argparse.
Install PySphere:
pip install -U pysphere
Edit the script's login data and VCenter server FQDN:
server_fqdn = "vcenter.example.org"
server_username = "jdoe"
server_password = "secure_passw0rd"
Get all powered on VM's:
python2 query.py --list
Output:
{
"no_group": {
"hosts": [
"vm0031",
"vm0032",
[...]
"vm0999"
]
},
"local": [
"127.0.0.1"
]
}
Get one VM:
python2 query.py --host vm0032
Output:
{
"admin": "sysadmin@example.org",
"source_database": "VMWare"
}
Nonexistent VM:
python2 query.py --host nonexist
Output:
[Error]: [Object Not Found]: Could not find a VM named 'notexist'
Do a simple ansible ping:
ANSIBLE_HOSTS="/home/remy/git/vmware-ansible/query.py" ansible all -m ping
Result:
vm0032 | success >> {
"changed": false,
"ping": "pong"
}
vm0034 | success >> {
"changed": false,
"ping": "pong"
}
Either export the ANSIBLE_HOSTS variable to always use the VMWare inventory:
export ANSIBLE_HOSTS="/home/remy/git/vmware-ansible/query.py"
Or preface each ansible command:
ANSIBLE_HOSTS="/home/remy/git/vmware-ansible/query.py" ansible all -m apt -a "upgrade=safe"
Tested with both vCenter 5.1 and 5.5, Python 2.
Does not support grouping by datacenter or resource group
Thanks to JP Mens's article for the inspiration.
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.