Fb-hack icon indicating copy to clipboard operation
Fb-hack copied to clipboard

Just taking of your cookies session (NOT HACK)

Open yrifl opened this issue 3 years ago • 3 comments

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 avatar Mar 03 '21 17:03 yrifl

"""" 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 " " """

yrifl avatar Mar 03 '21 17:03 yrifl

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 " "

TrollSkull avatar Dec 09 '21 13:12 TrollSkull

Hi

Rajmallic avatar Jul 01 '22 07:07 Rajmallic