David Kennedy
43a5702025
Merge pull request #1094 from elboulangero/fix-python-312-syntax-warnings
...
Fix various Python 3.12 SyntaxWarning
2024-10-21 11:46:17 -04:00
Arnaud Rebillout
a47a5bf9af
Fix various Python 3.12 SyntaxWarning
2024-09-16 22:29:18 +07:00
David Kennedy
cd9ec9dc61
Merge pull request #1082 from maxgrok/patch-2
...
Update README.md with OS X instructions for installation
2024-09-09 10:14:20 -04:00
David Kennedy
e6fe8af12a
Merge pull request #1085 from chrisisbeef/patch-2
...
Fixed replace bug
2024-09-09 10:14:06 -04:00
Chris Schmidt
56e11f17f6
Fixed replace bug
...
the replace fn takes a string not a byte array
2024-07-22 22:02:06 -06:00
Chris Schmidt
dca06c85f4
Fixed replace bug
...
Fixed a bug for passing bytes to the replace function insteas of a string
2024-07-14 21:19:57 -06:00
maxgrok
ba5dd1a9c6
Update README.md with OS X instructions for installation
2024-06-17 20:48:25 -04:00
David Kennedy
884a24ed22
Merge pull request #955 from timgates42/bugfix_typos
...
docs: Fix a few typos
2024-05-24 09:55:18 -04:00
David Kennedy
46a4b14bb1
Merge pull request #985 from sysfox/master
...
Change the install path
2024-05-24 09:54:41 -04:00
David Kennedy
abdfa26fbc
Merge pull request #990 from Pri3st/master
...
Added "Urgent Security Updates" phishing template
2024-05-24 09:53:25 -04:00
David Kennedy
f3abbd4a78
Merge pull request #1052 from beraoudabdelkhalek/typo-1
...
fix typo in smtp_client.py
2024-05-24 09:53:04 -04:00
David Kennedy
5a2eaaa393
Merge pull request #1073 from mnmustafa1109/patch-2
...
Fixed updated urllib syntax for python 3
2024-05-24 09:52:34 -04:00
Mustafa Mehar
137722fb20
Fixed updated urllib syntax for python 3
2024-05-05 13:57:50 +05:00
letmewin
0c65a43b6e
fix typo in smtp_client.py
...
from "you will need to need to" to "you will need to"
2023-12-21 21:09:16 +01:00
Marios K. Pappas
388f27315b
Added "Urgent Security Updates" phishing template
...
A nice template supposedly coming from the Security Team urging recipients to run the malicious .exe file in order to install the latest Microsoft Windows updates to their systems and turn off Defender while doing so in order to avoid conflicts.
2023-03-12 20:01:36 +02:00
sysfox
592adacf50
Change the install path
2023-01-09 07:49:41 +08:00
Tim Gates
30425936d6
docs: Fix a few typos
...
There are small typos in:
- src/core/webserver.py
- src/payloads/set_payloads/uac_bypass/source/TIOR/TIOR.cpp
- src/teensy/ino_gen.py
Fixes:
- Should read `remaining` rather than `remaning`.
- Should read `processes` rather than `proceses`.
- Should read `parameters` rather than `paremeters`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-17 23:04:20 +10:00
David Kennedy
3611133a5a
Merge pull request #916 from honuonhval/patch-depre-cgi
...
Allow import cgi on older python versions
2022-01-25 20:58:47 -05:00
David Kennedy
09c7b7343f
Merge pull request #924 from donno2048/patch-2
...
Remove nested statement with the same condition
2022-01-25 20:58:08 -05:00
Elisha Hollander
dd4d02f1af
remove nested statement with the same condition
2022-01-19 20:19:21 +02:00
Jee L
64c33fe632
Allow import cgi on older python versions
2021-12-29 20:53:12 +08:00
David Kennedy
02ed2e8f11
Merge pull request #909 from yesimxev/master
...
Recovered email templates with HTML support
2021-12-23 12:23:15 -05:00
David Kennedy
de17e3de36
Merge pull request #911 from AvyChanna/master
...
Update Dockerfile
2021-12-23 12:22:51 -05:00
Avneet Singh
403d0a99e6
Update Dockerfile
...
- Use apt-get instead of apt, and install all packages at once
- Do a shallow clone. Saves bandwidth and time.
2021-11-25 00:43:22 +05:30
yesimxev
a722584c4f
Added HTML support for templates
2021-11-20 01:16:21 +00:00
yesimxev
50e34f4af4
Recovered email templates support
2021-11-18 02:10:59 +00:00
David Kennedy
80fe70d706
Merge pull request #882 from santosomar/patch-2
...
Correcting spelling errors on menu options and explanations
2021-07-19 22:04:52 -04:00
David Kennedy
38a6a25f92
Merge pull request #878 from CryptoJones/master
...
Added new years
2021-07-19 22:04:39 -04:00
David Kennedy
f4fc6ce0d5
Merge pull request #879 from Digheads/master
...
py3 file open fix
2021-07-19 22:04:20 -04:00
David Kennedy
56b689b338
Merge pull request #883 from santosomar/patch-3
...
Grammar and spelling errors
2021-07-19 22:04:04 -04:00
Omar Santos
e73c11d5b3
Grammar and spelling errors
...
While creating different write-ups of the attacks supported in SET in one of my latests books, I noticed several spelling and grammar errors. Thus, I humbly suggest the included minor changes.
2021-06-28 22:56:30 -04:00
Omar Santos
71d4ee0636
Correcting spelling errors on menu options
...
While creating different write-ups of the attacks supported in SET, I noticed several spelling and grammar errors. Thus, I humbly suggest the included minor changes.
2021-06-28 22:45:18 -04:00
Digheads
4ac7350154
py3 file open fix
...
'file' built in function is obsolete in py3, therefore to send mails with atachments an error occours. This commit fixes this problem.
2021-06-22 08:13:12 +02:00
CryptoJones
89680d3e97
Added new years
2021-06-14 23:41:13 -04:00
David Kennedy
ef19c0ca85
Merge pull request #837 from jeffmcjunkin/jeffmcjunkin-patch-1
...
Fix `requirements.txt` installation instructions
2021-06-03 12:47:30 -04:00
David Kennedy
59fe008109
Merge pull request #867 from whokilleddb/master
...
FIxed AttributeError in harvester.py
2021-04-22 12:20:17 -04:00
Debjeet Banerjee
fe1a78b0c0
Update harvester.py
2021-04-21 10:34:05 +05:30
David Kennedy
60ad49a1f7
Merge pull request #776 from x4e/master
...
Fix missing space in setprompt
2021-04-12 15:29:05 -04:00
David Kennedy
087123f0ae
Merge pull request #801 from theCow61/master
...
non needed library after cgi.escape was changed to html.escape
2021-04-12 15:28:57 -04:00
David Kennedy
cec0ad9390
Merge pull request #818 from mohammedmubashir/master
...
Update RATTE_README.txt
2021-04-12 15:08:01 -04:00
David Kennedy
632afa6791
Merge pull request #826 from udit19281/master
...
Update smtp_web.py
2021-04-12 15:07:51 -04:00
David Kennedy
018c866cf6
Merge branch 'master' into jeffmcjunkin-patch-1
2021-04-12 15:06:59 -04:00
David Kennedy
ab0a8ab2a8
Merge pull request #839 from verhelstq/master
...
Fix path #838
2021-04-12 15:05:55 -04:00
David Kennedy
307686078a
Merge pull request #853 from fibonascii/feature/dockerfile
...
Feature/dockerfile
2021-04-12 15:05:43 -04:00
David Kennedy
1eb091b721
Merge pull request #858 from anonymous-ME/master
...
Fix for wget fallback option with urllib
2021-04-12 15:05:34 -04:00
David Kennedy
b0b1e8bbf5
Merge pull request #862 from crawl3r41/patch-2
...
Update README.md
2021-04-12 15:05:25 -04:00
crawl3r41
5cc3b9c483
Update README.md
2021-04-06 22:47:26 +08:00
crawl3r41
7df74fcba1
Update README.md
2021-04-06 22:45:40 +08:00
crawl3r41
40a3fb3662
Update README.md
2021-04-06 22:44:10 +08:00
crawl3r41
217a4b7b5c
Update README.md
2021-04-06 22:42:12 +08:00