Hi,
has anybody perform a pentest againts an axes installations?
I performed one against Version 4.2.1.000.000000 and there are a couple of issues (with app.pentest-tools.com)
Vulnerabilities found for Moment.js 2.22.2 Risk level High Port / Protocol 443 / tcp
CVSS v3 CVSS v3: 7.5
EPSS EPSS: 0 ...
Search found 40 matches
- 12 Nov 2025, 00:58
- Forum: "How do I do this"
- Topic: pentest against AXES JVM
- Replies: 0
- Views: 54
- 24 Jun 2025, 22:43
- Forum: "How do I do this"
- Topic: Unexpected client request, unexpected client IP address
- Replies: 2
- Views: 4001
Unexpected client request, unexpected client IP address
Hi,
we run aXes in a IBM i and there is sometimes that the users in some companies (at least happend in 2 different companies) they get following response from aXes:
https://portal.ldv.at:8081/Screenshot2025-06-24143842.png
The application works correctly 10s of other companies, just in these 2 ...
we run aXes in a IBM i and there is sometimes that the users in some companies (at least happend in 2 different companies) they get following response from aXes:
https://portal.ldv.at:8081/Screenshot2025-06-24143842.png
The application works correctly 10s of other companies, just in these 2 ...
- 05 Oct 2023, 17:25
- Forum: "How do I do this"
- Topic: aXes and Azure?
- Replies: 3
- Views: 22955
Re: aXes and Azure?
I mean Azure Single Sign On.
So that the user can use axes without having to log in in the IBM i.
Jaime
So that the user can use axes without having to log in in the IBM i.
Jaime
- 02 Oct 2023, 18:35
- Forum: "How do I do this"
- Topic: aXes and Azure?
- Replies: 3
- Views: 22955
aXes and Azure?
HI,
does anybody have experience using aXes and Azure? one of the customers using our shop have asked if it is possible to implement it and I would like to know if so, and if there is any kind of documentation or experience about it.
best regards.
Jaime
does anybody have experience using aXes and Azure? one of the customers using our shop have asked if it is possible to implement it and I would like to know if so, and if there is any kind of documentation or experience about it.
best regards.
Jaime
- 03 Aug 2023, 19:21
- Forum: "How do I do this"
- Topic: Start a second instance of the JSM Server
- Replies: 1
- Views: 12169
- 03 Aug 2023, 16:39
- Forum: "How do I do this"
- Topic: Start a second instance of the JSM Server
- Replies: 1
- Views: 12169
Start a second instance of the JSM Server
Hi,
is there a documentation how should you start a second instance of the JSM Server?
I know should be not very difficult but I cannot sort it out and maybe you can provide me with some hints.
Thanks a lot!
Jaime
is there a documentation how should you start a second instance of the JSM Server?
I know should be not very difficult but I cannot sort it out and maybe you can provide me with some hints.
Thanks a lot!
Jaime
- 26 Jan 2023, 20:18
- Forum: "How do I do this"
- Topic: Text color subfile header
- Replies: 1
- Views: 5023
Re: Text color subfile header
Hi,
I think you can change it in the theme.css file:
Jaime
I think you can change it in the theme.css file:
Code: Select all
#terminalInner.axdefault .x21, #terminalInner.axdefault .x21 .ax-terminal-inputField {
color: #000000;
background-color: #FFFFFF;
}- 22 Sep 2021, 16:49
- Forum: "How do I do this"
- Topic: Subfolder in JSM Server
- Replies: 1
- Views: 4085
Subfolder in JSM Server
Hi,
I want to add a folder hanging from /htdocs (f.e /myfolder) and I add a index.html there (JSM Server).
In the W3 Server if I had this constellation and I enter the URL http://myDomain/myfolder it gives me back the index.html, but this behaviour is not happening in JSM, I have to enter http ...
I want to add a folder hanging from /htdocs (f.e /myfolder) and I add a index.html there (JSM Server).
In the W3 Server if I had this constellation and I enter the URL http://myDomain/myfolder it gives me back the index.html, but this behaviour is not happening in JSM, I have to enter http ...
- 09 Sep 2021, 18:46
- Forum: "How do I do this"
- Topic: SslPort for AXESJSM
- Replies: 10
- Views: 18671
Re: SslPort for AXESJSM
Hi, it´s me again.
After looking in internet I have figure out, what the problem is. In order to be able to use a signed certificate in the jks file, I should generate the CSR with it, and leave it sign by a CA. Then import both, the CA and the signed certifiace and then should work.
But my ...
After looking in internet I have figure out, what the problem is. In order to be able to use a signed certificate in the jks file, I should generate the CSR with it, and leave it sign by a CA. Then import both, the CA and the signed certifiace and then should work.
But my ...
- 09 Sep 2021, 00:57
- Forum: "How do I do this"
- Topic: SslPort for AXESJSM
- Replies: 10
- Views: 18671
Re: SslPort for AXESJSM
Hi,
I did the steps you mention here, but instead I have used Digital Certificate Manager (I did a CA and a Certificate for ldv720 signed with the CA and exported the files).
So I created the jks file
keytool
-genkeypair
-alias sslkey
-keyalg RSA
-keysize 2048
-sigalg SHA256withRSA ...
I did the steps you mention here, but instead I have used Digital Certificate Manager (I did a CA and a Certificate for ldv720 signed with the CA and exported the files).
So I created the jks file
keytool
-genkeypair
-alias sslkey
-keyalg RSA
-keysize 2048
-sigalg SHA256withRSA ...