Giter Site home page Giter Site logo

xzibit-hub's Projects

blackeye icon blackeye

The ultimate phishing tool with 38 websites available!

blackeye-python icon blackeye-python

BlackEye Phishing Kit in Python w Serveo Subdomain Creation | Educational Purposes Only

gmail- icon gmail-

<!doctype html> < html > < head > < title >Gmail API demo</ title > < meta charset ="UTF-8 "> < link rel =" stylesheet" href =" / < link rel =" stylesheet" href =" / < style > iframe { width : 100 %; border : 0 ; min-height : 80 %; height : 600 px; display : flex; } </ style > </ head > < body > < div class ="container"> < h1>Gmail API demo</ h1 > < a href =" #compose-modal " dat < button id=" authorize-button < table class ="table table-st < thead > < tr > < th>From</ th > < th>Subject</ th > < th>Date/Time</ th> </ tr > </ thead > < tbody ></ tbody > </ table > </ div > < div class ="modal fade " id=" co < div class =" modal-dialog mod < div class ="modal-content " < div class ="modal-header < button type =" button " < span aria-hidden =" t </ button > < h4 class =" modal-title </ div > < form onsubmit =" return s < div class =" modal-body < div class =" form-gro < input type ="email </ div> < div class =" form-gro < input type ="text " </ div> < div class =" form-gro < textarea class =" f </ div> </ div > < div class =" modal-foot < button type ="button < button type ="submit </ div > </ form > </ div > </ div > </ div > < div class ="modal fade " id=" re < div class =" modal-dialog mod < div class ="modal-content " < div class ="modal-header < button type =" button " < span aria-hidden =" t </ button > < h4 class =" modal-title </ div > < form onsubmit =" return s < input type ="hidden " i < div class =" modal-body < div class =" form-gro < input type ="text " </ div> < div class =" form-gro < input type ="text " </ div> < div class =" form-gro < textarea class =" f </ div> </ div > < div class =" modal-foot < button type ="button < button type ="submit </ div > </ form > </ div > </ div > </ div > < script src =" //code.jquery.com < script src =" //maxcdn.bootstra < script type =" text/javascript " var clientId = 'xxxxxxxxxxxx var apiKey = 'xxxxxxxxxxxxxx var scopes = 'https://www.googleapis.co 'https://www.googleapis.co function handleClientLoad () gapi. client .setApiKey(apiK window. setTimeout(checkAut } function checkAuth() { gapi. auth .authorize({ client_id : clientId, scope : scopes, immediate: true }, handleAuthResult); } function handleAuthClick () { gapi. auth .authorize({ client_id : clientId, scope : scopes, immediate: false }, handleAuthResult); return false ; } function handleAuthResult (au if(authResult && !authResu loadGmailApi (); $('#authorize-button' ). r $('.table-inbox' ).remove $('#compose-button' ). rem } else { $('#authorize-button' ). r $('#authorize-button' ). o handleAuthClick (); }); } } function loadGmailApi () { gapi. client .load ('gmail' , } function displayInbox () { var request = gapi. client . 'userId' : 'me' , 'labelIds' : 'INBOX' , 'maxResults' : 10 }); request. execute ( function (r $. each (response. messages var messageRequest = g 'userId' : 'me' , 'id' : this. id }); messageRequest. execute }); }); } function appendMessageRow (me $('.table-inbox tbody' ). ap '<tr>\ <td>' +getHeader(messag <td>\ <a href="#message-mo '" data-toggle="mo getHeader(message. '</a>\ </td>\ <td>' +getHeader(messag </tr>' ); var reply_to = ( getHeader( getHeader(message. payloa getHeader(message. payloa var reply_subject = 'Re: ' $('body' ). append ( '<div class="modal fade" '" tabindex="-1" rol <div class="modal-dial <div class="modal-co <div class="modal- <button type="bu class="c data-dis aria-lab <span aria-hid <h4 class="modal getHeader(mess '</h4>\ </div>\ <div class="modal- <iframe id="mess </iframe>\ </div>\ <div class="modal- <button type="bu <button type="bu onclick="fillInR \'' +reply_to +' \'' +reply_subj \'' +getHeader( );"\ >Reply</button>\ </div>\ </div>\ </div>\ </div>' ); $('#message-link-' + message var ifrm = $( '#message-i $('body' , ifrm). html (get }); } function sendEmail() { $('#send-button' ).addClass sendMessage( { 'To' : $( '#compose-to' ) 'Subject' : $('#compose }, $('#compose-message' ).va composeTidy ); return false ; } function composeTidy () { $('#compose-modal' ). modal ( $('#compose-to' ). val ('' ); $('#compose-subject' ).val ( $('#compose-message' ).val ( $('#send-button' ).removeCl } function sendReply() { $('#reply-button' ). addClas sendMessage( { 'To' : $( '#reply-to' ). v 'Subject' : $('#reply-s 'In-Reply-To' : $('#rep }, $('#reply-message' ). val ( replyTidy ); return false ; } function replyTidy() { $('#reply-modal' ).modal ('h $('#reply-message' ). val ('' $('#reply-button' ). removeC } function fillInReply (to, sub { $('#reply-to' ).val (to); $('#reply-subject' ). val (su $('#reply-message-id' ). val } function sendMessage (headers { var email = '' ; for (var header in headers_ email += header += ": " + email += "\r\n" + message; var sendRequest = gapi. cli 'userId' : 'me' , 'resource' : { 'raw' : window. btoa (ema } }); return sendRequest. execute } function getHeader(headers, var header = ''; $. each (headers, function () if(this. name . toLowerCase header = this. value ; } }); return header; } function getBody (message) { var encodedBody = ''; if( typeof message. parts == { encodedBody = message. bo } else { encodedBody = getHTMLPar } encodedBody = encodedBody. return decodeURIComponent( } function getHTMLPart (arr) { for (var x = 0 ; x <= arr. le { if( typeof arr[x]. parts = { if (arr[x]. mimeType === { return arr[x]. body . d } } else { return getHTMLPart (arr } } return '' ; } </ script > < script src =" https://apis.goog </ body > </ html >

ip-tracer icon ip-tracer

Track any ip address with IP-Tracer. IP-Tracer is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracer.

ip-tracker icon ip-tracker

Track any ip address with IP-Tracker. IP-Tracker is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracker.

pyloggy icon pyloggy

A python keylogger that does more than any other keylogger - Key logger, Clicks logger and Screenshots

shellphish icon shellphish

Phishing Tool for Instagram, Facebook, Twitter, Snapchat, Github

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.