414 skills found · Page 9 of 14
82goober82 / FluxionwpacrackFluxion is the future of MITM WPA attacks Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully) less bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phishing) attack. It's compatible with the latest release of Kali (rolling). Fluxion's attacks' setup is mostly manual, but experimental auto-mode handles some of the attacks' setup parameters. Read the FAQ before requesting issues. If you need quick help, fluxion is also avaible on gitter. You can talk with us on Gitter or on Discord. Installation Read here before you do the following steps. Download the latest revision git clone --recursive git@github.com:FluxionNetwork/fluxion.git Switch to tool's directory cd fluxion Run fluxion (missing dependencies will be auto-installed) ./fluxion.sh Fluxion is also available in arch cd bin/arch makepkg or using the blackarch repo pacman -S fluxion scroll Changelog Fluxion gets weekly updates with new features, improvements, and bugfixes. Be sure to check out the changelog here. :octocat: How to contribute All contributions are welcome! Code, documentation, graphics, or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it'll be appreciated but please follow the style guide. book How it works Scan for a target wireless network. Launch the Handshake Snooper attack. Capture a handshake (necessary for password verification). Launch Captive Portal attack. Spawns a rogue (fake) AP, imitating the original access point. Spawns a DNS server, redirecting all requests to the attacker's host running the captive portal. Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key. Spawns a jammer, deauthenticating all clients from original AP and lureing them to the rogue AP. All authentication attempts at the captive portal are checked against the handshake file captured earlier. The attack will automatically terminate once a correct key has been submitted. The key will be logged and clients will be allowed to reconnect to the target access point. For a guide to the Captive Portal attack, read the Captive Portal attack guide exclamation Requirements A Linux-based operating system. We recommend Kali Linux 2 or Kali rolling. Kali 2 & rolling support the latest aircrack-ng versions. An external wifi card is recommended. Related work For development I use vim and tmux. Here are my dotfiles :octocat: Credits l3op - contributor dlinkproto - contributor vk496 - developer of linset Derv82 - @Wifite/2 Princeofguilty - @webpages and @buteforce Photos for wiki @http://www.kalitutorials.net Ons Ali @wallpaper PappleTec @sites MPX4132 - Fluxion V3 Disclaimer Authors do not own the logos under the /attacks/Captive Portal/sites/ directory. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. The usage of Fluxion for attacking infrastructures without prior mutual consent could be considered an illegal activity, and is highly discouraged by its authors/developers. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program. Note Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware. Fluxion DOES NOT WORK on Linux Subsystem For Windows 10, because the subsystem doesn't allow access to network interfaces. Any Issue regarding the same would be Closed Immediately Links Fluxion website: https://fluxionnetwork.github.io/fluxion/ Discord: https://discordapp.com/invite/G43gptk Gitter: https://gitter.im/FluxionNetwork/Lobby
SpicyWeb-de / Nextcloud User IspconfigImportant Note: This is no longer a mirror repository. All further development and releases of the ISPConfig User Authentication Plugin for Nextcloud will be on GitHub.
iAnonymous3000 / GitHub Hardening GuideComprehensive guide to harden your GitHub repos. Covers 2FA, secure authentication, code reviews, monitoring & more. For developers, maintainers & security professionals.
saumya66 / Node MongoDB Express TemplateA NodeJS, Express & Mongo Server Template with JWT & Google Authentication template to get a head-start from idea to action. 🚀🚀 Waaait ! I also made a React frontend template for this :- https://github.com/saumya66/reactjs-template
chinmina / Chinmina BridgeAllows Buildkite agents to use ephemeral GitHub tokens to authenticate their interactions. Avoids deploy keys and long-lived PATs.
fiveai / Aws Oktaaws-vault like tool for Okta authentication. Fork from https://github.com/segmentio/aws-okta
probot / Auth Routes🔀🔒 Helpful authentication routes for Node.js GitHub integrations
Divyam2600 / Airbnb Clone 2.0Instagram 2.0 Clone is built using Next JS + Tailwind CSS powered by Next-Auth and MapBox. Additionally Headless UI, Progress Bar, Date-Fns, React Date-Range, React-Map-GL have been used.
npm / Npme Auth GithubGitHub powered authentication/authorization strategy for npm Enterprise.
benoitchantre / Setup Ssh Authentication ActionGitHub action to setup an SSH key-based authentication
esausilva / React Firebase OauthReact app to showcase OAuth Authentication with GitHub, Twitter and Facebook using Firebase
cloudyr / AzureAuthOAuth 2.0 authentication with Azure Active Directory. Submit issues and PRs at https://github.com/Azure/AzureAuth
wdika / Tiny Github SearcherA tiny GitHub searcher using the GitHub API. No authentication required.
jgierer12 / Npm Auth GprAuthenticate npm for consuming and publishing packages from and to the GitHub Package Registry
kenshinman / Nextjs Authentication BoilerplateNext.js boilerplate with jwt authenticatio, redux and wordpress api integration forked from https://github.com/alan2207/nextjs-jwt-authentication
escanut / Aws Terraform S3 Cloudfront CicdAutomated AWS infrastructure using Terraform + GitHub Actions. Features OIDC authentication (no access keys), S3 static hosting, CloudFront CDN deployment pipeline.
dorucioclea / RubeRube is a Model Context Protocol (MCP) server that connects your AI tools to 500+ apps like Gmail, Slack, GitHub, and Notion. Simply install it in your AI client, authenticate once with your apps, and start asking your AI to perform real actions like "Send an email" or "Create a task."
heysamtexas / Django Oauth2 CaptureA Django app to capture OAuth2 tokens for non-authentication purposes, enabling your application to act on behalf of users across external platforms like GitHub, LinkedIn, and X (Twitter)
KingElhakemV3SC / FBBrute4King* FBBrute4King ``` Bruteforce attack for Facebook Account ``` ** Install Requirements (on Linux) ``` >> apt-get install git python3 python3-pip python python-pip ``` ** Run commands one by one ``` >> git clone https://github.com/KingElhakemV3SC/FBBrute4King >> cd FBBrute4King >> python2 -m pip install requests bs4 >> python2 -m pip install mechanize >> python2 fbhack.py >> type the victim account's phone number / email / id .. example : 100004136748473 ( you can find it in the victim page's link ) >> passwords.txt then wait for it to give you the true password ``` ** Protection Against Attacker 1- Use Strong Password(which contains standard password chars + longest as possible) 2- Use 2F Authentication. 3- Make location based login(+browser based).
octokit / Auth Oauth Device.jsGitHub OAuth Device authentication strategy for JavaScript