[Forensics-changes] [pompem] branch debian updated (52be142 -> 7f1dc27)

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


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

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

      from  52be142   Imported Debian patch 0.1.0-3
       new  34d92c4   Imported Upstream version 0.2.0
       new  7f1dc27   Imported Debian patch 0.2.0-1

The 2 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 ++
 debian/changelog                             |   18 +
 debian/control                               |   16 +-
 debian/copyright                             |   37 +-
 debian/install                               |    6 +-
 pompem.1 => debian/manpage/pompem.1          |   19 +-
 debian/manpages                              |    2 +-
 debian/patches/add-shebang-line.patch        |   73 +
 debian/patches/series                        |    1 +
 debian/rules                                 |    4 +-
 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.py                                    |   92 +-
 requirements.txt                             |    3 +-
 44 files changed, 742 insertions(+), 10161 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
 rename pompem.1 => debian/manpage/pompem.1 (54%)
 create mode 100644 debian/patches/add-shebang-line.patch
 create mode 100644 debian/patches/series
 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
 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