İnstagram Bruteforce

ZyZCapCorn

Yeni üye
7 Kas 2011
2
0
Merhabalar requirements.txt yi kurarken şöyle bir hata alıyorum nedeni nedir sizce

Kod:
WARNING: pip is configured with ********s that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
Could not fetch URL https://pypi.org/simple/bs4/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/bs4/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement bs4 (from -r requirements.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for bs4 (from -r requirements.txt (line 1))
WARNING: pip is configured with ********s that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
 

S_w_o_R_d

Uzman üye
17 Eki 2020
1,914
183
Neptün
Cevap: Re: İnstagram Bruteforce

Merhabalar requirements.txt yi kurarken şöyle bir hata alıyorum nedeni nedir sizce

Kod:
WARNING: pip is configured with ********s that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bs4/
Could not fetch URL https://pypi.org/simple/bs4/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/bs4/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement bs4 (from -r requirements.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for bs4 (from -r requirements.txt (line 1))
WARNING: pip is configured with ********s that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Hocam root olarak dener misiniz acaba? Daha önce böyle bir hatayla karşılaşmadım.
 

HydraT3

Üye
25 Mar 2018
93
2
Herkese merhaba. Bugün sizlere bir instagram hesabına nasıl bruteforce yapılacağını anlatıcam. Umarım yararlı olur.



Öncelikle linux terminalimize şu kodu yazıyoruz:

Kod:
git clone https://github.com/Bitwise-01/Instagram-

İndiirdikten sonra indirdiği konuma geçiş yapalım.

Kod:
cd Instagram-

Sonra programın çalışması için bazı şeyleri indirmesi lazım. Bu şeyleri indirmek için şu kod girelim:

Kod:
pip3 install -r requirements.txt

İndirme işlemi bittikten sonra artık programız hazır. Programı çalıştırmak için şu kodu girelim:

Kod:
python3 instagram.py <saldırı yapılacak kullanıcı adı>  <wordlist adı>

Komutu çalıştırdıktan sonra program bu şifreleri deniyor ve en son şifreyi buluyor.


fbN4NR.png


Yardımcı olabildiysem teşekkür butouna basabilirsiiz...
icon7.gif


Not: Program bana ait değil alıntıdır.
Not: Yaptığınız işlerden ben yada türkhackteam sorumlu değildir.

Hala güncel mi?+++
 

Paras1te

Yeni üye
17 Ocak 2021
3
0
fatal: Hedef yolu 'Instagram-' halihazırda mevcut ve boş bir dizin değil. bu hatayı aldım napmam gerek
 

MrSytem

Katılımcı Üye
30 Ağu 2019
591
4
Bence artık bruteforce mantıksız.Belki şifre wordlist içerisinde bile olsa bulamayacak kaç günün boşa gidecek.Onun yerine sm veya diğer yollar daha mantıklı
 

S_w_o_R_d

Uzman üye
17 Eki 2020
1,914
183
Neptün

4resss

Yeni üye
1 Mar 2020
32
0
Herkese merhaba. Bugün sizlere bir instagram hesabına nasıl bruteforce yapılacağını anlatıcam. Umarım yararlı olur.



Öncelikle linux terminalimize şu kodu yazıyoruz:

Kod:
git clone https://github.com/Bitwise-01/Instagram-

İndiirdikten sonra indirdiği konuma geçiş yapalım.

Kod:
cd Instagram-

Sonra programın çalışması için bazı şeyleri indirmesi lazım. Bu şeyleri indirmek için şu kod girelim:

Kod:
pip3 install -r requirements.txt

İndirme işlemi bittikten sonra artık programız hazır. Programı çalıştırmak için şu kodu girelim:

Kod:
python3 instagram.py <saldırı yapılacak kullanıcı adı>  <wordlist adı>

Komutu çalıştırdıktan sonra program bu şifreleri deniyor ve en son şifreyi buluyor.


fbN4NR.png


Yardımcı olabildiysem teşekkür butouna basabilirsiiz...
icon7.gif


Not: Program bana ait değil alıntıdır.
Not: Yaptığınız işlerden ben yada türkhackteam sorumlu değildir.

Merhabalar iyi aksamlar konu çok yararlı olmuş windows7-10 vb. üzerinde kullanılması mümkünmü?
 

S_w_o_R_d

Uzman üye
17 Eki 2020
1,914
183
Neptün

4resss

Yeni üye
1 Mar 2020
32
0
Merhaba maalesef linux terminale ihtiyacınız var ancak Windows 10'a sadece 500 MB boyutlu bir şekilde nasıl Linux terminal kuruluru anlattım. O konuya da bu linkten ulaşabilirsiniz.

https://www.turkhackteam.org/web-se...ows-10a-sanal-makine-olmadan-linux-kurma.html


İyi akşamlar. :)

@4ress

İlginiz ve cevabınız için teşekkür ederim windows 7 kullanıyorum bu tarz önerebileceğiniz program varmı?
Benim bilgisayarım bozuldu kullandığım bilgisayar kardeşimin malesef linux kullanamıyorum yardımcı olursanız sevinirim ilginiz ve anlayışınız için teşekkür eder iyi akşamlar dilerim
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.