pashayogi / Fb-hack

Fb-hack.py
271 stars 181 forks source link

Just taking of your cookies session (NOT HACK) #6

Open yrifl opened 3 years ago

yrifl commented 3 years ago

The script is not for hacking, its just taking Facebook cookies from the browser

Cookies : session of your login detail storage! Your facebook email and password in storage of cookies🤪

yrifl commented 3 years ago

"""" def main(): global noobs noobs = mechanize.Browser() cj = cookielib.LWPCookieJar() noobs.set_handle_robots(False) noobs.set_handle_redirect(True) noobs.set_cookiejar(cj) noobs.set_handle_equiv(True) noobs.set_handle_referer(True) noobs.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1) runn_noobs() life() print " " print RR+" wordlist tidak ada yg cocok..." print " " """

TrollSkull commented 2 years ago

Yes, always check what are you downloading.

def main():
  global noobs
  noobs = mechanize.Browser()
  cj = cookielib.LWPCookieJar()
  noobs.set_handle_robots(False)
  noobs.set_handle_redirect(True)
  noobs.set_cookiejar(cj)
  noobs.set_handle_equiv(True)
  noobs.set_handle_referer(True)
  noobs.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1)
  runn_noobs()
  life()
  print " "
  print RR+" wordlist tidak ada yg cocok..."
  print " "
Rajmallic commented 2 years ago

Hi