
Safe Exam Browser
Silent install package for Safe Exam Browser
3.8.0.742-3
- package: tis-safe-exam-browser
- name: Safe Exam Browser
- version: 3.8.0.742-3
- maintainer: WAPT Team,Tranquil IT,Amel FRADJ
- target_os: windows
- architecture: x86
- signature_date:
- size: 146.11 Mo
package : tis-safe-exam-browser
version : 3.8.0.742-3
architecture : x86
section : base
priority : optional
name : Safe Exam Browser
categories :
maintainer : WAPT Team,Tranquil IT,Amel FRADJ
description : Safe Exam Browser is a web-browsing environment for secure electronic evaluations. The software temporarily transforms any computer into a secure workstation. It controls access to resources such as system functions, other websites and applications, and prevents the use of unauthorized resources during an exam
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : Safe Exam Browser est un environnement de navigation Web permettant d'effectuer des évaluations électroniques en toute sécurité. Le logiciel transforme temporairement n'importe quel ordinateur en poste de travail sécurisé. Il contrôle l'accès aux ressources telles que les fonctions système, les autres sites Web et applications et empêche l'utilisation de ressources non autorisées pendant un examen
description_pl : Safe Exam Browser to środowisko przeglądania stron internetowych do przeprowadzania ocen elektronicznych z zachowaniem pełnego bezpieczeństwa. Oprogramowanie tymczasowo przekształca dowolny komputer w bezpieczną stację roboczą. Kontroluje dostęp do zasobów, takich jak funkcje systemowe, inne strony internetowe i aplikacje oraz zapobiega korzystaniu z nieautoryzowanych zasobów podczas egzaminu
description_de : Safe Exam Browser ist eine Webbrowser-Umgebung für die sichere Durchführung von elektronischen Beurteilungen. Die Software verwandelt jeden Computer vorübergehend in einen sicheren Arbeitsplatz. Sie kontrolliert den Zugriff auf Ressourcen wie Systemfunktionen, andere Websites und Anwendungen und verhindert die Nutzung nicht autorisierter Ressourcen während einer Prüfung
description_es : Safe Exam Browser es un entorno de navegación web para realizar evaluaciones electrónicas con total seguridad. El software transforma temporalmente cualquier ordenador en una estación de trabajo segura. Controla el acceso a recursos como las funciones del sistema, otros sitios web y aplicaciones, e impide el uso de recursos no autorizados durante un examen
description_pt : O Safe Exam Browser é um ambiente de navegação na Web para realizar avaliações electrónicas com toda a segurança. O software transforma temporariamente qualquer computador numa estação de trabalho segura. Controla o acesso a recursos como as funções do sistema, outros sítios Web e aplicações, e impede a utilização de recursos não autorizados durante um exame
description_it : Safe Exam Browser è un ambiente di navigazione web che consente di condurre valutazioni elettroniche in totale sicurezza. Il software trasforma temporaneamente qualsiasi computer in una postazione di lavoro sicura. Controlla l'accesso a risorse come le funzioni di sistema, altri siti web e applicazioni, e impedisce l'uso di risorse non autorizzate durante un esame
description_nl : Safe Exam Browser is een webbrowseromgeving voor het volledig veilig uitvoeren van elektronische assessments. De software verandert elke computer tijdelijk in een beveiligd werkstation. Het controleert de toegang tot bronnen zoals systeemfuncties, andere websites en applicaties en voorkomt het gebruik van ongeautoriseerde bronnen tijdens een examen
description_ru : Safe Exam Browser - это среда просмотра веб-страниц для проведения электронных экзаменов в условиях полной безопасности. Программное обеспечение временно превращает любой компьютер в защищенную рабочую станцию. Она контролирует доступ к таким ресурсам, как системные функции, другие веб-сайты и приложения, и предотвращает использование неавторизованных ресурсов во время экзамена
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : dd5649fa-8c2a-45b4-818e-f27df5d29a87
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 229313c3cac0e21d883f1a6d401747f4c28f8da5cd2a1056b5a4534f8567b53b
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2024-10-15T07:00:46.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : OTPQPCiXBl5/2f6+zu5EZbOkpFymNGYyT20TOwSBwMMb3HJAAKON7dng1ofbEwzXW7fbegKPy6rXkcOaLXjq8bsM7Pptubr8IVWETiXL2nbFvZE4Nm7zVgNreKsgQ2OT0o6VgJ50y0bKGCxqy5LBOI2k2fPO7nRBMgGe1mHEY6ANf7LArvgijvUEy4qL7SLN4gmdQOXe8GqF4vu0SyCpFTrJFnbxmIdS+qV+Y5kEvSCdaZFlbMkES4eQgOrbgm8/e6zSq7Aw7pJdxvu3JludxS96S/KdQYnokj2VUsyd1ed+5sbdVu4deINPApthvOFh9BVk3JDFum+Bjo62Y1P/WA==
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
# Declaring local variables
bin_name = glob.glob('SEB_*.msi')[0]
# Installing the software
install_msi_if_needed(bin_name)
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import json
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def update_package():
result = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
dict_arch = {
'x64' :'_x64_Setup.msi',
'x86': '_x86_Setup.msi'
}
git_repo = "SafeExamBrowser/seb-win-refactoring"
url_api = "https://api.github.com/repos/%s/releases/latest" % git_repo
# Getting latest version information from official sources
print("API used is: %s" % url_api)
json_load = json.loads(wgets(url_api, proxies=proxies))
for download in json_load["assets"]:
if download["browser_download_url"].endswith('.msi') and dict_arch[control.architecture] in download["browser_download_url"] :
url_dl = download["browser_download_url"]
version = json_load["tag_name"].replace("v","")
filename = download["name"]
break
if not isfile(filename):
package_updated = True
wget(url_dl,filename,proxies=proxies)
#nettoyer les fichiers temporaires
for f in glob.glob('*.msi'):
if f != filename:
remove_file(f)
version =get_version_from_binary(filename)
control.set_software_version(version)
control.save_control_to_wapt()
b6a43de7bb59db2b7312a910387441433810d121f9928dbb71d80b02681fbe69 : SEB_3.8.0.742_x86_Setup.msi
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
797eca4980dcf82c7b5f52c8c51a2cd21002682610c1b455af8074aa5718f349 : WAPT/control
229313c3cac0e21d883f1a6d401747f4c28f8da5cd2a1056b5a4534f8567b53b : WAPT/icon.png
f3bc8c4e7b72486779730d66a0d555cf968d2ee6ce00e2a52b3dd86efebdd602 : luti.json
bb0801be07485911a3a332eb7b6f67cff2495aa9600cb0c4a2852f52ddaf31b3 : setup.py
d95af5185cbfe4b8b19c37b00df439bfcc03d0f1a9855bcb8b8b4f788b38d419 : update_package.py