GitXplorerGitXplorer
o

pyre

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c83e681c241fbb790b403014c791a8d4841192a7

Added 6.858 final report.

oobi1kenobi committed 10 years ago
Unverified
31819f5286f2f4bed401549e8c25dc84958bfa68

Updated windows exploit to fix IE timing issue.

oobi1kenobi committed 11 years ago
Unverified
4209b71359a64ee1c5596267fdcff47f431cee59

adding nmap probes

ppH14 committed 11 years ago
Unverified
4f5954069547fd40359d7385ca7de53e1ba30a2d

First draft of linux exploit. Can't seem to find working server to test.

committed 11 years ago
Unverified
050bbc08eec4935f046c2a1288db3dfdd695ef10

verified andromouse and mobilemouselite

aalbertyfwu committed 11 years ago
Unverified
3cab4987eb73b9f698630348cfdd9b73f146e2a8

Making other app drivers subclasses of drivers. Deleting Windows tests for those already tested with the superclass test

committed 11 years ago

README

The README file for this repository.

pyre

6.858 final project -- Python exploitation of PC-remote-control mobile apps

Style guide

  • Test files will always start with test_.
  • Test files should always be directly runnable from the command line and have a main function.
  • All tests should expect to find the cursor at (0, 0) and no buttons pressed.
  • All tests should leave the environment with the cursor at (0, 0) and no buttons pressed.