Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix #879

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from
Open

Hotfix #879

wants to merge 33 commits into from

Commits on Dec 25, 2015

  1. Define the floating button at the end of the RelativeLayout,

    to put it over all the others widgets. Thanks to @0MazaHacka0 for reporting
    it.
    tux-mind committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    77020cc View commit details
    Browse the repository at this point in the history
  2. version bump

    tux-mind committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    8c5a9cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    539f982 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. fixes #555

    tux-mind committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    d29597b View commit details
    Browse the repository at this point in the history
  2. version bump

    tux-mind committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    5a120d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2016

  1. Configuration menu
    Copy the full SHA
    f92cde5 View commit details
    Browse the repository at this point in the history
  2. version bump

    tux-mind committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    cc50526 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

  1. [ExploitFinder] fix #612

    tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    014b641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1144ea6 View commit details
    Browse the repository at this point in the history
  3. partially fixes #428

    tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    1860d4f View commit details
    Browse the repository at this point in the history
  4. fixes #429

    tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    cdfd4ea View commit details
    Browse the repository at this point in the history
  5. fixes #437

    tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    ccda980 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b157c24 View commit details
    Browse the repository at this point in the history
  7. Update gradle to 2.8

    fat-tire authored and tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    4339b93 View commit details
    Browse the repository at this point in the history
  8. Extract charset encoding from HTTP headers or html headers.

    workaround for #451 and #50.
    gainan authored and tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    70d9a70 View commit details
    Browse the repository at this point in the history
  9. some websites put the charset encoding names between '' characters, s…

    …o parse them as well.
    gainan authored and tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    e755957 View commit details
    Browse the repository at this point in the history
  10. if we get a not valid charset, send the request with the default char…

    …set encoding.
    gainan authored and tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    81a014b View commit details
    Browse the repository at this point in the history
  11. parse TopLevelDomains correctly.

    put out of the loop the check for adding dots to the domain.
    
    fixes #21.
    gainan authored and tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    7d983d5 View commit details
    Browse the repository at this point in the history
  12. parse TopLevelDomains better.

    reorder TLD domains, to put simple domains (.us) at the end of the compounded domains of the same type (.com.us)
    gainan authored and tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    319d148 View commit details
    Browse the repository at this point in the history
  13. TLD array updated with latest domains from www.publicsuffix.org

    added a simple cache for already resolved TLDs.
    gainan authored and tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    9c996cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f3f3c95 View commit details
    Browse the repository at this point in the history
  15. use Comparable interface to sort our targets.

    also use a TreeSet to store them.
    tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    a7d2bec View commit details
    Browse the repository at this point in the history
  16. improved singleton pattern

    tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    b986abe View commit details
    Browse the repository at this point in the history
  17. make cache thread safe.

    changed names a while.
    tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    fa3f672 View commit details
    Browse the repository at this point in the history
  18. little speed up

    tux-mind committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    96de421 View commit details
    Browse the repository at this point in the history
  19. update libraries, gradle, gradle plugin

    fat-tire authored and tux-mind committed Mar 27, 2016
    1 Configuration menu
    Copy the full SHA
    e4a12c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. version bump

    tux-mind committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    662cbd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. pcap storage permission fix

    Silur authored and tux-mind committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    469a574 View commit details
    Browse the repository at this point in the history
  2. [Sniffer] use IOUtils for deal with cached files.

    use IOUtils from apache commons to move
    pcap file from cache to storage.
    
    I've also exported those small piece of code into a separate function.
    tux-mind committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    47714a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    388d6cf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2016

  1. Configuration menu
    Copy the full SHA
    41d6e3a View commit details
    Browse the repository at this point in the history
  2. [ExploitFinder] follow HTTP redirects.

     Even if we tell to Java to do this it ignore our preferences.
     We have to do this my hand.
    tux-mind committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    34092c1 View commit details
    Browse the repository at this point in the history
  3. version bump

    fixed #637
    fixed #651
    fixed #652
    fixed #675
    tux-mind committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    0ff1883 View commit details
    Browse the repository at this point in the history