Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use it with attention #1

Open
2Andrew4 opened this issue Jan 24, 2021 · 0 comments
Open

use it with attention #1

2Andrew4 opened this issue Jan 24, 2021 · 0 comments

Comments

@2Andrew4
Copy link

2Andrew4 commented Jan 24, 2021

Short my experiences while study search code and data-bases to scan:
update: To defuse the following situation - I have found a web-server with the running 'wwwoffle-toolkit' with a good firewall and a structure with an own ZERO for Root under
http://epe.at/ -> no more tries from my side to see inside because I respect these info!
Before:

  • use of manpages (optional problem)

  • a toggle auto ipv4 ipv6 (urgent problem)

  • the userpassword is in human readable form in the config file
    /etc/wwwoffle/wwwoffle.conf -> row 150
    after configuration setting with the browser-gui per
    http://localhost:8080/control/
    goes only with root the right way because no over-driving rights for the entry in /etc/wwwoffle/wwwoffle.conf

and should in encrypted form to be! (strong problem)
also is the login saved in the complete browser-session when tab is between closed and new opened!
A new request about the password in the new session

note: browser-gui tested in shelter (supported) by ubuntu and the fuse-user would root with the user-password for the user root

the self-test localhost:80 from apache is since install off!
so I don`t know about the self-setting-methode to use the own config-file by fuse-user settings
with
[-p [:] | -c ]
inside the terminal possibilities.

visual-studio
http://localhost:5501/index.html runs!

And in terminal with following row
wwwoffle -p http://localhost:5501/index.html | -c ~/wwo.conf

wwwoffle: The port number 0 in -p option 'http' is invalid.

while the config is copied before from /etc/wwwoffle/wwwoffle.conf to the content of ~/wwo.conf

to read the new config settings (make by hand a changing of password and it debugs following)

wwwoffle -config -c ~/wwo.conf
WWWOFFLE Incorrect Password

with right password
wwwoffle -config -c ~/wwo.conf
wwwoffle[17762] Warning: Unknown host '0.0.0.0' for server [Address family for hostname not supported].
wwwoffle[17762] Fatal: Cannot open connection to wwwoffle server 0.0.0.0 port 8081.



The fuse-user should become the complete config tree with owner rights and the solutions tested with read-rights for all
wwwoffle -config -c ~/etc/wwwoffle/wwo.conf
wwwoffle[18375] Warning: Unknown host '0.0.0.0' for server [Address family for hostname not supported].
wwwoffle[18375] Fatal: Cannot open connection to wwwoffle server 0.0.0.0 port 8081.

and without read-rights for all (standart)

wwwoffle -config -c ~/etc/wwwoffle/wwwofle.conf
Configuration file syntax error at line 0 in '/home/user/etc/wwwoffle/wwwofle.conf'; Cannot open the configuration file '/home/user/etc/wwwoffle/wwwofle.conf' for reading.
wwwoffle[18464] Fatal: Error in configuration file '/home/user/etc/wwwoffle/wwwofle.conf'.

But also with environment variable set for ~/etc/wwwoffle

and the debugging password inside the conf-file in /etc/wwwoffle
no chance - it need the real password and the config in /etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant