-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SocialEngineeringAttacks #603
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes and More Tools :)
resolve subprocess race condition, fixes #491
Use GitHub Action to test Python code
Rename requirement.txt to requirements.txt
strategy: fail-fast: false
- `use gobuster` - `use modules/intelligence-gathering/gobuster` Also fixes finding modules/custom_list/list.txt using new extension committed to HEAD in 9b3136f XXX: There is no autocompletion for the shorter form that this commit introduces.
`use`: make categories optional
python3.7 is for Debian 10, the now-stable Debian 11 uses python3.9 instead. Use `python3` as the package and command name to avoid breaking newer Debian builds. https://wiki.debian.org/Python https://packages.debian.org/search?suite=all§ion=all&arch=any&searchon=names&keywords=python3
Same issue as #588 , found with a quick GitHub search.
wifipumpkin3: Stop hardcoding exact Python 3 version
crackmapexec: Stop hardcoding exact Python3 version
Add new tool: go-windapsearch
Change of repository location
LSD4VST
reviewed
Nov 13, 2023
modules/wireless/wifiphisher.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l
Those versions are removed anyway: ``` Error: Version 2.7 with arch x64 not found Error: Version 3.6 with arch x64 not found ```
Update Python_tests.yml: Remove deprecated 2.7 and 3.5
Update ncrack.py: Add global install
Move to apt-fast if available on Debian and derivates
Update hydra.py: Add cmake dependency
Adds Havoc C2 module.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you