Rambou Apps

ARP Security 1.0
Rambou
An app that protects your smartphone from anarp attack, by setting a static ip on the ARP table. Also has theability to spoof arp. It's started as a main project for the courseof "Mobile and Wireless Networks Security" at the Department ofInformation & Communication Systems Engineering, University ofAegean. App requires root access to work so keep in mind! Anywayyou shouldn't expect anything fancy lads.
My Icarus 1.4
Rambou
Η εφαρμογή αποτελεί μια ηλεκτρονική γραμματείατου τμήματος Μηχανικών Πληροφοριακών και επικοινωνιακών Συστημάτωντου Πανεπιστήμιου Αιγαίου στην Σάμο.Υπάρχει η δυνατότητα προβολής μαθημάτων και βαθμολογιών, δημιουργίααιτήσεων στην γραμματεία και δήλωσης μαθημάτων. Ενδέχεται ναπροστεθούν και άλλες δυνατότητες καθώς η εφαρμογή βρίσκεται σεέκδοση Beta.Φτιάχθηκε και συντηρείτε από τους Rambou - ArmagedonnasThe application is anelectronic registry of the Department of Information andCommunication Systems University of the Aegean in Samos.There is the ability to view courses and scores, creatingapplications in the secretariat and reporting courses. They may addother capabilities as the application is in Beta version.Ftiachthike and maintain by Rambou - Armagedonnas
Job Finder 1.0
Rambou
Η πρώτη οθόνη που εμφανίζεται στον χρήστη είναι αυτή της αναζήτησηςαγγελίας στην οποία αφού εισάγει λέξεις κλειδιά ώστε να τουεπιστραφούν αποτελέσματα σχετικά με την εργασία που ψάχνει. Τέλοςμόλις ο χρήστης επιλέξει μια αγγελία πηγαίνει στην οθόνη τηναγγελία όπου παρέχονται πληροφορίες σχετικά με την εταιρία,περιγραφή της θέσης εργασίας, της τοποθεσίας της εταιρίας, τηλέφωνοή mail επικοινωνίας και ειδικότητα που αφορά την θέση εργασίας.
SecHeaders 1.0
Rambou
An app that takes as an input some websitesandthen gathers, filter, visualize and generate statistics oftheirSecurity Headers. It's started as a mini-project for thecourse of"Mobile and Wireless Networks Security" at the DepartmentofInformation & Communication Systems Engineering, UniversityofAegean. So don't expect anything fancy lads. :bowtie: Alsotheproject build with Android Studio IDE, if you want to youcanimport it to eclipse (needs to be converted).The app will filter all headers to find the ones for security.Thosewill be filtered are 10 and mentioned above. :wink:***Access Control Allow Origin - When Site A tries tofetchcontent from Site B, Site B can send an Access-ControlAllow-Originresponse header to tell the browser that the content ofthis pageis accessible to certain origins.***Content Security Policy (CSP) - Helps detect/preventXSS,mixed-content, and other classes of attack. CSP1.1Specification.***Cross Domain Meta Policy - Tells Flash and PDF files whichCrossDomain Policy files found on your site can be obeyed; yes,it's apolicy about other policies!Server Information - Who has a need to know what type ofserveryou're running?***UTF-8 Character Encoding - Minimizing the likelihoodthatmalicious character conversion could happen.***X-Frame-Options (XFO) - Prevents your content from beingframedand potentially clickjacked. X-Frame-Options draft.***X-Powered-By - Who has a need to know what softwareversionyou're running?***X-XSS-Protection - Cross site scripting heuristic filterforIE/Chrome.***X-Content-Type-Options - Prevent content typesniffing"NoSniff".***X-Download-Options - Prevent file downloads opening.***HTTP Strict Transport Security (HSTS) - Ensures the browsernevervisits the http version of a website. ProtectsSSLStrip/Firesheepattacks. HSTS Specification***Secure Cookies - Ensure that the server knows theclient.Checking the use of Set-Cookie2 along to theinsecureSet-Cookie.***X-Pingback - Header for blogs, a url that allows other sitesthatlink to that site/site's article to tell the site that it didlinkto that site. Before adding it, used for DDOS attacks.P3P - Header for Platform for Privacy Preferences.