[Forensics-changes] [pompem] branch upstream updated (0797974 -> 34d92c4)

Giovani Augusto Ferreira giovani-guest at moszumanska.debian.org
Mon Aug 15 23:59:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

giovani-guest pushed a change to branch upstream
in repository pompem.

      from  0797974   Imported Upstream version 0.1.0
       new  34d92c4   Imported Upstream version 0.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.markdown                              |   36 +-
 bootstrap/css/bootstrap-responsive.css       | 1088 -----
 bootstrap/css/bootstrap-responsive.min.css   |    9 -
 bootstrap/css/bootstrap.css                  | 6195 --------------------------
 bootstrap/css/bootstrap.min.css              |    9 -
 bootstrap/img/glyphicons-halflings-white.png |  Bin 8777 -> 0 bytes
 bootstrap/img/glyphicons-halflings.png       |  Bin 12799 -> 0 bytes
 bootstrap/js/bootstrap.js                    | 2026 ---------
 bootstrap/js/bootstrap.min.js                |    6 -
 bots/__init__.py                             |    5 -
 bots/bot_base.py                             |   24 -
 bots/day.py                                  |   49 -
 bots/exploit_db.py                           |   44 -
 bots/packet_storm.py                         |   45 -
 bots/security_vulns.py                       |   38 -
 common/__init__.py                           |    0
 common/html_page/base.html                   |   32 +
 common/html_page/style.css                   |   11 +
 common/print_messages.py                     |   57 +
 common/writers.py                            |   95 +
 core/__init__.py                             |    0
 core/exploit_finder.py                       |   43 +
 core/request_worker.py                       |   60 +
 core/scrapers.py                             |  280 ++
 engine/__init__.py                           |    2 -
 engine/exec_and_print.py                     |   71 -
 engine/functions.py                          |  130 -
 engine/html/base.html                        |   54 -
 engine/router.py                             |   70 -
 engine/spider.py                             |   76 -
 engine/update.py                             |   64 -
 model/__init__.py                            |    5 -
 model/result.py                              |    8 -
 pompem.1                                     |   47 -
 pompem.py                                    |   92 +-
 requirements.txt                             |    3 +-
 36 files changed, 620 insertions(+), 10154 deletions(-)
 delete mode 100755 bootstrap/css/bootstrap-responsive.css
 delete mode 100755 bootstrap/css/bootstrap-responsive.min.css
 delete mode 100755 bootstrap/css/bootstrap.css
 delete mode 100755 bootstrap/css/bootstrap.min.css
 delete mode 100755 bootstrap/img/glyphicons-halflings-white.png
 delete mode 100755 bootstrap/img/glyphicons-halflings.png
 delete mode 100755 bootstrap/js/bootstrap.js
 delete mode 100755 bootstrap/js/bootstrap.min.js
 delete mode 100755 bots/__init__.py
 delete mode 100755 bots/bot_base.py
 delete mode 100755 bots/day.py
 delete mode 100755 bots/exploit_db.py
 delete mode 100755 bots/packet_storm.py
 delete mode 100755 bots/security_vulns.py
 create mode 100644 common/__init__.py
 create mode 100644 common/html_page/base.html
 create mode 100644 common/html_page/style.css
 create mode 100644 common/print_messages.py
 create mode 100644 common/writers.py
 create mode 100644 core/__init__.py
 create mode 100644 core/exploit_finder.py
 create mode 100644 core/request_worker.py
 create mode 100644 core/scrapers.py
 delete mode 100755 engine/__init__.py
 delete mode 100755 engine/exec_and_print.py
 delete mode 100755 engine/functions.py
 delete mode 100755 engine/html/base.html
 delete mode 100755 engine/router.py
 delete mode 100755 engine/spider.py
 delete mode 100755 engine/update.py
 delete mode 100755 model/__init__.py
 delete mode 100755 model/result.py
 delete mode 100644 pompem.1
 mode change 100755 => 100644 pompem.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/pompem.git



More information about the forensics-changes mailing list