Skip to content

Instantly share code, notes, and snippets.

@HossamYousef
HossamYousef / Facebook-brute-force.py
Last active December 17, 2023 11:46
This simple script to penetrate accounts Facebook brute-force
#!/usr/bin/python
#Install SleekXMPP & xmpppy Modules
#This program is not for children -(18)
#This program is only for educational purposes only.
#Don't Attack people facebook account's it's illegal !
#If you want to HaCk into someone's account, you must have the permission of the user.
#usage:Facebook-brute-force.py [wordlist file]
#Coded By Hossam Youssef <hossam.mox@gmail.com> ^_^
@ebadullah
ebadullah / ruby-wrapper-for-smile-sms
Created April 17, 2014 09:53
Wrapper for Smile Sms Api
class SmileApi < ActiveRecord::Base
require 'uri'
def get_session
user_name = "username here"
password = "password here"
data = File.read("http://api.smilesn.com/session?username="+username+"&password="+password)
data=JSON.parse(data)
sessionid=data.sessionid