1,864 skills found · Page 18 of 63
shivammathur / Php5 UbuntuScripts to install the end-of-life PHP versions on Ubuntu 22.04, 20.04 and 18.04 amd64
pH-7 / H2OGame:hear_no_evil: PHP Arcade Game Script. Create your own online Arcade Game platform with rating system, categories, full HTML5 design, full admin panel, pages management, advertising management, and much more --- H2OGame was a commercial script (which was sold for £27 per license). Now, it is released as a FREE (and still Open Source) software and under an Open Source license!
VEDARSH05 / Hydrahow to install hydra how to install hydra- Hi guys if you are searching for how to install hydra and searching for the best article to get the best explanation about how to install hydra. Then you are in the right place. Today I'm here going to share the step by step tutorial about "how to install hydra". Through this article, you can get a lot of about how to install hydra and use in termux, how to install hydra in termux, how to install hydra on kali linux. And I'm damn sure that you will never get all this unique information like us on the internet anywhere else. how to install hydra What is Hydra Tool? Thc-hydra, In short, we can call it hydra, This tool is used for penetration testing and cracking the open ports and web login pages like FTP login pages, HTTP login pages, and many more pages. This tool is purely made to make the cracking process more efficient with the best results. So this tool is available for only some limited devices like Linux, Debian based but today will discuss how to install the hydra tool on any device without any errors or issues, Like termux and other terminal emulator apps. How to Install Hydra? To Install hydra there are some must requirements which you need to follow. REQUIREMENTS (Termux/Kali) > 1 GB of data storage > 50 MB internet data > 3 GB of ram for better performance > Android with 5.0.0 and higher > Rooted device I hope, you had followed all the requirements properly. 1. Install Termux app from F-droid app, and update & upgrade it. apt-get update apt-get upgrade 2. After updating Termux, Install basic packages like python, curl, wget, php, etc. apt install -y python php curl wget git nano 3. Now open the Termux home directory. cd $HOME 4. Git clone the hydra link in termux/kali. git clone https://github.com/vanhauser-thc/thc-hydra 5. Now open the cloned hydra repository in your terminal. cd $HOME/thc-hydra 6. Install some packages by executing the config script. ./configure make make install 7. All ready to go, Hydra tool usage help command. ./hydra -h 8. It's time for a little practical demonstration, So suppose you want to hack the FTP port then we can try this command. ./hydra -l admin -p password ftp://localhost/ 9. For more info you can check these commands, In which you get a proper idea about how you can use -p And -P commands according to your needs, That's all. hydra -l admin -p password ftp://localhost/ hydra -L default_logins.txt -p test ftp://localhost/ hydra -l admin -P common_passwords.txt ftp://localhost/ hydra -L logins.txt -P passwords.txt ftp://localhost/
Nsima / A Simple HYIP PHP ScriptHYIP Script
docteurklein / Php Getter Setter.vima vim plugin to generate php getters and setters from class properties -- http://www.vim.org/scripts/script.php?script_id=1707
hexrom / CookieHeistPHP Cookie Stealing Scripts for use in XSS
ibnux / BMKG ImporterScript PHP untuk import data prakiraan cuaca dari BMKG
zeebinz / RarinfoSimple PHP scripts for inspecting RAR archives and associated files.
Roly67 / Php Email ValidationHere's how to implement email address validation on your site using a very simple PHP script.
mattiasgeniar / The Infinite File DownloadA PHP script that sends binary data to a browser. Non-stop.
prasannasp / TwitterbotA twitter retweet bot script written in PHP. Searches twitter for hash tagged words, and retweets them.
Rewzilla / DomatophpCFG and scripts for fuzzing the PHP interpreter with Domato
andresriancho / W3af MothA set of vulnerable PHP scripts used to test w3af's vulnerability detection features.
miteshashar / Nginx VhostsShell script to add a new vhost on nginx. Modifying the shell script available on http://www.sebdangerfield.me.uk/2012/05/nginx-and-php-fpm-bash-script-for-creating-new-vhosts-under-separate-fpm-pools/ to suit my needs.
usmanhalalit / 140 Chars RouterURL routing script for PHP which is written in just 140 characters of code, so it fits in a tweet.
mangosArchives / ServerOneRel18Mangos ONE is a server for World of Warcraft: The Burning Crusade. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft client 2.4.3(8606). Report all issues at https://www.getmangos.eu/project.php?projectid=18 - Playable.
aaviator42 / IziSelf-hosted single-script file sharing system in PHP
GerHobbelt / HTMLaweda highly customizable PHP script to sanitize / make (X)HTML secure against XSS attacks, so users can edit HTML without risk of your site getting compromised by evildoers.
jflefebvre / PinterestThe script has been working for a long time and it was really cool, but Pinterest prevent webscraping. You should be able to webscrap the first page of pins but not more thant that. -- A PHP and casperjs scripts to webscrap and display elegantly your Pinterest with WookMark jQuery plugin -- The script
ForumPostAssistant / FPAThe Forum Post Assistant (FPA) script has been developed to assist Joomla!® forum posters to be able to post relevant system, instance, PHP and troubleshooting information directly in to a pre-formatted forum post. This will save a few hours of posting back and forth, asking for, and explaining how to acquire useful information in order for other forum users to help troubleshoot a problem.