
Safe Exam Browser
Silent install package for Safe Exam Browser
3.7.1.704-3
- package: tis-safe-exam-browser
- name: Safe Exam Browser
- version: 3.7.1.704-3
- maintainer: WAPT Team,Tranquil IT,Amel FRADJ
- target_os: windows
- architecture: x64
- signature_date:
- size: 156.26 Mo
package : tis-safe-exam-browser
version : 3.7.1.704-3
architecture : x64
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 : 8a4640e9-f18a-4210-bd4f-0ac2eb15d527
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 229313c3cac0e21d883f1a6d401747f4c28f8da5cd2a1056b5a4534f8567b53b
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : Fy/kfC5OM5h1vjDU4OI64SSbsGKH0uJu5XFkQUE2fzKoU/1Rlop0i/HkGBLga0zB6a8oVPhdupdvhoeqzPppEhuzYE4e9WYwBqsRuDn5rT9u/WW7sE+GznlfUK2/i5fCSwKBKQOiV+aSmWwiHybzvDOJjKBtUdu3nv6acwbh5eqYidhK+Cq5Mgtej0xrLTIm5UpLxpKH7XxmyPdxM0lxtfqPHClFXEm5BLAtxV8Lj8EOCVG+wXTccTF4nx7UJjdhFKz8H3WuMHzqPAtvsA3oZsRLTfa0be3u37mEHBcxwJTMXCVWupnRRPH2LFa1nv+XENGcFcOojWBw9lguIgu6Ig==
signature_date : 2024-08-31T10:00:46.942488
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
# -*- 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()
bb0801be07485911a3a332eb7b6f67cff2495aa9600cb0c4a2852f52ddaf31b3 : setup.py
d95af5185cbfe4b8b19c37b00df439bfcc03d0f1a9855bcb8b8b4f788b38d419 : update_package.py
229313c3cac0e21d883f1a6d401747f4c28f8da5cd2a1056b5a4534f8567b53b : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
2892496bb2c74c47e21c02d2ed6e17b34d18f7e23299d2f46482c260576890bb : luti.json
0643a376b55b6ba09ebd6eddc207adff3cdfb19e2dba3cd35c4e2cfde185dba6 : SEB_3.7.1.704_x64_Setup.msi
13c019d3f3621a3964fe61d1cbd39bfaa5baf1be8733663abd4287bd041e454a : WAPT/control