From 58e73ca8fc9ac106f3b2c20271476b0eb0b263b9 Mon Sep 17 00:00:00 2001 From: 1bdool492 <43455840+abdolzx@users.noreply.github.com> Date: Wed, 5 Jul 2023 06:10:13 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c860b29..c602470 100644 --- a/README.md +++ b/README.md @@ -117,11 +117,11 @@ Short Form | Long Form | Description * To list all the basic options and switches use -h switch: -```python sublist3r.py -h``` +```python3 sublist3r.py -h``` * To enumerate subdomains of specific domain: -``python sublist3r.py -d example.com`` +``python3 sublist3r.py -d example.com`` * To enumerate subdomains of specific domain and show only subdomains which have open ports 80 and 443 :