Skip to content

Commit

Permalink
Update Guasap_Forensic_ES.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonBajona committed May 22, 2018
1 parent 36502b9 commit 9fec977
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Guasap_Forensic_ES.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,20 @@ def icon(top,parent):
top.destroy()

if __name__ == '__main__':
print modules.config.banner
print "****************************************************************"
print "////////////////////////////////////////////////////////////////"
print "****************************************************************"
print "-- APP NAME: GUASAP FORENSIC --"
print "-- Description: WhatsApp Forensic App --"
print "-- Created by QuantiKa14 Team --"
print "-- License GNU 3 --"
print "-- Authors: Jorge Coronado A.K.A @JorgeWebsec & Ramon Bajona --"
print "-- Date: 10-05-2018 --"
print "-- Email contact: info@quantika14.com --"
print "****************************************************************"
print "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||"
print "****************************************************************"
while(menu):
root = Tk()
root.configure(width=600, height=450)
Expand Down

0 comments on commit 9fec977

Please sign in to comment.