issue145:tutoriel2
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue145:tutoriel2 [2019/06/10 14:21] – d52fr | issue145:tutoriel2 [2019/06/11 11:41] (Version actuelle) – auntiee | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
**In issue FCM#144, we had a look at basic netcat. In this issue, we will take a deeper look at netcat. Josh, your wish is our command. Feel free to reach out to us on e-mail or Telegram if there is anything you would like to see more of in FCM. Also, feel free to make a donation to Patreon - https:// | **In issue FCM#144, we had a look at basic netcat. In this issue, we will take a deeper look at netcat. Josh, your wish is our command. Feel free to reach out to us on e-mail or Telegram if there is anything you would like to see more of in FCM. Also, feel free to make a donation to Patreon - https:// | ||
- | Dans le numéro 144, nous avons regardé les bases de Netcat. Dans ce numéro, nous allons pousser plus avant nos investigations sur netcat. Josh, vos désirs sont des ordres. N' | + | Dans le numéro 144, nous avons regardé les bases de netcat. Dans ce numéro, nous allons pousser plus avant nos investigations sur netcat. Josh, vos désirs sont des ordres. N' |
**Port scan | **Port scan | ||
Ligne 25: | Ligne 25: | ||
nc -vz scanme.nmap.org 22 25 443 | nc -vz scanme.nmap.org 22 25 443 | ||
- | Ceci scanne 3 ports habituels d'un coup (plus, si vous aimez !). Vous pouvez revoir | + | Ceci scanne 3 ports habituels d'un coup (plus, si vous voudriez |
nc -vz scanme.nmap.org 1-100 | nc -vz scanme.nmap.org 1-100 | ||
Ligne 43: | Ligne 43: | ||
Prise de bannière | Prise de bannière | ||
- | Le scan de ports, c'est bien beau... pour les ports connus ; mais quelle solution pour les ports inconnus ? Comment pouvons-nous découvrir les services qui tournent sur ces ports ? C'est là qu' | + | Le scan de ports, c'est bien beau... pour les ports connus ; mais quelle solution pour les ports inconnus ? Comment pouvons-nous découvrir les services qui tournent sur ces ports ? C'est là qu' |
- | Si vous regardez l' | + | Si vous regardez l' |
**Why do you need to know this about your servers? Because this is how servers get hacked. As per Josh’s request, I will briefly try to explain how hackers use netcat to actually hack a server. The most common uses for netcat, when it comes to hacking, is setting up reverse and bind shells, piping and redirecting network traffic, port listening, and banner grabbing (which we have covered). Yes, all of this and more is possible with netcat! Once you see and understand how hackers compromise your systems, you can take preventative measures. | **Why do you need to know this about your servers? Because this is how servers get hacked. As per Josh’s request, I will briefly try to explain how hackers use netcat to actually hack a server. The most common uses for netcat, when it comes to hacking, is setting up reverse and bind shells, piping and redirecting network traffic, port listening, and banner grabbing (which we have covered). Yes, all of this and more is possible with netcat! Once you see and understand how hackers compromise your systems, you can take preventative measures. | ||
Ligne 54: | Ligne 54: | ||
https:// | https:// | ||
- | Pourquoi connaître ces informations à propos de vos serveurs ? Parce que c'est comme ça que les serveurs sont piratés. À la demande de Josh, j' | + | Pourquoi connaître ces informations à propos de vos serveurs ? Parce que c'est comme ça que les serveurs sont piratés. À la demande de Josh, j' |
- | Si vous n'avez pas de connexion décente à Internet à la maison, ou si vous préférez poursuivre hors connexion, | + | Si vous n'avez pas de connexion décente à Internet à la maison, ou si vous préférez poursuivre hors connexion, vous pouvez télécharger |
- | https:// | + | https:// |
- | or | + | |
- | https:// | + | |
**Netcat is best used with other tools like nmap or metasploit, but since we will be focusing on netcat, I will break this information piece into three parts. Next issue we will look at creating backdoors and reverse shells. | **Netcat is best used with other tools like nmap or metasploit, but since we will be focusing on netcat, I will break this information piece into three parts. Next issue we will look at creating backdoors and reverse shells. | ||
Ligne 65: | Ligne 63: | ||
AGAIN! I do not know what the laws in your country are, but do not scan outside your network as it may be illegal in your country or state. Yes, just simple port scans can be illegal. If in doubt, use the insecure virtual machine please. ** | AGAIN! I do not know what the laws in your country are, but do not scan outside your network as it may be illegal in your country or state. Yes, just simple port scans can be illegal. If in doubt, use the insecure virtual machine please. ** | ||
- | Netcat est utilisé au mieux avec d' | + | Netcat est utilisé au mieux avec d' |
- | À NOUVEAU ! Je ne connais pas les lois de votre pays, mais ne scannez pas en dehors de votre réseau car ce pourrait être illégal dans votre pays ou état. Oui, un simple scan de ports peut être illégal. Si vous avez un doute, utilisez la machine virtuelle non sure, s'il vous plaît. | + | À NOUVEAU ! Je ne connais pas les lois de votre pays, mais ne scannez pas en dehors de votre réseau, car ce pourrait être illégal dans votre pays ou État. Oui, un simple scan de ports peut être illégal. Si vous avez un doute, utilisez la machine virtuelle non sûre, s'il vous plaît. |
issue145/tutoriel2.1560169289.txt.gz · Dernière modification : 2019/06/10 14:21 de d52fr