-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Noa LEDET
committed
Dec 13, 2023
1 parent
f97996c
commit 3b8cb74
Showing
11 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
File renamed without changes
Binary file not shown.
Binary file not shown.
34 changes: 34 additions & 0 deletions
34
Writerside/wiki/Création-d-une-campagne-Sending-Profile.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# Création d'une campagne : Sending Profile | ||
|
||
La première étape de la création d'une campagne de phishing avec GoPhish, est la création d'un profil d'envoi (="Sending Profile"). | ||
|
||
Il s'agit donc ici de renseigner les paramètres SMTP du serveur afin que votre campagne puisse fonctionner étant donné qu'il enverra des mails de phishing en rapport avec la campagne que vous aurez créer. | ||
|
||
A l'aide du menu de gauche, naviguez sur "Sending Profile" puis cliquez sur le bouton "New Profile", cela ouvrira une nouvelle fenêtre ou vous pourrez renseigner vos paramètre SMTP : | ||
|
||
<img src="send_profile_vierge.PNG" alt="Fenêtre New Sending Profile"/> | ||
|
||
| Champ | Description | | ||
|---------------------------|------------------------------------------------------------------------------------------------| | ||
| Name | Indiquez ici le nom du profil. | | ||
| SMTP From | Mail à partir duquel les email de phishing des campagnes seront envoyé. | | ||
| Host | Adresse du serveur d'envoie (ex: `smtp.google.com`) | | ||
| Username | Nom d'utilisateur d'un utilisateur ayant déjà un compte mail lié au serveur SMTP. | | ||
| Password | Mot de passe du nom d'utilisateur. | | ||
| Ignore Certificate Errors | Indique si les erreurs de certificats (comme les certificats auto-signé) seront ignoré ou non. | | ||
| Email Headers | Vous permet de configurer des entêtes d'Email existant ou non. | | ||
|
||
> **Information** | ||
> | ||
> Le renseignement d'un nom d'utilisateur et d'un mot de passe n'est pas forcément obligatoire, en fonction de la configuration de votre serveur de mail. Pour connaître les détails, veuillez vous rapprocher d'un administrateur système de votre entreprise. | ||
> | ||
{style="note"} | ||
|
||
> **Attention** | ||
> | ||
> Si vous cocher "Ignore Certificate Errors", cela pourrait vous exposer à des problèmes de sécurité tels que les attaques de type | ||
> | ||
> | ||
{style="warning"} | ||
|
||
Une fois que les paramètres ont été renseigné, vous pouvez effectuer un test d'envoie avec le bouton "Send Test Email" qui enverra un email de test à une adresse Email que vous fournirrez. | ||
|
||
Lorsque les paramètres SMTP ont été validé, vous pourrez sauvegarder le profil. |
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
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