├── .DS_Store ├── .github ├── ISSUE_TEMPLATE │ ├── Documentation.yml │ ├── bug.yml │ ├── feature-request.yml │ ├── script-addition.yml │ └── styles.yml ├── dependabot.yml ├── labeler-config.yml ├── pull_request_template.md ├── pull_request_template.yml └── workflows │ ├── add-labels-pr.yml │ ├── author-assign-pr.yml │ ├── auto-assign.yml │ ├── auto-comment-pr.yml │ ├── black.yml │ ├── close_old_issues.yml │ ├── codeql.yml │ ├── greetings.yml │ ├── issue-close-greet.yml │ ├── issues.yml │ ├── linting.yml │ ├── lock.yml │ ├── pr-close-greet.yml │ └── prevent_multiple_issues.yml ├── .gitignore ├── 403Bypass ├── 403bypasser.py ├── README.md └── requirements.txt ├── 9Types_Hash_Cracker ├── 9types_Hash_Cracker.py └── README.md ├── Automate_Github ├── Github_Automation.py └── README.md ├── Automated_email ├── email_automation.py └── readme.md ├── Automatic_MAC_Address_changer.py ├── Automation script └── automation.py ├── B11 ├── Readme.md └── main.py ├── CCTV_Hack ├── Readme.md └── cctv.py ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Checking_website ├── Readme.md ├── requirements.txt └── script.py ├── Ciphey tool ├── README.md ├── ciphey.py ├── dependencies.md └── requirements.txt ├── Cloakify ├── README.md ├── ciphers │ ├── amphibians │ ├── belgianBeers │ ├── desserts │ ├── dessertsArabic │ ├── dessertsChinese │ ├── dessertsHindi │ ├── dessertsPersian │ ├── dessertsRussian │ ├── dessertsSwedishChef │ ├── dessertsThai │ ├── emoji │ ├── evadeAV │ ├── geoCoordsWorldCapitals │ ├── geocache │ ├── hashesMD5 │ ├── ipAddressesTop100 │ ├── pokemonGo │ ├── rickrollYoutube │ ├── skiResorts │ ├── starTrek │ ├── statusCodes │ ├── topWebsites │ ├── worldBeaches │ └── worldFootballTeams ├── cloakify.py ├── cloakifyFactory.py ├── decloakify.py ├── listsUnrandomized │ ├── amphibians.txt │ ├── arabic.txt │ ├── belgianBeers.txt │ ├── chinese.txt │ ├── desserts.txt │ ├── emoji.txt │ ├── evadeAV.txt │ ├── geoCoordsWorldCapitals.txt │ ├── geocache.txt │ ├── hashes.txt │ ├── hindi.txt │ ├── ipAddresses.txt │ ├── persian.txt │ ├── pokemonGo.txt │ ├── russian.txt │ ├── skiResorts.txt │ ├── starTrek.txt │ ├── swedishChef.txt │ ├── thai.txt │ ├── topWebsites.txt │ ├── worldBeaches.txt │ └── worldFootballTeams.txt ├── noiseTools │ ├── prependEmoji.py │ ├── prependID.py │ ├── prependLatLonCoords.py │ └── prependTimestamps.py ├── randomizeCipherExample.txt └── removeNoise.py ├── Content_Bruter_Script ├── Content_Bruter_Script.py └── README.md ├── CredPhish ├── Readme.md └── dns_server.py ├── Cred_Server_Script ├── Cred_Server_Script.py └── README.md ├── CrossLinked ├── Readme.md ├── logger.py ├── search.py └── utils.py ├── Crossfire_POC ├── README.md └── crossfire.py ├── Crypto ├── Readme.md └── crypto.py ├── Cryptography ├── AES │ ├── CMakeLists.txt │ ├── README.md │ ├── aes.c │ ├── aes.h │ ├── constants.h │ ├── encrypt.c │ ├── gen_table.h │ └── gen_tables.c └── RSA │ ├── README.md │ ├── example.py │ └── rsa.py ├── DDoS-Ripper ├── .idea │ ├── .gitignore │ ├── DDoS-Ripper.iml │ ├── misc.xml │ ├── modules.xml │ └── vcs.xml ├── DDoS-Ripper Pro │ ├── DRipper.py │ ├── headers.txt │ └── pytransform │ │ ├── __init__.py │ │ └── _pytransform.dll ├── DRipper Free │ ├── DRipper.py │ └── pytransform │ │ ├── __init__.py │ │ └── _pytransform.dll ├── README.md └── headers.txt ├── DNS_Dump ├── README.md └── dns_dump.py ├── DOOM_port_Scanner ├── DOOM.py └── Readme.md ├── DOS └── dos.py ├── Data Visualization Script └── Script.py ├── Ddos_Attack_Script ├── DDOS_Attack_Script.py └── README.md ├── Dirbrute ├── Dirbrute_Script.py └── README.md ├── Dirbrute_Script ├── Dirbrute_Script.py └── README.md ├── DirectoryBusting ├── README.md ├── directoryBuster.py ├── example.png └── requirements.txt ├── Discord_Token_Grabber ├── README.md └── token-grabber.py ├── Discovering-Subdomains ├── Output1.jpeg ├── Output2.jpeg ├── README.md ├── program.py ├── requirements.txt └── subdomains.txt ├── Domino-Effect ├── README.md ├── dominoeffect.py └── requirements.txt ├── Dumpster_Fire ├── Fire.py ├── More_Info.md ├── README.md └── requirements.txt ├── ENUM_Forms ├── REAMDE.md └── enum_forms.py ├── EggShell └── Readme.md ├── Email script └── Email Automation Script.py ├── Email-nuker ├── Readme.md ├── bomber.py └── emailbomber.py ├── Email_Spoof ├── README.md ├── requirements.txt └── spoofy.py ├── EvilURL ├── README.md ├── evilurl.py └── requirements.txt ├── FTP_Cracker ├── FTP_Cracker.py └── README.md ├── FTP_Password_Cracker ├── FTP.py └── README.md ├── File_Server ├── FileServer.py └── README.m ├── Flooder_Sniffer_Spoofer ├── Readme.md └── sniifer.spoofer.py ├── Geolocation ├── Readme.md ├── geolocation.py └── requirements.txt ├── GhostTracker ├── GhostTR.py └── Readme.md ├── GoNot ├── README.md ├── gonot.py └── requirements.txt ├── Google_Info_Script ├── Google_Info_Script.py └── README.md ├── GraphQLmap ├── README.md ├── attacks.py ├── graphqlmap.py ├── requirements.txt └── utils.py ├── HTML_Phishing_Validator ├── README.md └── html_phishing_validator.py ├── HTTP-Reversed-Shell ├── README.md ├── client.py ├── req.txt ├── server.py └── upload_server.py ├── HTTP_Server ├── HTTP_Server.py └── README.md ├── Hash Buster ├── README.md ├── buster.py └── requirements.txt ├── Hash-Cracker ├── README.md ├── hash-checker.py └── hashcrack.py ├── Hoax_Shell ├── README.md ├── dependencies.md ├── hoax.py └── requirements.txt ├── IP_Address ├── IP.py ├── README.md └── Screenshots │ └── Capture.PNG ├── IP_Location ├── README.md ├── finder.py └── requirements.txt ├── IPdrone ├── README.Md └── ipdrone.py ├── Image_text_hider ├── img_text_hider.py ├── readme.md └── requirements.txt ├── Information-Gathering ├── README.md ├── inforecon.py └── requirements.txt ├── InstaHack ├── README.md ├── cred.txt ├── insta.py └── install.sh ├── Instagram-Automation ├── README.md └── insta-auto.py ├── Jwt_Secret_Bruteforce ├── Jwt_Secret_Bruteforce.py └── README.md ├── Jwt_Secret_Bruteforce_Script ├── Jwt_Secret_Bruteforce_Script.py └── README.md ├── Keylogger ├── README.md ├── keylogger.py └── requirements.txt ├── Kill_Pentest ├── README.md └── kill.py ├── LICENSE ├── LazyBee ├── Readme.md └── lazybee.py ├── Logos ├── Logo pentesting.jpg └── logo 2 pentesting.png ├── MAC-Spoof ├── README.md └── spoof.py ├── Master ├── MENU-DRIVEN.md ├── main.py └── scripts.py ├── Meta_Data_Info_Script ├── Meta_Data_Info_Script.py └── README.md ├── Metasploit script ├── Readme.md └── script.py ├── Morsecode_Convertor ├── Morsecode.py └── README.md ├── Nero-Phishing-Server ├── Readme.md ├── help.py ├── httpd.py └── nero.py ├── Network Packet Sniffing ├── Network Pakcet Sniffing.py └── README.md ├── Network Traffic Analyzer ├── README.md └── network_traffic_analyzer.py ├── Network_analysis ├── Readme.md └── network_analysis.py ├── NightCall ├── README.md └── nightcall.py ├── Noogit ├── README.md ├── example.png └── noogit.py ├── Open-Close-Apps_Automation ├── OpenCloseApps.py ├── README.md └── requirements.txt ├── Password_Cracker ├── Password_Cracker.py └── README.md ├── Payload ├── Readme.md └── payload.py ├── Phishing Scripts ├── Readme.md └── phish_test.js ├── Phising-Website ├── PhishFinity │ ├── LICENSE │ ├── README.md │ ├── phishfinity.sh │ └── sites │ │ ├── adobe │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── badoo │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── create │ │ ├── index.php │ │ ├── ip.php │ │ └── login.php │ │ ├── cryptocurrency │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── devianart │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── dropbox │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── facebook │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ ├── login.php │ │ └── mobile.html │ │ ├── github │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── gitlab │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── google │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── instafollowers │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ ├── login.php │ │ └── login_files │ │ │ ├── analytics.js │ │ │ ├── bootstrap.js │ │ │ ├── css.css │ │ │ ├── font-awesome.css │ │ │ ├── jquery.js │ │ │ ├── jquery_002.js │ │ │ ├── jquery_003.js │ │ │ ├── jquery_004.js │ │ │ ├── jquery_005.js │ │ │ ├── jquery_006.js │ │ │ ├── js.js │ │ │ ├── logo2.png │ │ │ ├── otherscript.js │ │ │ ├── scripts.js │ │ │ ├── smoothscroll.js │ │ │ ├── styles.css │ │ │ └── theme-a.css │ │ ├── instagram │ │ ├── index.php │ │ ├── index_files │ │ │ ├── 001bc33056c1.jpg │ │ │ ├── 2d9d7248af43.jpg │ │ │ ├── 4b70f6fae447.png │ │ │ ├── 629d23a3c7b2.jpg │ │ │ ├── 96f2557117a2.js.download │ │ │ ├── 9e7638226e17.png │ │ │ ├── aafd8c6b005d.jpg │ │ │ ├── b67d172d5783.js.download │ │ │ ├── d1f0f06b39df.js.download │ │ │ ├── f06b908907d5.png │ │ │ ├── f55c258e826e.png │ │ │ ├── f5ae123ab1e2.jpg │ │ │ ├── f9e5c0ca0804.js.download │ │ │ ├── fb48443ec9d3.png │ │ │ ├── lY4eZXm_YWu.html │ │ │ └── sdk.js.download │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── linkedin │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── messenger │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── microsoft │ │ ├── index.php │ │ ├── index_files │ │ │ ├── ConvergedLoginPaginatedStrings.EN.js │ │ │ ├── ConvergedLoginPaginatedStrings.js │ │ │ ├── ConvergedLogin_PCore.js │ │ │ ├── Converged_v21033.css │ │ │ ├── Converged_v21033.css2 │ │ │ ├── ellipsis_grey.svg │ │ │ ├── ellipsis_white.svg │ │ │ ├── microsoft_logo.svg │ │ │ ├── prefetch.html │ │ │ └── prefetch_data │ │ │ │ ├── boot.css │ │ │ │ ├── boot.js │ │ │ │ ├── boot_002.js │ │ │ │ ├── boot_003.js │ │ │ │ ├── boot_004.js │ │ │ │ ├── sprite1.css │ │ │ │ └── sprite1.png │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── myspace │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── netflix │ │ ├── Netflix_files │ │ │ ├── FB-f-Logo__blue_57.png │ │ │ ├── none.css │ │ │ ├── none.js │ │ │ ├── none_002.js │ │ │ ├── sdk.js │ │ │ └── xaOI6zd9HW9.html │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── origin │ │ ├── SIGN IN_files │ │ │ ├── EA_Origin_Lockup_Black.png │ │ │ ├── analytics.js │ │ │ ├── api.js │ │ │ ├── css.css │ │ │ ├── iframe_api.js │ │ │ ├── jquery-1.js │ │ │ ├── jquery.js │ │ │ ├── jquery_002.js │ │ │ ├── jquery_003.js │ │ │ ├── jquery_004.js │ │ │ ├── originX-pc-common.css │ │ │ ├── originX-pc-login.css │ │ │ ├── otk.css │ │ │ ├── recaptcha__en.js │ │ │ ├── sha.js │ │ │ ├── utag.js │ │ │ ├── utag_002.js │ │ │ └── www-widgetapi.js │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── paypal │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── pinterest │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ ├── login.php │ │ └── login_files │ │ │ ├── 130492214192672 │ │ │ ├── cbgapi.loaded_0 │ │ │ ├── cbgapi.loaded_1 │ │ │ ├── cbgapi.loaded_2 │ │ │ ├── cbgapi.loaded_3 │ │ │ ├── clientplusone.js │ │ │ ├── common_desktop-cc5955b1658b3049a89a8e74824afa2e.css │ │ │ ├── entryChunk-www-42ec251dd63eb28f1a3e87da28288e59.css │ │ │ ├── entryChunk-www-unauth-a04e2ef9d883ee259f83.js │ │ │ ├── fbevents.js │ │ │ ├── gestalt-039ab764a920c98697f74f32bdf681a1.css │ │ │ ├── iframe.html │ │ │ ├── iframe_data │ │ │ └── 3723580519-idpiframe.js │ │ │ ├── login_button.html │ │ │ ├── login_button_data │ │ │ ├── Z4_JZrbn7cR.js │ │ │ └── aMltqKRlCHD.png │ │ │ ├── pjs-0-5d015373385578e0d2c4.js │ │ │ ├── pjs-22-c150d8ee52dea5f25e55.js │ │ │ ├── pjs-231-02ef0f57734d26cb9029.js │ │ │ ├── pjs-49-388b2e3857b09960543d.js │ │ │ ├── pjs-51-02ea5c5c9fb36b662bcf.js │ │ │ ├── pjs-locale-en_US-lite-3dcf38fa608036c641ca.js │ │ │ ├── postmessageRelay.html │ │ │ ├── postmessageRelay_data │ │ │ ├── 25936583-postmessagerelay.js │ │ │ ├── cbgapi.loaded_0 │ │ │ └── rpcshindig_random.js │ │ │ ├── sdk.js │ │ │ ├── sdk_002.js │ │ │ ├── sdk_003.js │ │ │ ├── signin.html │ │ │ ├── vendor-react-d20f99c48b5d58e4821c.js │ │ │ └── xaOI6zd9HW9.html │ │ ├── protonmail │ │ ├── index.php │ │ ├── index_files │ │ │ ├── app.js │ │ │ ├── appLazy.js │ │ │ ├── logo.png │ │ │ ├── openpgp.js │ │ │ ├── styles.css │ │ │ ├── vendor.js │ │ │ └── vendorLazy.js │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── shopify │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── shopping │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── snapchat │ │ ├── accounts │ │ │ └── static │ │ │ │ ├── images │ │ │ │ ├── favicon │ │ │ │ │ └── favicon.png │ │ │ │ └── ghost │ │ │ │ │ └── ghost.svg │ │ │ │ ├── scripts │ │ │ │ ├── dropdown.min.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── main.js │ │ │ │ └── semantic.min.js │ │ │ │ └── styles │ │ │ │ ├── accounts.css │ │ │ │ ├── auth.css │ │ │ │ ├── dropdown.min.css │ │ │ │ ├── revoke.css │ │ │ │ ├── semantic.min.css │ │ │ │ ├── snapchat.css │ │ │ │ └── themes │ │ │ │ └── default │ │ │ │ └── assets │ │ │ │ ├── fonts │ │ │ │ ├── icons-.eot │ │ │ │ ├── icons.eot │ │ │ │ ├── icons.svg │ │ │ │ ├── icons.ttf │ │ │ │ ├── icons.woff │ │ │ │ └── icons.woff2 │ │ │ │ └── images │ │ │ │ └── flags.png.html │ │ ├── favicon.ico │ │ ├── ghost.svg │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── spotify │ │ ├── index.php │ │ ├── index_files │ │ │ ├── analytics.js │ │ │ ├── anchor.html │ │ │ ├── api.js │ │ │ ├── bframe.html │ │ │ ├── bframe_data │ │ │ │ ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js │ │ │ │ └── styles__ltr.css │ │ │ ├── index.css │ │ │ ├── index.js │ │ │ └── recaptcha__en.js │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── steam │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── twitch │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── twitter │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── verizon │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── vk │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── wordpress │ │ ├── index.php │ │ ├── index_files │ │ │ ├── images │ │ │ │ └── wordpress-logo.svg │ │ │ └── load-styles.css │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php │ │ ├── yahoo │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ ├── login.php │ │ └── yahoo_files │ │ │ ├── boot.js │ │ │ ├── client.php │ │ │ ├── g-r-min.js │ │ │ ├── r-csc.html │ │ │ └── yahoo_en-US_f_p_bestfit_2x.png │ │ └── yandex │ │ ├── index.php │ │ ├── ip.php │ │ ├── login.html │ │ └── login.php ├── phishfinity.sh ├── twitch │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── twitter │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── verizon │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── vk │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── wordpress │ ├── index.php │ ├── index_files │ │ ├── images │ │ │ └── wordpress-logo.svg │ │ └── load-styles.css │ ├── ip.php │ ├── login.html │ └── login.php └── yahoo │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ └── yahoo_files │ ├── boot.js │ ├── client.php │ ├── g-r-min.js │ ├── r-csc.html │ └── yahoo_en-US_f_p_bestfit_2x.png ├── Phone-Number-Tracker ├── Readme.md ├── Tracker.py └── requirements.txt ├── PhoneSploit ├── .gitignore ├── README.md ├── _config.yml ├── modules │ ├── banner.py │ ├── color.py │ ├── nmap │ │ ├── __init__.py │ │ ├── nmap.py │ │ └── test_nmap.py │ └── release.py └── phonesploitpro.py ├── Phone_Locator ├── README.md ├── main.py └── requirements.txt ├── Port-Scanner ├── Port_Scanner.py ├── README.md └── requirements.txt ├── Process_Monitor ├── Process_Monitor.py ├── README.md └── requirements.txt ├── Proxy ├── Proxy_Script.py ├── README.md └── requirements.txt ├── PyShell ├── README.md ├── pyshell.py └── requirements.txt ├── Python-Nmap ├── README.md ├── requirements.txt ├── sample.png └── scanner.py ├── RAMbo ├── LICENSE ├── README.md ├── installer.sh └── kali-rambo-deb-src │ ├── DEBIAN │ └── control │ ├── etc │ ├── init.d │ │ └── pandora │ ├── init │ │ └── pandora.conf │ └── systemd │ │ └── system │ │ └── pandora.service │ └── usr │ └── bin │ └── pandora ├── README.md ├── RPCScan ├── Readme.md ├── scanner.py ├── setup.py └── termux.py ├── Ransomware ├── README.md └── Ransomware.py ├── RapidScan ├── Readme.md ├── rapidscan.py └── setup.py ├── Recover_Linux ├── README.md ├── install.sh └── recover.sh ├── RouterSploit ├── README.md └── routersploit.py ├── SCRIPTS.md ├── SF_Parser ├── README.md └── sf_parser.py ├── SSH_Cracker_Script ├── README.md └── SSH_Cracker_Script.py ├── STEWS ├── .github │ └── workflows │ │ ├── link-check.yml │ │ └── lint.yml ├── README.md ├── WebSockets_AppSec_US_2021_Presentation.pdf ├── discovery │ ├── README.md │ ├── STEWS-discovery.sh │ └── known-endpoints.txt ├── fingerprint │ ├── 2021-IANA-subprotocols.txt │ ├── README.md │ ├── STEWS-fingerprint.py │ ├── fingerprint-example.jpg │ ├── requirements.txt │ └── websocket-frame.jpg ├── mlc_config.json ├── paper.pdf ├── stews-image.jpg └── vuln-detect │ ├── README.md │ ├── STEWS-vuln-detect.py │ └── requirements.txt ├── Sandbox_Detect_Script ├── README.md └── Sandbox_Detect_Script.py ├── Skype-Automation ├── README.md └── skype.py ├── SniffAir ├── README.md ├── SniffAir.py └── lib │ ├── Connect2DB.py │ ├── Queries.py │ └── Sniffer.py ├── Sniffer_Id_Header_Decode_Script ├── README.md └── Sniffer_Id_Header_Decode_Script.py ├── SocialBox-Termux ├── .idea │ ├── .gitignore │ ├── SocialBox-Termux.iml │ ├── misc.xml │ ├── modules.xml │ └── vcs.xml ├── .whitesource ├── README.md ├── Screenshots │ └── sb.png ├── SocialBox.sh ├── instainsane │ ├── LICENSE │ ├── README.md │ ├── instainsane.sh │ ├── install.sh │ ├── multitor │ │ ├── multitor1 │ │ ├── multitor2 │ │ ├── multitor3 │ │ ├── multitor4 │ │ └── multitor5 │ └── passwords.lst ├── install-sb.sh └── tweetshell │ ├── LICENSE │ ├── README.md │ ├── install.sh │ ├── passwords.lst │ └── tweetshell.sh ├── Space News AI Model ├── README.md └── Space_News.py ├── Sql Injection ├── Readme.md ├── SQL injection.docx ├── requirements.txt └── script.txt ├── Sqlmap ├── README.md ├── penetration_testing_script.py └── requirements.txt ├── Stenography ├── .gitignore ├── LICENSE ├── Pipfile ├── Pipfile.lock ├── README.md ├── SNOW.EXE ├── data.db ├── images │ ├── dots.png │ ├── home_screeen.png │ ├── img.png │ ├── l2.ico │ ├── l2.xbm │ ├── noshow.png │ └── show.png ├── main.py └── steno │ ├── __init__.py │ ├── audio.py │ ├── database.py │ ├── hover.py │ ├── image.py │ └── text.py ├── Stock-Market-Data-Scraper ├── Readme.md ├── requirements.txt └── stock_market.py ├── StreamCatcher ├── README.md ├── requirements.txt └── streamCatcher.py ├── Subchecker ├── Readme.md └── subchecker.py ├── Target-Lib ├── README.md └── targetlib.py ├── Telegram_Automation ├── Automate_Telegram.py ├── README.md ├── Read-Me.txt └── requirements.txt ├── Template for README.md ├── TorIT ├── README.md ├── example.png └── torit.sh ├── Transmission_Control_Protocol_Client ├── README.md ├── Transmission_Control_Protocol_Client.py └── requirements.txt ├── Transmission_Control_Protocol_Server ├── README.md ├── Transmission_Control_Protocol_Server.py └── requirements.txt ├── VulnScanner ├── README.md └── script.rb ├── Vulnerability Assessment and Scanning ├── README.md └── vulnerability_scanner.py ├── WFarm ├── README.md ├── example.png ├── requirements.txt └── wfarm.py ├── Wayback_Machine ├── README.md └── waybackmachine.py ├── Web Application Scanner ├── README.md └── web_application_scanner.py ├── Web scraping beautifulsoup └── beautifulsoup.py ├── WebCrawler └── WebCrawler.py ├── WebStor ├── Readme.md └── webstor.py ├── WebTech ├── README.md └── WebTech.py ├── Weeman ├── README.md ├── Requirements.txt └── weeman.py ├── Who-Is ├── README.md ├── requirements.txt └── whois.py ├── Wifi_passwords ├── README.md └── wifi-passwords.py ├── Wishing Bot Model ├── README.md └── WishingBot.py ├── ZIP cracker ├── README.md └── zip_cracker.py ├── _config.yml ├── adobe ├── index.php ├── ip.php ├── login.html └── login.php ├── badoo ├── index.php ├── ip.php ├── login.html └── login.php ├── cipher_buster ├── cipher_buster.py └── readme.md ├── clickjacking ├── README.md └── clickjacking.py ├── create ├── index.php ├── ip.php └── login.php ├── cryptocurrency ├── index.php ├── ip.php ├── login.html └── login.php ├── devianart ├── index.php ├── ip.php ├── login.html └── login.php ├── dos-attack ├── Readme.md ├── dos.png ├── dos.py └── requirements.txt ├── dotdotslash ├── Readme.md └── dotdotslash.py ├── dropbox ├── index.php ├── ip.php ├── login.html └── login.php ├── easyscope ├── README.md ├── easyscope.py ├── requirements.txt └── snapshot │ ├── output.png │ └── usage.JPG ├── encrypt_string ├── README └── string_hashing.py ├── facebook ├── index.php ├── ip.php ├── login.html ├── login.php └── mobile.html ├── github ├── index.php ├── ip.php ├── login.html └── login.php ├── gitlab ├── index.php ├── ip.php ├── login.html └── login.php ├── google ├── index.php ├── ip.php ├── login.html └── login.php ├── hackerEnv ├── Readme.md └── hackerenv.py ├── http_headerAnalysis ├── Readme.md ├── http.jpeg └── http.py ├── iGen ├── README.md ├── example.png └── igen.py ├── instafollowers ├── index.php ├── ip.php ├── login.html ├── login.php └── login_files │ ├── analytics.js │ ├── bootstrap.js │ ├── css.css │ ├── font-awesome.css │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── js.js │ ├── logo2.png │ ├── otherscript.js │ ├── scripts.js │ ├── smoothscroll.js │ ├── styles.css │ └── theme-a.css ├── instagram ├── index.php ├── index_files │ ├── 001bc33056c1.jpg │ ├── 2d9d7248af43.jpg │ ├── 4b70f6fae447.png │ ├── 629d23a3c7b2.jpg │ ├── 96f2557117a2.js.download │ ├── 9e7638226e17.png │ ├── aafd8c6b005d.jpg │ ├── b67d172d5783.js.download │ ├── d1f0f06b39df.js.download │ ├── f06b908907d5.png │ ├── f55c258e826e.png │ ├── f5ae123ab1e2.jpg │ ├── f9e5c0ca0804.js.download │ ├── fb48443ec9d3.png │ ├── lY4eZXm_YWu.html │ └── sdk.js.download ├── ip.php ├── login.html └── login.php ├── linkedin ├── index.php ├── ip.php ├── login.html └── login.php ├── messenger ├── index.php ├── ip.php ├── login.html └── login.php ├── microsoft ├── index.php ├── index_files │ ├── ConvergedLoginPaginatedStrings.EN.js │ ├── ConvergedLoginPaginatedStrings.js │ ├── ConvergedLogin_PCore.js │ ├── Converged_v21033.css │ ├── Converged_v21033.css2 │ ├── ellipsis_grey.svg │ ├── ellipsis_white.svg │ ├── microsoft_logo.svg │ ├── prefetch.html │ └── prefetch_data │ │ ├── boot.css │ │ ├── boot.js │ │ ├── boot_002.js │ │ ├── boot_003.js │ │ ├── boot_004.js │ │ ├── sprite1.css │ │ └── sprite1.png ├── ip.php ├── login.html └── login.php ├── myspace ├── index.php ├── ip.php ├── login.html └── login.php ├── nScan ├── NScan.py └── README.md ├── netflix ├── Netflix_files │ ├── FB-f-Logo__blue_57.png │ ├── none.css │ ├── none.js │ ├── none_002.js │ ├── sdk.js │ └── xaOI6zd9HW9.html ├── index.php ├── ip.php ├── login.html └── login.php ├── origin ├── SIGN IN_files │ ├── EA_Origin_Lockup_Black.png │ ├── analytics.js │ ├── api.js │ ├── css.css │ ├── iframe_api.js │ ├── jquery-1.js │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── originX-pc-common.css │ ├── originX-pc-login.css │ ├── otk.css │ ├── recaptcha__en.js │ ├── sha.js │ ├── utag.js │ ├── utag_002.js │ └── www-widgetapi.js ├── index.php ├── ip.php ├── login.html └── login.php ├── paypal ├── index.php ├── ip.php ├── login.html └── login.php ├── pdf_unlocker ├── README.md ├── requirements.txt └── script.py ├── pinterest ├── index.php ├── ip.php ├── login.html ├── login.php └── login_files │ ├── 130492214192672 │ ├── cbgapi.loaded_0 │ ├── cbgapi.loaded_1 │ ├── cbgapi.loaded_2 │ ├── cbgapi.loaded_3 │ ├── clientplusone.js │ ├── common_desktop-cc5955b1658b3049a89a8e74824afa2e.css │ ├── entryChunk-www-42ec251dd63eb28f1a3e87da28288e59.css │ ├── entryChunk-www-unauth-a04e2ef9d883ee259f83.js │ ├── fbevents.js │ ├── gestalt-039ab764a920c98697f74f32bdf681a1.css │ ├── iframe.html │ ├── iframe_data │ └── 3723580519-idpiframe.js │ ├── login_button.html │ ├── login_button_data │ ├── Z4_JZrbn7cR.js │ └── aMltqKRlCHD.png │ ├── pjs-0-5d015373385578e0d2c4.js │ ├── pjs-22-c150d8ee52dea5f25e55.js │ ├── pjs-231-02ef0f57734d26cb9029.js │ ├── pjs-49-388b2e3857b09960543d.js │ ├── pjs-51-02ea5c5c9fb36b662bcf.js │ ├── pjs-locale-en_US-lite-3dcf38fa608036c641ca.js │ ├── postmessageRelay.html │ ├── postmessageRelay_data │ ├── 25936583-postmessagerelay.js │ ├── cbgapi.loaded_0 │ └── rpcshindig_random.js │ ├── sdk.js │ ├── sdk_002.js │ ├── sdk_003.js │ ├── signin.html │ ├── vendor-react-d20f99c48b5d58e4821c.js │ └── xaOI6zd9HW9.html ├── powershell ├── Readme.md ├── example.ps1 └── powershell_cmd_stager.py ├── protonmail ├── index.php ├── index_files │ ├── app.js │ ├── appLazy.js │ ├── logo.png │ ├── openpgp.js │ ├── styles.css │ ├── vendor.js │ └── vendorLazy.js ├── ip.php ├── login.html └── login.php ├── shopify ├── index.php ├── ip.php ├── login.html └── login.php ├── shopping ├── index.php ├── ip.php ├── login.html └── login.php ├── snapchat ├── accounts │ └── static │ │ ├── images │ │ ├── favicon │ │ │ └── favicon.png │ │ └── ghost │ │ │ └── ghost.svg │ │ ├── scripts │ │ ├── dropdown.min.js │ │ ├── jquery.min.js │ │ ├── main.js │ │ └── semantic.min.js │ │ └── styles │ │ ├── accounts.css │ │ ├── auth.css │ │ ├── dropdown.min.css │ │ ├── revoke.css │ │ ├── semantic.min.css │ │ ├── snapchat.css │ │ └── themes │ │ └── default │ │ └── assets │ │ ├── fonts │ │ ├── icons-.eot │ │ ├── icons.eot │ │ ├── icons.svg │ │ ├── icons.ttf │ │ ├── icons.woff │ │ └── icons.woff2 │ │ └── images │ │ └── flags.png.html ├── favicon.ico ├── ghost.svg ├── index.php ├── ip.php ├── login.html └── login.php ├── spotify ├── index.php ├── index_files │ ├── analytics.js │ ├── anchor.html │ ├── api.js │ ├── bframe.html │ ├── bframe_data │ │ ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js │ │ └── styles__ltr.css │ ├── index.css │ ├── index.js │ └── recaptcha__en.js ├── ip.php ├── login.html └── login.php ├── stealing_all_files ├── LICENSE.md ├── README.md ├── autorun.inf ├── help.txt ├── img │ └── logo.png ├── requirements.txt ├── script.py └── test_script.py ├── steam ├── index.php ├── ip.php ├── login.html └── login.php ├── text_decryption ├── README.md ├── encrypt_decrypt.py └── requirements.txt ├── text_encryption ├── encryption_method.py └── readme.md ├── wireless ├── Readme.md └── Wireless.py └── yandex ├── index.php ├── ip.php ├── login.html └── login.php /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.DS_Store -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/ISSUE_TEMPLATE/Documentation.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/ISSUE_TEMPLATE/feature-request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/script-addition.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/ISSUE_TEMPLATE/script-addition.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/styles.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/ISSUE_TEMPLATE/styles.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/labeler-config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/labeler-config.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/pull_request_template.yml -------------------------------------------------------------------------------- /.github/workflows/add-labels-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/add-labels-pr.yml -------------------------------------------------------------------------------- /.github/workflows/author-assign-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/author-assign-pr.yml -------------------------------------------------------------------------------- /.github/workflows/auto-assign.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/auto-assign.yml -------------------------------------------------------------------------------- /.github/workflows/auto-comment-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/auto-comment-pr.yml -------------------------------------------------------------------------------- /.github/workflows/black.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/black.yml -------------------------------------------------------------------------------- /.github/workflows/close_old_issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/close_old_issues.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/greetings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/greetings.yml -------------------------------------------------------------------------------- /.github/workflows/issue-close-greet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/issue-close-greet.yml -------------------------------------------------------------------------------- /.github/workflows/issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/issues.yml -------------------------------------------------------------------------------- /.github/workflows/linting.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/linting.yml -------------------------------------------------------------------------------- /.github/workflows/lock.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/lock.yml -------------------------------------------------------------------------------- /.github/workflows/pr-close-greet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/pr-close-greet.yml -------------------------------------------------------------------------------- /.github/workflows/prevent_multiple_issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.github/workflows/prevent_multiple_issues.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /403Bypass/403bypasser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/403Bypass/403bypasser.py -------------------------------------------------------------------------------- /403Bypass/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/403Bypass/README.md -------------------------------------------------------------------------------- /403Bypass/requirements.txt: -------------------------------------------------------------------------------- 1 | urllib3 2 | requests 3 | colorama 4 | -------------------------------------------------------------------------------- /9Types_Hash_Cracker/9types_Hash_Cracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/9Types_Hash_Cracker/9types_Hash_Cracker.py -------------------------------------------------------------------------------- /9Types_Hash_Cracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/9Types_Hash_Cracker/README.md -------------------------------------------------------------------------------- /Automate_Github/Github_Automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Automate_Github/Github_Automation.py -------------------------------------------------------------------------------- /Automate_Github/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Automate_Github/README.md -------------------------------------------------------------------------------- /Automated_email/email_automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Automated_email/email_automation.py -------------------------------------------------------------------------------- /Automated_email/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Automated_email/readme.md -------------------------------------------------------------------------------- /Automatic_MAC_Address_changer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Automatic_MAC_Address_changer.py -------------------------------------------------------------------------------- /Automation script/automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Automation script/automation.py -------------------------------------------------------------------------------- /B11/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/B11/Readme.md -------------------------------------------------------------------------------- /B11/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/B11/main.py -------------------------------------------------------------------------------- /CCTV_Hack/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CCTV_Hack/Readme.md -------------------------------------------------------------------------------- /CCTV_Hack/cctv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CCTV_Hack/cctv.py -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Checking_website/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Checking_website/Readme.md -------------------------------------------------------------------------------- /Checking_website/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /Checking_website/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Checking_website/script.py -------------------------------------------------------------------------------- /Ciphey tool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Ciphey tool/README.md -------------------------------------------------------------------------------- /Ciphey tool/ciphey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Ciphey tool/ciphey.py -------------------------------------------------------------------------------- /Ciphey tool/dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Ciphey tool/dependencies.md -------------------------------------------------------------------------------- /Ciphey tool/requirements.txt: -------------------------------------------------------------------------------- 1 | appdirs 2 | click 3 | rich 4 | ciphey -------------------------------------------------------------------------------- /Cloakify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/README.md -------------------------------------------------------------------------------- /Cloakify/ciphers/amphibians: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/amphibians -------------------------------------------------------------------------------- /Cloakify/ciphers/belgianBeers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/belgianBeers -------------------------------------------------------------------------------- /Cloakify/ciphers/desserts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/desserts -------------------------------------------------------------------------------- /Cloakify/ciphers/dessertsArabic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/dessertsArabic -------------------------------------------------------------------------------- /Cloakify/ciphers/dessertsChinese: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/dessertsChinese -------------------------------------------------------------------------------- /Cloakify/ciphers/dessertsHindi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/dessertsHindi -------------------------------------------------------------------------------- /Cloakify/ciphers/dessertsPersian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/dessertsPersian -------------------------------------------------------------------------------- /Cloakify/ciphers/dessertsRussian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/dessertsRussian -------------------------------------------------------------------------------- /Cloakify/ciphers/dessertsSwedishChef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/dessertsSwedishChef -------------------------------------------------------------------------------- /Cloakify/ciphers/dessertsThai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/dessertsThai -------------------------------------------------------------------------------- /Cloakify/ciphers/emoji: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/emoji -------------------------------------------------------------------------------- /Cloakify/ciphers/evadeAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/evadeAV -------------------------------------------------------------------------------- /Cloakify/ciphers/geoCoordsWorldCapitals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/geoCoordsWorldCapitals -------------------------------------------------------------------------------- /Cloakify/ciphers/geocache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/geocache -------------------------------------------------------------------------------- /Cloakify/ciphers/hashesMD5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/hashesMD5 -------------------------------------------------------------------------------- /Cloakify/ciphers/ipAddressesTop100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/ipAddressesTop100 -------------------------------------------------------------------------------- /Cloakify/ciphers/pokemonGo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/pokemonGo -------------------------------------------------------------------------------- /Cloakify/ciphers/rickrollYoutube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/rickrollYoutube -------------------------------------------------------------------------------- /Cloakify/ciphers/skiResorts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/skiResorts -------------------------------------------------------------------------------- /Cloakify/ciphers/starTrek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/starTrek -------------------------------------------------------------------------------- /Cloakify/ciphers/statusCodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/statusCodes -------------------------------------------------------------------------------- /Cloakify/ciphers/topWebsites: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/topWebsites -------------------------------------------------------------------------------- /Cloakify/ciphers/worldBeaches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/worldBeaches -------------------------------------------------------------------------------- /Cloakify/ciphers/worldFootballTeams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/ciphers/worldFootballTeams -------------------------------------------------------------------------------- /Cloakify/cloakify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/cloakify.py -------------------------------------------------------------------------------- /Cloakify/cloakifyFactory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/cloakifyFactory.py -------------------------------------------------------------------------------- /Cloakify/decloakify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/decloakify.py -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/amphibians.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/amphibians.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/arabic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/arabic.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/belgianBeers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/belgianBeers.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/chinese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/chinese.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/desserts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/desserts.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/emoji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/emoji.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/evadeAV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/evadeAV.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/geocache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/geocache.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/hashes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/hashes.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/hindi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/hindi.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/ipAddresses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/ipAddresses.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/persian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/persian.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/pokemonGo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/pokemonGo.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/russian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/russian.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/skiResorts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/skiResorts.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/starTrek.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/starTrek.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/swedishChef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/swedishChef.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/thai.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/thai.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/topWebsites.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/topWebsites.txt -------------------------------------------------------------------------------- /Cloakify/listsUnrandomized/worldBeaches.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/listsUnrandomized/worldBeaches.txt -------------------------------------------------------------------------------- /Cloakify/noiseTools/prependEmoji.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/noiseTools/prependEmoji.py -------------------------------------------------------------------------------- /Cloakify/noiseTools/prependID.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/noiseTools/prependID.py -------------------------------------------------------------------------------- /Cloakify/noiseTools/prependLatLonCoords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/noiseTools/prependLatLonCoords.py -------------------------------------------------------------------------------- /Cloakify/noiseTools/prependTimestamps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/noiseTools/prependTimestamps.py -------------------------------------------------------------------------------- /Cloakify/randomizeCipherExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/randomizeCipherExample.txt -------------------------------------------------------------------------------- /Cloakify/removeNoise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cloakify/removeNoise.py -------------------------------------------------------------------------------- /Content_Bruter_Script/Content_Bruter_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Content_Bruter_Script/Content_Bruter_Script.py -------------------------------------------------------------------------------- /Content_Bruter_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Content_Bruter_Script/README.md -------------------------------------------------------------------------------- /CredPhish/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CredPhish/Readme.md -------------------------------------------------------------------------------- /CredPhish/dns_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CredPhish/dns_server.py -------------------------------------------------------------------------------- /Cred_Server_Script/Cred_Server_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cred_Server_Script/Cred_Server_Script.py -------------------------------------------------------------------------------- /Cred_Server_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cred_Server_Script/README.md -------------------------------------------------------------------------------- /CrossLinked/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CrossLinked/Readme.md -------------------------------------------------------------------------------- /CrossLinked/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CrossLinked/logger.py -------------------------------------------------------------------------------- /CrossLinked/search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CrossLinked/search.py -------------------------------------------------------------------------------- /CrossLinked/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/CrossLinked/utils.py -------------------------------------------------------------------------------- /Crossfire_POC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Crossfire_POC/README.md -------------------------------------------------------------------------------- /Crossfire_POC/crossfire.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Crossfire_POC/crossfire.py -------------------------------------------------------------------------------- /Crypto/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Crypto/Readme.md -------------------------------------------------------------------------------- /Crypto/crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Crypto/crypto.py -------------------------------------------------------------------------------- /Cryptography/AES/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/AES/CMakeLists.txt -------------------------------------------------------------------------------- /Cryptography/AES/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/AES/README.md -------------------------------------------------------------------------------- /Cryptography/AES/aes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/AES/aes.c -------------------------------------------------------------------------------- /Cryptography/AES/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/AES/aes.h -------------------------------------------------------------------------------- /Cryptography/AES/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/AES/constants.h -------------------------------------------------------------------------------- /Cryptography/AES/encrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/AES/encrypt.c -------------------------------------------------------------------------------- /Cryptography/AES/gen_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/AES/gen_table.h -------------------------------------------------------------------------------- /Cryptography/AES/gen_tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/AES/gen_tables.c -------------------------------------------------------------------------------- /Cryptography/RSA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/RSA/README.md -------------------------------------------------------------------------------- /Cryptography/RSA/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/RSA/example.py -------------------------------------------------------------------------------- /Cryptography/RSA/rsa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Cryptography/RSA/rsa.py -------------------------------------------------------------------------------- /DDoS-Ripper/.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/.idea/.gitignore -------------------------------------------------------------------------------- /DDoS-Ripper/.idea/DDoS-Ripper.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/.idea/DDoS-Ripper.iml -------------------------------------------------------------------------------- /DDoS-Ripper/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/.idea/misc.xml -------------------------------------------------------------------------------- /DDoS-Ripper/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/.idea/modules.xml -------------------------------------------------------------------------------- /DDoS-Ripper/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/.idea/vcs.xml -------------------------------------------------------------------------------- /DDoS-Ripper/DDoS-Ripper Pro/DRipper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/DDoS-Ripper Pro/DRipper.py -------------------------------------------------------------------------------- /DDoS-Ripper/DDoS-Ripper Pro/headers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/DDoS-Ripper Pro/headers.txt -------------------------------------------------------------------------------- /DDoS-Ripper/DRipper Free/DRipper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/DRipper Free/DRipper.py -------------------------------------------------------------------------------- /DDoS-Ripper/DRipper Free/pytransform/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/DRipper Free/pytransform/__init__.py -------------------------------------------------------------------------------- /DDoS-Ripper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/README.md -------------------------------------------------------------------------------- /DDoS-Ripper/headers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DDoS-Ripper/headers.txt -------------------------------------------------------------------------------- /DNS_Dump/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DNS_Dump/README.md -------------------------------------------------------------------------------- /DNS_Dump/dns_dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DNS_Dump/dns_dump.py -------------------------------------------------------------------------------- /DOOM_port_Scanner/DOOM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DOOM_port_Scanner/DOOM.py -------------------------------------------------------------------------------- /DOOM_port_Scanner/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DOOM_port_Scanner/Readme.md -------------------------------------------------------------------------------- /DOS/dos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DOS/dos.py -------------------------------------------------------------------------------- /Data Visualization Script/Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Data Visualization Script/Script.py -------------------------------------------------------------------------------- /Ddos_Attack_Script/DDOS_Attack_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Ddos_Attack_Script/DDOS_Attack_Script.py -------------------------------------------------------------------------------- /Ddos_Attack_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Ddos_Attack_Script/README.md -------------------------------------------------------------------------------- /Dirbrute/Dirbrute_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Dirbrute/Dirbrute_Script.py -------------------------------------------------------------------------------- /Dirbrute/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Dirbrute/README.md -------------------------------------------------------------------------------- /Dirbrute_Script/Dirbrute_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Dirbrute_Script/Dirbrute_Script.py -------------------------------------------------------------------------------- /Dirbrute_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Dirbrute_Script/README.md -------------------------------------------------------------------------------- /DirectoryBusting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DirectoryBusting/README.md -------------------------------------------------------------------------------- /DirectoryBusting/directoryBuster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DirectoryBusting/directoryBuster.py -------------------------------------------------------------------------------- /DirectoryBusting/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/DirectoryBusting/example.png -------------------------------------------------------------------------------- /DirectoryBusting/requirements.txt: -------------------------------------------------------------------------------- 1 | urllib3 2 | requests 3 | -------------------------------------------------------------------------------- /Discord_Token_Grabber/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Discord_Token_Grabber/README.md -------------------------------------------------------------------------------- /Discord_Token_Grabber/token-grabber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Discord_Token_Grabber/token-grabber.py -------------------------------------------------------------------------------- /Discovering-Subdomains/Output1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Discovering-Subdomains/Output1.jpeg -------------------------------------------------------------------------------- /Discovering-Subdomains/Output2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Discovering-Subdomains/Output2.jpeg -------------------------------------------------------------------------------- /Discovering-Subdomains/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Discovering-Subdomains/README.md -------------------------------------------------------------------------------- /Discovering-Subdomains/program.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Discovering-Subdomains/program.py -------------------------------------------------------------------------------- /Discovering-Subdomains/requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.31.0 2 | -------------------------------------------------------------------------------- /Discovering-Subdomains/subdomains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Discovering-Subdomains/subdomains.txt -------------------------------------------------------------------------------- /Domino-Effect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Domino-Effect/README.md -------------------------------------------------------------------------------- /Domino-Effect/dominoeffect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Domino-Effect/dominoeffect.py -------------------------------------------------------------------------------- /Domino-Effect/requirements.txt: -------------------------------------------------------------------------------- 1 | requests == 2.7.0 2 | BeautifulSoup == 3.2.1 -------------------------------------------------------------------------------- /Dumpster_Fire/Fire.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Dumpster_Fire/Fire.py -------------------------------------------------------------------------------- /Dumpster_Fire/More_Info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Dumpster_Fire/More_Info.md -------------------------------------------------------------------------------- /Dumpster_Fire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Dumpster_Fire/README.md -------------------------------------------------------------------------------- /Dumpster_Fire/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Dumpster_Fire/requirements.txt -------------------------------------------------------------------------------- /ENUM_Forms/REAMDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/ENUM_Forms/REAMDE.md -------------------------------------------------------------------------------- /ENUM_Forms/enum_forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/ENUM_Forms/enum_forms.py -------------------------------------------------------------------------------- /EggShell/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/EggShell/Readme.md -------------------------------------------------------------------------------- /Email script/Email Automation Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Email script/Email Automation Script.py -------------------------------------------------------------------------------- /Email-nuker/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Email-nuker/Readme.md -------------------------------------------------------------------------------- /Email-nuker/bomber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Email-nuker/bomber.py -------------------------------------------------------------------------------- /Email-nuker/emailbomber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Email-nuker/emailbomber.py -------------------------------------------------------------------------------- /Email_Spoof/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Email_Spoof/README.md -------------------------------------------------------------------------------- /Email_Spoof/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /Email_Spoof/spoofy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Email_Spoof/spoofy.py -------------------------------------------------------------------------------- /EvilURL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/EvilURL/README.md -------------------------------------------------------------------------------- /EvilURL/evilurl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/EvilURL/evilurl.py -------------------------------------------------------------------------------- /EvilURL/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/EvilURL/requirements.txt -------------------------------------------------------------------------------- /FTP_Cracker/FTP_Cracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/FTP_Cracker/FTP_Cracker.py -------------------------------------------------------------------------------- /FTP_Cracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/FTP_Cracker/README.md -------------------------------------------------------------------------------- /FTP_Password_Cracker/FTP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/FTP_Password_Cracker/FTP.py -------------------------------------------------------------------------------- /FTP_Password_Cracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/FTP_Password_Cracker/README.md -------------------------------------------------------------------------------- /File_Server/FileServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/File_Server/FileServer.py -------------------------------------------------------------------------------- /File_Server/README.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/File_Server/README.m -------------------------------------------------------------------------------- /Flooder_Sniffer_Spoofer/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Flooder_Sniffer_Spoofer/Readme.md -------------------------------------------------------------------------------- /Flooder_Sniffer_Spoofer/sniifer.spoofer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Flooder_Sniffer_Spoofer/sniifer.spoofer.py -------------------------------------------------------------------------------- /Geolocation/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Geolocation/Readme.md -------------------------------------------------------------------------------- /Geolocation/geolocation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Geolocation/geolocation.py -------------------------------------------------------------------------------- /Geolocation/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Geolocation/requirements.txt -------------------------------------------------------------------------------- /GhostTracker/GhostTR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GhostTracker/GhostTR.py -------------------------------------------------------------------------------- /GhostTracker/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GhostTracker/Readme.md -------------------------------------------------------------------------------- /GoNot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GoNot/README.md -------------------------------------------------------------------------------- /GoNot/gonot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GoNot/gonot.py -------------------------------------------------------------------------------- /GoNot/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | html2text -------------------------------------------------------------------------------- /Google_Info_Script/Google_Info_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Google_Info_Script/Google_Info_Script.py -------------------------------------------------------------------------------- /Google_Info_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Google_Info_Script/README.md -------------------------------------------------------------------------------- /GraphQLmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GraphQLmap/README.md -------------------------------------------------------------------------------- /GraphQLmap/attacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GraphQLmap/attacks.py -------------------------------------------------------------------------------- /GraphQLmap/graphqlmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GraphQLmap/graphqlmap.py -------------------------------------------------------------------------------- /GraphQLmap/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GraphQLmap/requirements.txt -------------------------------------------------------------------------------- /GraphQLmap/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/GraphQLmap/utils.py -------------------------------------------------------------------------------- /HTML_Phishing_Validator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/HTML_Phishing_Validator/README.md -------------------------------------------------------------------------------- /HTTP-Reversed-Shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/HTTP-Reversed-Shell/README.md -------------------------------------------------------------------------------- /HTTP-Reversed-Shell/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/HTTP-Reversed-Shell/client.py -------------------------------------------------------------------------------- /HTTP-Reversed-Shell/req.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/HTTP-Reversed-Shell/req.txt -------------------------------------------------------------------------------- /HTTP-Reversed-Shell/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/HTTP-Reversed-Shell/server.py -------------------------------------------------------------------------------- /HTTP-Reversed-Shell/upload_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/HTTP-Reversed-Shell/upload_server.py -------------------------------------------------------------------------------- /HTTP_Server/HTTP_Server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/HTTP_Server/HTTP_Server.py -------------------------------------------------------------------------------- /HTTP_Server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/HTTP_Server/README.md -------------------------------------------------------------------------------- /Hash Buster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Hash Buster/README.md -------------------------------------------------------------------------------- /Hash Buster/buster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Hash Buster/buster.py -------------------------------------------------------------------------------- /Hash Buster/requirements.txt: -------------------------------------------------------------------------------- 1 | requests>=2.26.0 2 | -------------------------------------------------------------------------------- /Hash-Cracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Hash-Cracker/README.md -------------------------------------------------------------------------------- /Hash-Cracker/hash-checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Hash-Cracker/hash-checker.py -------------------------------------------------------------------------------- /Hash-Cracker/hashcrack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Hash-Cracker/hashcrack.py -------------------------------------------------------------------------------- /Hoax_Shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Hoax_Shell/README.md -------------------------------------------------------------------------------- /Hoax_Shell/dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Hoax_Shell/dependencies.md -------------------------------------------------------------------------------- /Hoax_Shell/hoax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Hoax_Shell/hoax.py -------------------------------------------------------------------------------- /Hoax_Shell/requirements.txt: -------------------------------------------------------------------------------- 1 | click>=8.0.0 2 | colorama>=0.4.4 -------------------------------------------------------------------------------- /IP_Address/IP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/IP_Address/IP.py -------------------------------------------------------------------------------- /IP_Address/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/IP_Address/README.md -------------------------------------------------------------------------------- /IP_Address/Screenshots/Capture.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/IP_Address/Screenshots/Capture.PNG -------------------------------------------------------------------------------- /IP_Location/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/IP_Location/README.md -------------------------------------------------------------------------------- /IP_Location/finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/IP_Location/finder.py -------------------------------------------------------------------------------- /IP_Location/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/IP_Location/requirements.txt -------------------------------------------------------------------------------- /IPdrone/README.Md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/IPdrone/README.Md -------------------------------------------------------------------------------- /IPdrone/ipdrone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/IPdrone/ipdrone.py -------------------------------------------------------------------------------- /Image_text_hider/img_text_hider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Image_text_hider/img_text_hider.py -------------------------------------------------------------------------------- /Image_text_hider/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Image_text_hider/readme.md -------------------------------------------------------------------------------- /Image_text_hider/requirements.txt: -------------------------------------------------------------------------------- 1 | argparse 2 | stegano -------------------------------------------------------------------------------- /Information-Gathering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Information-Gathering/README.md -------------------------------------------------------------------------------- /Information-Gathering/inforecon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Information-Gathering/inforecon.py -------------------------------------------------------------------------------- /Information-Gathering/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Information-Gathering/requirements.txt -------------------------------------------------------------------------------- /InstaHack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/InstaHack/README.md -------------------------------------------------------------------------------- /InstaHack/cred.txt: -------------------------------------------------------------------------------- 1 | username 2 | password 3 | -------------------------------------------------------------------------------- /InstaHack/insta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/InstaHack/insta.py -------------------------------------------------------------------------------- /InstaHack/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/InstaHack/install.sh -------------------------------------------------------------------------------- /Instagram-Automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Instagram-Automation/README.md -------------------------------------------------------------------------------- /Instagram-Automation/insta-auto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Instagram-Automation/insta-auto.py -------------------------------------------------------------------------------- /Jwt_Secret_Bruteforce/Jwt_Secret_Bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Jwt_Secret_Bruteforce/Jwt_Secret_Bruteforce.py -------------------------------------------------------------------------------- /Jwt_Secret_Bruteforce/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Jwt_Secret_Bruteforce/README.md -------------------------------------------------------------------------------- /Jwt_Secret_Bruteforce_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Jwt_Secret_Bruteforce_Script/README.md -------------------------------------------------------------------------------- /Keylogger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Keylogger/README.md -------------------------------------------------------------------------------- /Keylogger/keylogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Keylogger/keylogger.py -------------------------------------------------------------------------------- /Keylogger/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Keylogger/requirements.txt -------------------------------------------------------------------------------- /Kill_Pentest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Kill_Pentest/README.md -------------------------------------------------------------------------------- /Kill_Pentest/kill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Kill_Pentest/kill.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /LazyBee/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/LazyBee/Readme.md -------------------------------------------------------------------------------- /LazyBee/lazybee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/LazyBee/lazybee.py -------------------------------------------------------------------------------- /Logos/Logo pentesting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Logos/Logo pentesting.jpg -------------------------------------------------------------------------------- /Logos/logo 2 pentesting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Logos/logo 2 pentesting.png -------------------------------------------------------------------------------- /MAC-Spoof/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/MAC-Spoof/README.md -------------------------------------------------------------------------------- /MAC-Spoof/spoof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/MAC-Spoof/spoof.py -------------------------------------------------------------------------------- /Master/MENU-DRIVEN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Master/MENU-DRIVEN.md -------------------------------------------------------------------------------- /Master/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Master/main.py -------------------------------------------------------------------------------- /Master/scripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Master/scripts.py -------------------------------------------------------------------------------- /Meta_Data_Info_Script/Meta_Data_Info_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Meta_Data_Info_Script/Meta_Data_Info_Script.py -------------------------------------------------------------------------------- /Meta_Data_Info_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Meta_Data_Info_Script/README.md -------------------------------------------------------------------------------- /Metasploit script/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Metasploit script/Readme.md -------------------------------------------------------------------------------- /Metasploit script/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Metasploit script/script.py -------------------------------------------------------------------------------- /Morsecode_Convertor/Morsecode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Morsecode_Convertor/Morsecode.py -------------------------------------------------------------------------------- /Morsecode_Convertor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Morsecode_Convertor/README.md -------------------------------------------------------------------------------- /Nero-Phishing-Server/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Nero-Phishing-Server/Readme.md -------------------------------------------------------------------------------- /Nero-Phishing-Server/help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Nero-Phishing-Server/help.py -------------------------------------------------------------------------------- /Nero-Phishing-Server/httpd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Nero-Phishing-Server/httpd.py -------------------------------------------------------------------------------- /Nero-Phishing-Server/nero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Nero-Phishing-Server/nero.py -------------------------------------------------------------------------------- /Network Packet Sniffing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Network Packet Sniffing/README.md -------------------------------------------------------------------------------- /Network Traffic Analyzer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Network Traffic Analyzer/README.md -------------------------------------------------------------------------------- /Network_analysis/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Network_analysis/Readme.md -------------------------------------------------------------------------------- /Network_analysis/network_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Network_analysis/network_analysis.py -------------------------------------------------------------------------------- /NightCall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/NightCall/README.md -------------------------------------------------------------------------------- /NightCall/nightcall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/NightCall/nightcall.py -------------------------------------------------------------------------------- /Noogit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Noogit/README.md -------------------------------------------------------------------------------- /Noogit/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Noogit/example.png -------------------------------------------------------------------------------- /Noogit/noogit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Noogit/noogit.py -------------------------------------------------------------------------------- /Open-Close-Apps_Automation/OpenCloseApps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Open-Close-Apps_Automation/OpenCloseApps.py -------------------------------------------------------------------------------- /Open-Close-Apps_Automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Open-Close-Apps_Automation/README.md -------------------------------------------------------------------------------- /Open-Close-Apps_Automation/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Open-Close-Apps_Automation/requirements.txt -------------------------------------------------------------------------------- /Password_Cracker/Password_Cracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Password_Cracker/Password_Cracker.py -------------------------------------------------------------------------------- /Password_Cracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Password_Cracker/README.md -------------------------------------------------------------------------------- /Payload/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Payload/Readme.md -------------------------------------------------------------------------------- /Payload/payload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Payload/payload.py -------------------------------------------------------------------------------- /Phishing Scripts/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phishing Scripts/Readme.md -------------------------------------------------------------------------------- /Phishing Scripts/phish_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phishing Scripts/phish_test.js -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/LICENSE -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/README.md -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/phishfinity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/phishfinity.sh -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/adobe/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/adobe/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/badoo/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/badoo/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/create/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/create/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/create/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/cryptocurrency/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/devianart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/dropbox/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/dropbox/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/github/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/github/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/gitlab/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/gitlab/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/gitlab/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/google/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/google/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/instafollowers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/myspace/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/myspace/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/myspace/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/pinterest/login_files/cbgapi.loaded_2: -------------------------------------------------------------------------------- 1 | /* JS */ gapi.loaded_2(function(_){var window=this; 2 | }); 3 | // Google Inc. 4 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/shopify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/shopping/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/steam/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/steam/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/verizon/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/vk/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/vk/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/vk/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/vk/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/vk/login.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/yahoo/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/PhishFinity/sites/yahoo/ip.php -------------------------------------------------------------------------------- /Phising-Website/PhishFinity/sites/yandex/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/phishfinity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/phishfinity.sh -------------------------------------------------------------------------------- /Phising-Website/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/twitch/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/twitch/ip.php -------------------------------------------------------------------------------- /Phising-Website/twitch/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/twitch/login.html -------------------------------------------------------------------------------- /Phising-Website/twitch/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/twitch/login.php -------------------------------------------------------------------------------- /Phising-Website/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/twitter/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/twitter/ip.php -------------------------------------------------------------------------------- /Phising-Website/twitter/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/twitter/login.html -------------------------------------------------------------------------------- /Phising-Website/twitter/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/twitter/login.php -------------------------------------------------------------------------------- /Phising-Website/verizon/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/verizon/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/verizon/ip.php -------------------------------------------------------------------------------- /Phising-Website/verizon/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/verizon/login.html -------------------------------------------------------------------------------- /Phising-Website/verizon/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/verizon/login.php -------------------------------------------------------------------------------- /Phising-Website/vk/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/vk/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/vk/ip.php -------------------------------------------------------------------------------- /Phising-Website/vk/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/vk/login.html -------------------------------------------------------------------------------- /Phising-Website/vk/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/vk/login.php -------------------------------------------------------------------------------- /Phising-Website/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/wordpress/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/wordpress/ip.php -------------------------------------------------------------------------------- /Phising-Website/wordpress/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/wordpress/login.html -------------------------------------------------------------------------------- /Phising-Website/wordpress/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/wordpress/login.php -------------------------------------------------------------------------------- /Phising-Website/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Phising-Website/yahoo/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/yahoo/ip.php -------------------------------------------------------------------------------- /Phising-Website/yahoo/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/yahoo/login.html -------------------------------------------------------------------------------- /Phising-Website/yahoo/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/yahoo/login.php -------------------------------------------------------------------------------- /Phising-Website/yahoo/yahoo_files/boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/yahoo/yahoo_files/boot.js -------------------------------------------------------------------------------- /Phising-Website/yahoo/yahoo_files/client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/yahoo/yahoo_files/client.php -------------------------------------------------------------------------------- /Phising-Website/yahoo/yahoo_files/g-r-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/yahoo/yahoo_files/g-r-min.js -------------------------------------------------------------------------------- /Phising-Website/yahoo/yahoo_files/r-csc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phising-Website/yahoo/yahoo_files/r-csc.html -------------------------------------------------------------------------------- /Phone-Number-Tracker/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phone-Number-Tracker/Readme.md -------------------------------------------------------------------------------- /Phone-Number-Tracker/Tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phone-Number-Tracker/Tracker.py -------------------------------------------------------------------------------- /Phone-Number-Tracker/requirements.txt: -------------------------------------------------------------------------------- 1 | phonenumbers=8.12.20 2 | -------------------------------------------------------------------------------- /PhoneSploit/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/.gitignore -------------------------------------------------------------------------------- /PhoneSploit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/README.md -------------------------------------------------------------------------------- /PhoneSploit/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/_config.yml -------------------------------------------------------------------------------- /PhoneSploit/modules/banner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/modules/banner.py -------------------------------------------------------------------------------- /PhoneSploit/modules/color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/modules/color.py -------------------------------------------------------------------------------- /PhoneSploit/modules/nmap/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/modules/nmap/__init__.py -------------------------------------------------------------------------------- /PhoneSploit/modules/nmap/nmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/modules/nmap/nmap.py -------------------------------------------------------------------------------- /PhoneSploit/modules/nmap/test_nmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/modules/nmap/test_nmap.py -------------------------------------------------------------------------------- /PhoneSploit/modules/release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/modules/release.py -------------------------------------------------------------------------------- /PhoneSploit/phonesploitpro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PhoneSploit/phonesploitpro.py -------------------------------------------------------------------------------- /Phone_Locator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phone_Locator/README.md -------------------------------------------------------------------------------- /Phone_Locator/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Phone_Locator/main.py -------------------------------------------------------------------------------- /Phone_Locator/requirements.txt: -------------------------------------------------------------------------------- 1 | phonenumbers 2 | pycountry 3 | opencage 4 | folium -------------------------------------------------------------------------------- /Port-Scanner/Port_Scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Port-Scanner/Port_Scanner.py -------------------------------------------------------------------------------- /Port-Scanner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Port-Scanner/README.md -------------------------------------------------------------------------------- /Port-Scanner/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Port-Scanner/requirements.txt -------------------------------------------------------------------------------- /Process_Monitor/Process_Monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Process_Monitor/Process_Monitor.py -------------------------------------------------------------------------------- /Process_Monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Process_Monitor/README.md -------------------------------------------------------------------------------- /Process_Monitor/requirements.txt: -------------------------------------------------------------------------------- 1 | win32 2 | wmi 3 | os 4 | python3 -------------------------------------------------------------------------------- /Proxy/Proxy_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Proxy/Proxy_Script.py -------------------------------------------------------------------------------- /Proxy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Proxy/README.md -------------------------------------------------------------------------------- /Proxy/requirements.txt: -------------------------------------------------------------------------------- 1 | sys 2 | socket 3 | threading 4 | python3 -------------------------------------------------------------------------------- /PyShell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PyShell/README.md -------------------------------------------------------------------------------- /PyShell/pyshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/PyShell/pyshell.py -------------------------------------------------------------------------------- /PyShell/requirements.txt: -------------------------------------------------------------------------------- 1 | colorama==0.4.4 -------------------------------------------------------------------------------- /Python-Nmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Python-Nmap/README.md -------------------------------------------------------------------------------- /Python-Nmap/requirements.txt: -------------------------------------------------------------------------------- 1 | python3-nmap==1.5.0 2 | -------------------------------------------------------------------------------- /Python-Nmap/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Python-Nmap/sample.png -------------------------------------------------------------------------------- /Python-Nmap/scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Python-Nmap/scanner.py -------------------------------------------------------------------------------- /RAMbo/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RAMbo/LICENSE -------------------------------------------------------------------------------- /RAMbo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RAMbo/README.md -------------------------------------------------------------------------------- /RAMbo/installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RAMbo/installer.sh -------------------------------------------------------------------------------- /RAMbo/kali-rambo-deb-src/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RAMbo/kali-rambo-deb-src/DEBIAN/control -------------------------------------------------------------------------------- /RAMbo/kali-rambo-deb-src/etc/init.d/pandora: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RAMbo/kali-rambo-deb-src/etc/init.d/pandora -------------------------------------------------------------------------------- /RAMbo/kali-rambo-deb-src/etc/init/pandora.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RAMbo/kali-rambo-deb-src/etc/init/pandora.conf -------------------------------------------------------------------------------- /RAMbo/kali-rambo-deb-src/usr/bin/pandora: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | /etc/init.d/pandora $1 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /RPCScan/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RPCScan/Readme.md -------------------------------------------------------------------------------- /RPCScan/scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RPCScan/scanner.py -------------------------------------------------------------------------------- /RPCScan/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RPCScan/setup.py -------------------------------------------------------------------------------- /RPCScan/termux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RPCScan/termux.py -------------------------------------------------------------------------------- /Ransomware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Ransomware/README.md -------------------------------------------------------------------------------- /Ransomware/Ransomware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Ransomware/Ransomware.py -------------------------------------------------------------------------------- /RapidScan/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RapidScan/Readme.md -------------------------------------------------------------------------------- /RapidScan/rapidscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RapidScan/rapidscan.py -------------------------------------------------------------------------------- /RapidScan/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RapidScan/setup.py -------------------------------------------------------------------------------- /Recover_Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Recover_Linux/README.md -------------------------------------------------------------------------------- /Recover_Linux/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Recover_Linux/install.sh -------------------------------------------------------------------------------- /Recover_Linux/recover.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Recover_Linux/recover.sh -------------------------------------------------------------------------------- /RouterSploit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RouterSploit/README.md -------------------------------------------------------------------------------- /RouterSploit/routersploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/RouterSploit/routersploit.py -------------------------------------------------------------------------------- /SCRIPTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SCRIPTS.md -------------------------------------------------------------------------------- /SF_Parser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SF_Parser/README.md -------------------------------------------------------------------------------- /SF_Parser/sf_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SF_Parser/sf_parser.py -------------------------------------------------------------------------------- /SSH_Cracker_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SSH_Cracker_Script/README.md -------------------------------------------------------------------------------- /SSH_Cracker_Script/SSH_Cracker_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SSH_Cracker_Script/SSH_Cracker_Script.py -------------------------------------------------------------------------------- /STEWS/.github/workflows/link-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/.github/workflows/link-check.yml -------------------------------------------------------------------------------- /STEWS/.github/workflows/lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/.github/workflows/lint.yml -------------------------------------------------------------------------------- /STEWS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/README.md -------------------------------------------------------------------------------- /STEWS/discovery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/discovery/README.md -------------------------------------------------------------------------------- /STEWS/discovery/STEWS-discovery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/discovery/STEWS-discovery.sh -------------------------------------------------------------------------------- /STEWS/discovery/known-endpoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/discovery/known-endpoints.txt -------------------------------------------------------------------------------- /STEWS/fingerprint/2021-IANA-subprotocols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/fingerprint/2021-IANA-subprotocols.txt -------------------------------------------------------------------------------- /STEWS/fingerprint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/fingerprint/README.md -------------------------------------------------------------------------------- /STEWS/fingerprint/STEWS-fingerprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/fingerprint/STEWS-fingerprint.py -------------------------------------------------------------------------------- /STEWS/fingerprint/fingerprint-example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/fingerprint/fingerprint-example.jpg -------------------------------------------------------------------------------- /STEWS/fingerprint/requirements.txt: -------------------------------------------------------------------------------- 1 | cprint 2 | requests 3 | websocket_client -------------------------------------------------------------------------------- /STEWS/fingerprint/websocket-frame.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/fingerprint/websocket-frame.jpg -------------------------------------------------------------------------------- /STEWS/mlc_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/mlc_config.json -------------------------------------------------------------------------------- /STEWS/paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/paper.pdf -------------------------------------------------------------------------------- /STEWS/stews-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/stews-image.jpg -------------------------------------------------------------------------------- /STEWS/vuln-detect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/vuln-detect/README.md -------------------------------------------------------------------------------- /STEWS/vuln-detect/STEWS-vuln-detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/STEWS/vuln-detect/STEWS-vuln-detect.py -------------------------------------------------------------------------------- /STEWS/vuln-detect/requirements.txt: -------------------------------------------------------------------------------- 1 | cprint 2 | requests 3 | websocket_client -------------------------------------------------------------------------------- /Sandbox_Detect_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sandbox_Detect_Script/README.md -------------------------------------------------------------------------------- /Sandbox_Detect_Script/Sandbox_Detect_Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sandbox_Detect_Script/Sandbox_Detect_Script.py -------------------------------------------------------------------------------- /Skype-Automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Skype-Automation/README.md -------------------------------------------------------------------------------- /Skype-Automation/skype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Skype-Automation/skype.py -------------------------------------------------------------------------------- /SniffAir/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SniffAir/README.md -------------------------------------------------------------------------------- /SniffAir/SniffAir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SniffAir/SniffAir.py -------------------------------------------------------------------------------- /SniffAir/lib/Connect2DB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SniffAir/lib/Connect2DB.py -------------------------------------------------------------------------------- /SniffAir/lib/Queries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SniffAir/lib/Queries.py -------------------------------------------------------------------------------- /SniffAir/lib/Sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SniffAir/lib/Sniffer.py -------------------------------------------------------------------------------- /Sniffer_Id_Header_Decode_Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sniffer_Id_Header_Decode_Script/README.md -------------------------------------------------------------------------------- /SocialBox-Termux/.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/.idea/.gitignore -------------------------------------------------------------------------------- /SocialBox-Termux/.idea/SocialBox-Termux.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/.idea/SocialBox-Termux.iml -------------------------------------------------------------------------------- /SocialBox-Termux/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/.idea/misc.xml -------------------------------------------------------------------------------- /SocialBox-Termux/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/.idea/modules.xml -------------------------------------------------------------------------------- /SocialBox-Termux/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/.idea/vcs.xml -------------------------------------------------------------------------------- /SocialBox-Termux/.whitesource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/.whitesource -------------------------------------------------------------------------------- /SocialBox-Termux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/README.md -------------------------------------------------------------------------------- /SocialBox-Termux/Screenshots/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/Screenshots/sb.png -------------------------------------------------------------------------------- /SocialBox-Termux/SocialBox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/SocialBox.sh -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/instainsane/LICENSE -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/instainsane/README.md -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/instainsane.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/instainsane/instainsane.sh -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/instainsane/install.sh -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/multitor/multitor1: -------------------------------------------------------------------------------- 1 | SOCKSPort 9050 2 | DataDirectory /var/lib/tor1 -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/multitor/multitor2: -------------------------------------------------------------------------------- 1 | SOCKSPort 9052 2 | DataDirectory /var/lib/tor2 -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/multitor/multitor3: -------------------------------------------------------------------------------- 1 | SOCKSPort 9053 2 | DataDirectory /var/lib/tor3 -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/multitor/multitor4: -------------------------------------------------------------------------------- 1 | SOCKSPort 9054 2 | DataDirectory /var/lib/tor4 -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/multitor/multitor5: -------------------------------------------------------------------------------- 1 | SOCKSPort 9055 2 | DataDirectory /var/lib/tor5 -------------------------------------------------------------------------------- /SocialBox-Termux/instainsane/passwords.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/instainsane/passwords.lst -------------------------------------------------------------------------------- /SocialBox-Termux/install-sb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/install-sb.sh -------------------------------------------------------------------------------- /SocialBox-Termux/tweetshell/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/tweetshell/LICENSE -------------------------------------------------------------------------------- /SocialBox-Termux/tweetshell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/tweetshell/README.md -------------------------------------------------------------------------------- /SocialBox-Termux/tweetshell/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/tweetshell/install.sh -------------------------------------------------------------------------------- /SocialBox-Termux/tweetshell/passwords.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/tweetshell/passwords.lst -------------------------------------------------------------------------------- /SocialBox-Termux/tweetshell/tweetshell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/SocialBox-Termux/tweetshell/tweetshell.sh -------------------------------------------------------------------------------- /Space News AI Model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Space News AI Model/README.md -------------------------------------------------------------------------------- /Space News AI Model/Space_News.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Space News AI Model/Space_News.py -------------------------------------------------------------------------------- /Sql Injection/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sql Injection/Readme.md -------------------------------------------------------------------------------- /Sql Injection/SQL injection.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sql Injection/SQL injection.docx -------------------------------------------------------------------------------- /Sql Injection/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sql Injection/requirements.txt -------------------------------------------------------------------------------- /Sql Injection/script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sql Injection/script.txt -------------------------------------------------------------------------------- /Sqlmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sqlmap/README.md -------------------------------------------------------------------------------- /Sqlmap/penetration_testing_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Sqlmap/penetration_testing_script.py -------------------------------------------------------------------------------- /Sqlmap/requirements.txt: -------------------------------------------------------------------------------- 1 | pip install sqlmap 2 | -------------------------------------------------------------------------------- /Stenography/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/.gitignore -------------------------------------------------------------------------------- /Stenography/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/LICENSE -------------------------------------------------------------------------------- /Stenography/Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/Pipfile -------------------------------------------------------------------------------- /Stenography/Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/Pipfile.lock -------------------------------------------------------------------------------- /Stenography/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/README.md -------------------------------------------------------------------------------- /Stenography/SNOW.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/SNOW.EXE -------------------------------------------------------------------------------- /Stenography/data.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/data.db -------------------------------------------------------------------------------- /Stenography/images/dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/images/dots.png -------------------------------------------------------------------------------- /Stenography/images/home_screeen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/images/home_screeen.png -------------------------------------------------------------------------------- /Stenography/images/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/images/img.png -------------------------------------------------------------------------------- /Stenography/images/l2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/images/l2.ico -------------------------------------------------------------------------------- /Stenography/images/l2.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/images/l2.xbm -------------------------------------------------------------------------------- /Stenography/images/noshow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/images/noshow.png -------------------------------------------------------------------------------- /Stenography/images/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/images/show.png -------------------------------------------------------------------------------- /Stenography/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/main.py -------------------------------------------------------------------------------- /Stenography/steno/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Stenography/steno/audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/steno/audio.py -------------------------------------------------------------------------------- /Stenography/steno/database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/steno/database.py -------------------------------------------------------------------------------- /Stenography/steno/hover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/steno/hover.py -------------------------------------------------------------------------------- /Stenography/steno/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/steno/image.py -------------------------------------------------------------------------------- /Stenography/steno/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stenography/steno/text.py -------------------------------------------------------------------------------- /Stock-Market-Data-Scraper/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stock-Market-Data-Scraper/Readme.md -------------------------------------------------------------------------------- /Stock-Market-Data-Scraper/requirements.txt: -------------------------------------------------------------------------------- 1 | yfinance==0.2.9 -------------------------------------------------------------------------------- /Stock-Market-Data-Scraper/stock_market.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Stock-Market-Data-Scraper/stock_market.py -------------------------------------------------------------------------------- /StreamCatcher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/StreamCatcher/README.md -------------------------------------------------------------------------------- /StreamCatcher/requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.28.2 2 | colorama==0.4.6 3 | -------------------------------------------------------------------------------- /StreamCatcher/streamCatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/StreamCatcher/streamCatcher.py -------------------------------------------------------------------------------- /Subchecker/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Subchecker/Readme.md -------------------------------------------------------------------------------- /Subchecker/subchecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Subchecker/subchecker.py -------------------------------------------------------------------------------- /Target-Lib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Target-Lib/README.md -------------------------------------------------------------------------------- /Target-Lib/targetlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Target-Lib/targetlib.py -------------------------------------------------------------------------------- /Telegram_Automation/Automate_Telegram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Telegram_Automation/Automate_Telegram.py -------------------------------------------------------------------------------- /Telegram_Automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Telegram_Automation/README.md -------------------------------------------------------------------------------- /Telegram_Automation/Read-Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Telegram_Automation/Read-Me.txt -------------------------------------------------------------------------------- /Telegram_Automation/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Telegram_Automation/requirements.txt -------------------------------------------------------------------------------- /Template for README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Template for README.md -------------------------------------------------------------------------------- /TorIT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/TorIT/README.md -------------------------------------------------------------------------------- /TorIT/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/TorIT/example.png -------------------------------------------------------------------------------- /TorIT/torit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/TorIT/torit.sh -------------------------------------------------------------------------------- /Transmission_Control_Protocol_Client/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Transmission_Control_Protocol_Client/README.md -------------------------------------------------------------------------------- /Transmission_Control_Protocol_Client/requirements.txt: -------------------------------------------------------------------------------- 1 | socket 2 | python3 -------------------------------------------------------------------------------- /Transmission_Control_Protocol_Server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Transmission_Control_Protocol_Server/README.md -------------------------------------------------------------------------------- /Transmission_Control_Protocol_Server/requirements.txt: -------------------------------------------------------------------------------- 1 | socket 2 | threading 3 | python3 4 | -------------------------------------------------------------------------------- /VulnScanner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/VulnScanner/README.md -------------------------------------------------------------------------------- /VulnScanner/script.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/VulnScanner/script.rb -------------------------------------------------------------------------------- /WFarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/WFarm/README.md -------------------------------------------------------------------------------- /WFarm/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/WFarm/example.png -------------------------------------------------------------------------------- /WFarm/requirements.txt: -------------------------------------------------------------------------------- 1 | requests -------------------------------------------------------------------------------- /WFarm/wfarm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/WFarm/wfarm.py -------------------------------------------------------------------------------- /Wayback_Machine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Wayback_Machine/README.md -------------------------------------------------------------------------------- /Wayback_Machine/waybackmachine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Wayback_Machine/waybackmachine.py -------------------------------------------------------------------------------- /Web Application Scanner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Web Application Scanner/README.md -------------------------------------------------------------------------------- /Web scraping beautifulsoup/beautifulsoup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Web scraping beautifulsoup/beautifulsoup.py -------------------------------------------------------------------------------- /WebCrawler/WebCrawler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/WebCrawler/WebCrawler.py -------------------------------------------------------------------------------- /WebStor/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/WebStor/Readme.md -------------------------------------------------------------------------------- /WebStor/webstor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/WebStor/webstor.py -------------------------------------------------------------------------------- /WebTech/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/WebTech/README.md -------------------------------------------------------------------------------- /WebTech/WebTech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/WebTech/WebTech.py -------------------------------------------------------------------------------- /Weeman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Weeman/README.md -------------------------------------------------------------------------------- /Weeman/Requirements.txt: -------------------------------------------------------------------------------- 1 | weemanlib==1.0.0 2 | -------------------------------------------------------------------------------- /Weeman/weeman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Weeman/weeman.py -------------------------------------------------------------------------------- /Who-Is/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Who-Is/README.md -------------------------------------------------------------------------------- /Who-Is/requirements.txt: -------------------------------------------------------------------------------- 1 | netaddr==0.7.18 2 | requests==2.31.0 -------------------------------------------------------------------------------- /Who-Is/whois.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Who-Is/whois.py -------------------------------------------------------------------------------- /Wifi_passwords/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Wifi_passwords/README.md -------------------------------------------------------------------------------- /Wifi_passwords/wifi-passwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Wifi_passwords/wifi-passwords.py -------------------------------------------------------------------------------- /Wishing Bot Model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Wishing Bot Model/README.md -------------------------------------------------------------------------------- /Wishing Bot Model/WishingBot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/Wishing Bot Model/WishingBot.py -------------------------------------------------------------------------------- /ZIP cracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/ZIP cracker/README.md -------------------------------------------------------------------------------- /ZIP cracker/zip_cracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/ZIP cracker/zip_cracker.py -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/_config.yml -------------------------------------------------------------------------------- /adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /adobe/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/adobe/ip.php -------------------------------------------------------------------------------- /adobe/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/adobe/login.html -------------------------------------------------------------------------------- /adobe/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/adobe/login.php -------------------------------------------------------------------------------- /badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /badoo/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/badoo/ip.php -------------------------------------------------------------------------------- /badoo/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/badoo/login.html -------------------------------------------------------------------------------- /badoo/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/badoo/login.php -------------------------------------------------------------------------------- /cipher_buster/cipher_buster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/cipher_buster/cipher_buster.py -------------------------------------------------------------------------------- /cipher_buster/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/cipher_buster/readme.md -------------------------------------------------------------------------------- /clickjacking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/clickjacking/README.md -------------------------------------------------------------------------------- /clickjacking/clickjacking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/clickjacking/clickjacking.py -------------------------------------------------------------------------------- /create/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /create/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/create/ip.php -------------------------------------------------------------------------------- /create/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/create/login.php -------------------------------------------------------------------------------- /cryptocurrency/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /cryptocurrency/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/cryptocurrency/ip.php -------------------------------------------------------------------------------- /cryptocurrency/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/cryptocurrency/login.html -------------------------------------------------------------------------------- /cryptocurrency/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/cryptocurrency/login.php -------------------------------------------------------------------------------- /devianart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /devianart/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/devianart/ip.php -------------------------------------------------------------------------------- /devianart/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/devianart/login.html -------------------------------------------------------------------------------- /devianart/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/devianart/login.php -------------------------------------------------------------------------------- /dos-attack/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/dos-attack/Readme.md -------------------------------------------------------------------------------- /dos-attack/dos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/dos-attack/dos.png -------------------------------------------------------------------------------- /dos-attack/dos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/dos-attack/dos.py -------------------------------------------------------------------------------- /dos-attack/requirements.txt: -------------------------------------------------------------------------------- 1 | tqdm 2 | colorama 3 | -------------------------------------------------------------------------------- /dotdotslash/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/dotdotslash/Readme.md -------------------------------------------------------------------------------- /dotdotslash/dotdotslash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/dotdotslash/dotdotslash.py -------------------------------------------------------------------------------- /dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /dropbox/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/dropbox/ip.php -------------------------------------------------------------------------------- /dropbox/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/dropbox/login.html -------------------------------------------------------------------------------- /dropbox/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/dropbox/login.php -------------------------------------------------------------------------------- /easyscope/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/easyscope/README.md -------------------------------------------------------------------------------- /easyscope/easyscope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/easyscope/easyscope.py -------------------------------------------------------------------------------- /easyscope/requirements.txt: -------------------------------------------------------------------------------- 1 | netaddr == 0.7.18 -------------------------------------------------------------------------------- /easyscope/snapshot/output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/easyscope/snapshot/output.png -------------------------------------------------------------------------------- /easyscope/snapshot/usage.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/easyscope/snapshot/usage.JPG -------------------------------------------------------------------------------- /encrypt_string/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/encrypt_string/README -------------------------------------------------------------------------------- /encrypt_string/string_hashing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/encrypt_string/string_hashing.py -------------------------------------------------------------------------------- /facebook/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /facebook/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/facebook/ip.php -------------------------------------------------------------------------------- /facebook/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/facebook/login.html -------------------------------------------------------------------------------- /facebook/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/facebook/login.php -------------------------------------------------------------------------------- /facebook/mobile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/facebook/mobile.html -------------------------------------------------------------------------------- /github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /github/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/github/ip.php -------------------------------------------------------------------------------- /github/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/github/login.html -------------------------------------------------------------------------------- /github/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/github/login.php -------------------------------------------------------------------------------- /gitlab/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /gitlab/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/gitlab/ip.php -------------------------------------------------------------------------------- /gitlab/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/gitlab/login.html -------------------------------------------------------------------------------- /gitlab/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/gitlab/login.php -------------------------------------------------------------------------------- /google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /google/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/google/ip.php -------------------------------------------------------------------------------- /google/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/google/login.html -------------------------------------------------------------------------------- /google/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/google/login.php -------------------------------------------------------------------------------- /hackerEnv/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/hackerEnv/Readme.md -------------------------------------------------------------------------------- /hackerEnv/hackerenv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/hackerEnv/hackerenv.py -------------------------------------------------------------------------------- /http_headerAnalysis/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/http_headerAnalysis/Readme.md -------------------------------------------------------------------------------- /http_headerAnalysis/http.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/http_headerAnalysis/http.jpeg -------------------------------------------------------------------------------- /http_headerAnalysis/http.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/http_headerAnalysis/http.py -------------------------------------------------------------------------------- /iGen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/iGen/README.md -------------------------------------------------------------------------------- /iGen/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/iGen/example.png -------------------------------------------------------------------------------- /iGen/igen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/iGen/igen.py -------------------------------------------------------------------------------- /instafollowers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /instafollowers/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/ip.php -------------------------------------------------------------------------------- /instafollowers/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login.html -------------------------------------------------------------------------------- /instafollowers/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login.php -------------------------------------------------------------------------------- /instafollowers/login_files/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/analytics.js -------------------------------------------------------------------------------- /instafollowers/login_files/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/bootstrap.js -------------------------------------------------------------------------------- /instafollowers/login_files/css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/css.css -------------------------------------------------------------------------------- /instafollowers/login_files/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/font-awesome.css -------------------------------------------------------------------------------- /instafollowers/login_files/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/jquery.js -------------------------------------------------------------------------------- /instafollowers/login_files/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/jquery_002.js -------------------------------------------------------------------------------- /instafollowers/login_files/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/jquery_003.js -------------------------------------------------------------------------------- /instafollowers/login_files/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/jquery_004.js -------------------------------------------------------------------------------- /instafollowers/login_files/jquery_005.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/jquery_005.js -------------------------------------------------------------------------------- /instafollowers/login_files/jquery_006.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/jquery_006.js -------------------------------------------------------------------------------- /instafollowers/login_files/js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/js.js -------------------------------------------------------------------------------- /instafollowers/login_files/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/logo2.png -------------------------------------------------------------------------------- /instafollowers/login_files/otherscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/otherscript.js -------------------------------------------------------------------------------- /instafollowers/login_files/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/scripts.js -------------------------------------------------------------------------------- /instafollowers/login_files/smoothscroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/smoothscroll.js -------------------------------------------------------------------------------- /instafollowers/login_files/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/styles.css -------------------------------------------------------------------------------- /instafollowers/login_files/theme-a.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instafollowers/login_files/theme-a.css -------------------------------------------------------------------------------- /instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /instagram/index_files/001bc33056c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/001bc33056c1.jpg -------------------------------------------------------------------------------- /instagram/index_files/2d9d7248af43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/2d9d7248af43.jpg -------------------------------------------------------------------------------- /instagram/index_files/4b70f6fae447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/4b70f6fae447.png -------------------------------------------------------------------------------- /instagram/index_files/629d23a3c7b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/629d23a3c7b2.jpg -------------------------------------------------------------------------------- /instagram/index_files/96f2557117a2.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/96f2557117a2.js.download -------------------------------------------------------------------------------- /instagram/index_files/9e7638226e17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/9e7638226e17.png -------------------------------------------------------------------------------- /instagram/index_files/aafd8c6b005d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/aafd8c6b005d.jpg -------------------------------------------------------------------------------- /instagram/index_files/b67d172d5783.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/b67d172d5783.js.download -------------------------------------------------------------------------------- /instagram/index_files/d1f0f06b39df.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/d1f0f06b39df.js.download -------------------------------------------------------------------------------- /instagram/index_files/f06b908907d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/f06b908907d5.png -------------------------------------------------------------------------------- /instagram/index_files/f55c258e826e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/f55c258e826e.png -------------------------------------------------------------------------------- /instagram/index_files/f5ae123ab1e2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/f5ae123ab1e2.jpg -------------------------------------------------------------------------------- /instagram/index_files/f9e5c0ca0804.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/f9e5c0ca0804.js.download -------------------------------------------------------------------------------- /instagram/index_files/fb48443ec9d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/fb48443ec9d3.png -------------------------------------------------------------------------------- /instagram/index_files/lY4eZXm_YWu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/lY4eZXm_YWu.html -------------------------------------------------------------------------------- /instagram/index_files/sdk.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/index_files/sdk.js.download -------------------------------------------------------------------------------- /instagram/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/ip.php -------------------------------------------------------------------------------- /instagram/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/login.html -------------------------------------------------------------------------------- /instagram/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/instagram/login.php -------------------------------------------------------------------------------- /linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /linkedin/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/linkedin/ip.php -------------------------------------------------------------------------------- /linkedin/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/linkedin/login.html -------------------------------------------------------------------------------- /linkedin/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/linkedin/login.php -------------------------------------------------------------------------------- /messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /messenger/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/messenger/ip.php -------------------------------------------------------------------------------- /messenger/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/messenger/login.html -------------------------------------------------------------------------------- /messenger/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/messenger/login.php -------------------------------------------------------------------------------- /microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /microsoft/index_files/ConvergedLogin_PCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/ConvergedLogin_PCore.js -------------------------------------------------------------------------------- /microsoft/index_files/Converged_v21033.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/Converged_v21033.css -------------------------------------------------------------------------------- /microsoft/index_files/Converged_v21033.css2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/Converged_v21033.css2 -------------------------------------------------------------------------------- /microsoft/index_files/ellipsis_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/ellipsis_grey.svg -------------------------------------------------------------------------------- /microsoft/index_files/ellipsis_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/ellipsis_white.svg -------------------------------------------------------------------------------- /microsoft/index_files/microsoft_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/microsoft_logo.svg -------------------------------------------------------------------------------- /microsoft/index_files/prefetch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/prefetch.html -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/boot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/prefetch_data/boot.css -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/index_files/prefetch_data/boot.js -------------------------------------------------------------------------------- /microsoft/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/ip.php -------------------------------------------------------------------------------- /microsoft/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/login.html -------------------------------------------------------------------------------- /microsoft/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/microsoft/login.php -------------------------------------------------------------------------------- /myspace/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /myspace/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/myspace/ip.php -------------------------------------------------------------------------------- /myspace/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/myspace/login.html -------------------------------------------------------------------------------- /myspace/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/myspace/login.php -------------------------------------------------------------------------------- /nScan/NScan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/nScan/NScan.py -------------------------------------------------------------------------------- /nScan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/nScan/README.md -------------------------------------------------------------------------------- /netflix/Netflix_files/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/Netflix_files/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /netflix/Netflix_files/none.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/Netflix_files/none.css -------------------------------------------------------------------------------- /netflix/Netflix_files/none.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/Netflix_files/none.js -------------------------------------------------------------------------------- /netflix/Netflix_files/none_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/Netflix_files/none_002.js -------------------------------------------------------------------------------- /netflix/Netflix_files/sdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/Netflix_files/sdk.js -------------------------------------------------------------------------------- /netflix/Netflix_files/xaOI6zd9HW9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/Netflix_files/xaOI6zd9HW9.html -------------------------------------------------------------------------------- /netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /netflix/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/ip.php -------------------------------------------------------------------------------- /netflix/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/login.html -------------------------------------------------------------------------------- /netflix/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/netflix/login.php -------------------------------------------------------------------------------- /origin/SIGN IN_files/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/analytics.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/api.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/css.css -------------------------------------------------------------------------------- /origin/SIGN IN_files/iframe_api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/iframe_api.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/jquery-1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/jquery-1.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/jquery.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/jquery_002.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/jquery_003.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/jquery_004.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/originX-pc-common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/originX-pc-common.css -------------------------------------------------------------------------------- /origin/SIGN IN_files/originX-pc-login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/originX-pc-login.css -------------------------------------------------------------------------------- /origin/SIGN IN_files/otk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/otk.css -------------------------------------------------------------------------------- /origin/SIGN IN_files/recaptcha__en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/recaptcha__en.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/sha.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/sha.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/utag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/utag.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/utag_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/utag_002.js -------------------------------------------------------------------------------- /origin/SIGN IN_files/www-widgetapi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/SIGN IN_files/www-widgetapi.js -------------------------------------------------------------------------------- /origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /origin/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/ip.php -------------------------------------------------------------------------------- /origin/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/login.html -------------------------------------------------------------------------------- /origin/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/origin/login.php -------------------------------------------------------------------------------- /paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /paypal/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/paypal/ip.php -------------------------------------------------------------------------------- /paypal/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/paypal/login.html -------------------------------------------------------------------------------- /paypal/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/paypal/login.php -------------------------------------------------------------------------------- /pdf_unlocker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pdf_unlocker/README.md -------------------------------------------------------------------------------- /pdf_unlocker/requirements.txt: -------------------------------------------------------------------------------- 1 | PyPDF2=3.0.1 -------------------------------------------------------------------------------- /pdf_unlocker/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pdf_unlocker/script.py -------------------------------------------------------------------------------- /pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pinterest/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/ip.php -------------------------------------------------------------------------------- /pinterest/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login.html -------------------------------------------------------------------------------- /pinterest/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login.php -------------------------------------------------------------------------------- /pinterest/login_files/130492214192672: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/130492214192672 -------------------------------------------------------------------------------- /pinterest/login_files/cbgapi.loaded_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/cbgapi.loaded_0 -------------------------------------------------------------------------------- /pinterest/login_files/cbgapi.loaded_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/cbgapi.loaded_1 -------------------------------------------------------------------------------- /pinterest/login_files/cbgapi.loaded_2: -------------------------------------------------------------------------------- 1 | /* JS */ gapi.loaded_2(function(_){var window=this; 2 | }); 3 | // Google Inc. 4 | -------------------------------------------------------------------------------- /pinterest/login_files/cbgapi.loaded_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/cbgapi.loaded_3 -------------------------------------------------------------------------------- /pinterest/login_files/clientplusone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/clientplusone.js -------------------------------------------------------------------------------- /pinterest/login_files/fbevents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/fbevents.js -------------------------------------------------------------------------------- /pinterest/login_files/iframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/iframe.html -------------------------------------------------------------------------------- /pinterest/login_files/login_button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/login_button.html -------------------------------------------------------------------------------- /pinterest/login_files/postmessageRelay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/postmessageRelay.html -------------------------------------------------------------------------------- /pinterest/login_files/sdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/sdk.js -------------------------------------------------------------------------------- /pinterest/login_files/sdk_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/sdk_002.js -------------------------------------------------------------------------------- /pinterest/login_files/sdk_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/sdk_003.js -------------------------------------------------------------------------------- /pinterest/login_files/signin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/signin.html -------------------------------------------------------------------------------- /pinterest/login_files/xaOI6zd9HW9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/pinterest/login_files/xaOI6zd9HW9.html -------------------------------------------------------------------------------- /powershell/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/powershell/Readme.md -------------------------------------------------------------------------------- /powershell/example.ps1: -------------------------------------------------------------------------------- 1 | hello world -------------------------------------------------------------------------------- /powershell/powershell_cmd_stager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/powershell/powershell_cmd_stager.py -------------------------------------------------------------------------------- /protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /protonmail/index_files/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/index_files/app.js -------------------------------------------------------------------------------- /protonmail/index_files/appLazy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/index_files/appLazy.js -------------------------------------------------------------------------------- /protonmail/index_files/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/index_files/logo.png -------------------------------------------------------------------------------- /protonmail/index_files/openpgp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/index_files/openpgp.js -------------------------------------------------------------------------------- /protonmail/index_files/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/index_files/styles.css -------------------------------------------------------------------------------- /protonmail/index_files/vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/index_files/vendor.js -------------------------------------------------------------------------------- /protonmail/index_files/vendorLazy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/index_files/vendorLazy.js -------------------------------------------------------------------------------- /protonmail/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/ip.php -------------------------------------------------------------------------------- /protonmail/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/login.html -------------------------------------------------------------------------------- /protonmail/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/protonmail/login.php -------------------------------------------------------------------------------- /shopify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /shopify/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/shopify/ip.php -------------------------------------------------------------------------------- /shopify/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/shopify/login.html -------------------------------------------------------------------------------- /shopify/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/shopify/login.php -------------------------------------------------------------------------------- /shopping/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /shopping/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/shopping/ip.php -------------------------------------------------------------------------------- /shopping/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/shopping/login.html -------------------------------------------------------------------------------- /shopping/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/shopping/login.php -------------------------------------------------------------------------------- /snapchat/accounts/static/scripts/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/accounts/static/scripts/jquery.min.js -------------------------------------------------------------------------------- /snapchat/accounts/static/scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/accounts/static/scripts/main.js -------------------------------------------------------------------------------- /snapchat/accounts/static/styles/accounts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/accounts/static/styles/accounts.css -------------------------------------------------------------------------------- /snapchat/accounts/static/styles/auth.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/accounts/static/styles/auth.css -------------------------------------------------------------------------------- /snapchat/accounts/static/styles/revoke.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/accounts/static/styles/revoke.css -------------------------------------------------------------------------------- /snapchat/accounts/static/styles/snapchat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/accounts/static/styles/snapchat.css -------------------------------------------------------------------------------- /snapchat/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/favicon.ico -------------------------------------------------------------------------------- /snapchat/ghost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/ghost.svg -------------------------------------------------------------------------------- /snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /snapchat/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/ip.php -------------------------------------------------------------------------------- /snapchat/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/login.html -------------------------------------------------------------------------------- /snapchat/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/snapchat/login.php -------------------------------------------------------------------------------- /spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /spotify/index_files/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/index_files/analytics.js -------------------------------------------------------------------------------- /spotify/index_files/anchor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/index_files/anchor.html -------------------------------------------------------------------------------- /spotify/index_files/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/index_files/api.js -------------------------------------------------------------------------------- /spotify/index_files/bframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/index_files/bframe.html -------------------------------------------------------------------------------- /spotify/index_files/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/index_files/index.css -------------------------------------------------------------------------------- /spotify/index_files/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/index_files/index.js -------------------------------------------------------------------------------- /spotify/index_files/recaptcha__en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/index_files/recaptcha__en.js -------------------------------------------------------------------------------- /spotify/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/ip.php -------------------------------------------------------------------------------- /spotify/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/login.html -------------------------------------------------------------------------------- /spotify/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/spotify/login.php -------------------------------------------------------------------------------- /stealing_all_files/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/stealing_all_files/LICENSE.md -------------------------------------------------------------------------------- /stealing_all_files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/stealing_all_files/README.md -------------------------------------------------------------------------------- /stealing_all_files/autorun.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/stealing_all_files/autorun.inf -------------------------------------------------------------------------------- /stealing_all_files/help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/stealing_all_files/help.txt -------------------------------------------------------------------------------- /stealing_all_files/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/stealing_all_files/img/logo.png -------------------------------------------------------------------------------- /stealing_all_files/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/stealing_all_files/requirements.txt -------------------------------------------------------------------------------- /stealing_all_files/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/stealing_all_files/script.py -------------------------------------------------------------------------------- /stealing_all_files/test_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/stealing_all_files/test_script.py -------------------------------------------------------------------------------- /steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /steam/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/steam/ip.php -------------------------------------------------------------------------------- /steam/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/steam/login.html -------------------------------------------------------------------------------- /steam/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/steam/login.php -------------------------------------------------------------------------------- /text_decryption/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/text_decryption/README.md -------------------------------------------------------------------------------- /text_decryption/encrypt_decrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/text_decryption/encrypt_decrypt.py -------------------------------------------------------------------------------- /text_decryption/requirements.txt: -------------------------------------------------------------------------------- 1 | string -------------------------------------------------------------------------------- /text_encryption/encryption_method.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/text_encryption/encryption_method.py -------------------------------------------------------------------------------- /text_encryption/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/text_encryption/readme.md -------------------------------------------------------------------------------- /wireless/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/wireless/Readme.md -------------------------------------------------------------------------------- /wireless/Wireless.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/wireless/Wireless.py -------------------------------------------------------------------------------- /yandex/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /yandex/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/yandex/ip.php -------------------------------------------------------------------------------- /yandex/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/yandex/login.html -------------------------------------------------------------------------------- /yandex/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avinashkranjan/Pentesting-and-Hacking-Scripts/HEAD/yandex/login.php --------------------------------------------------------------------------------