rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bmartino1

Pages: 1 2 3 4 5 ... 61
31
HFS ~ HTTP File Server / Re: i've been hacked
« on: December 17, 2019, 10:33:04 PM »
request head is exactly that, just request the url header

in html
https://www.w3schools.com/tags/tag_header.asp
<header>
</header>

is only retrieved here

this would included cooki sid / encryption and other info to what webserver your using and other,
its normaly to see head request followed by other networking and request

in the white hacker ethical hacking course, this is an atempt to see what is running and what replies with what.

given the hack atempt, i would asume that the request was to see what version of hfs you were runnning with what web client and how they would atmpet a dos atack to your site

32
HFS ~ HTTP File Server / Re: Get Connections
« on: November 11, 2019, 06:06:07 PM »
i remember something with the hfs log and macro ...

something like macro command 
append %ip%

https://www.rejetto.com/wiki/index.php/HFS:_scripting_commands

might have to become an hfs event
like syslog watch dog

https://www.rejetto.com/wiki/index.php/HFS:_Event_scripts

[request]
Append log.txt %time% %ip%

something like that...

33
have you tried RMC(right mouse click) the house/root within hfs.

RMC > Properties > Different template tab

and pasting the myhfs.tpl code with the permissions you need.

then save the vfs file?

34
It doesn't matter what the name of hfs different template is.

But rejeto set it up to load dif.hfs.tpl next in line.


Surprised your running it though hfs via cmd execution.

Name doesn't matter aslo g as you opened hfs and told it to use etc name.tpl

(This might be a acl permissions issue or cmd copy while in use)

2 questions,

one InI file?
Did you save hfs as file to generate the ini file?

And is cmd ran as administrator?

35
i'm new to post man, so i'm not sure it is possible with post man.

https://www.toolsqa.com/postman/download-and-install-postman/

I know that html post request and curl commands work to send raw data, so it should be possible, but i'm unaware of those setups and capabilities.

This would be more of a mars/rejeto as idk how hfs answers that raw data input.
the 200 Ok means that it at least authenticated and hit its link, so i don't think hfs (with out some macro code or other tpl html data) handled that raw input correctly.

the only other account i have found with getting a 200 OK response and a upload fail is here:
http://rejetto.com/forum/index.php?topic=11955.0
http://rejetto.com/forum/index.php?pretty;board=hfs-~-http-file-server;topic=changing-http-response-header.0

I vaguely remember having to add a html head for it to hit in response.

You might need to add a hfs diferent template or add some html code:

Code: [Select]
{.add to log|{.add header|Server:APACHE.}Macro ADD HEADER executed.}

36
is it apart of a separate tpl file?

https://www.rejetto.com/wiki/index.php/HFS:_scripting_commands#Account_manipulation

i would edit the hfs default template, make a copy of it as a dif.hfs.tpl file to copy over and have hfs load the dif.hfs.tpl

could be a issue with copy while in use or a security thin when copied.

hard to tell with info provided.

37
not sure, but even with raw being forward ed, you have to define the contianer other wise its lost in transltion.

How are you sending this to hfs? a post request? xhtml post? curl?

more info is need for me to test. this might be a rejeto/mars question

or a template question...

38
HFS ~ HTTP File Server / Re: Maybe... Websockets?!!
« on: October 26, 2019, 09:41:10 PM »
may be with ubuntu wine and some iptable/ firewall commands.

39
HFS ~ HTTP File Server / Re: HTS on site
« on: October 26, 2019, 09:40:34 PM »
if the host will allow you to run the exe after you ftp the file over there.

can it be run yes in a windows environment/ virtual machine.

You will have to contact you ftp host provider.

40
HFS ~ HTTP File Server / Re: Get Connections
« on: October 23, 2019, 06:44:19 PM »
cmd command:

C:\Users\Brandon>netstat -a

example out look:
Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:7              Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:9              Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:13             Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:17             Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:19             Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:135            Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:445            Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:2179           Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:5040           Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:5357           Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:49664          Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:49665          Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:49666          Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:49667          Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:49668          Brandon-Laptop:0       LISTENING
  TCP    0.0.0.0:49672          Brandon-Laptop:0       LISTENING
 

41
HFS ~ HTTP File Server / Http / 3 Thoughts
« on: October 23, 2019, 06:42:39 PM »

42
Everything else / Re: Something about me...
« on: October 10, 2019, 02:38:06 AM »
thanks for checking in, you will be missed. take care of your self.

43
HFS ~ HTTP File Server / Re: Please enable IPv6 support
« on: September 28, 2019, 12:21:36 PM »
https://www.rejetto.com/hfs/?f=todo

Ask rejeto/Mars or silent plz. It's not easy or something that needs implemented atm IMHO.

44
HFS ~ HTTP File Server / Re: Please enable IPv6 support
« on: September 28, 2019, 12:20:20 PM »
It's very easy to add :)

If it's so easy, the. You do it, source and other here a d there, and do t forget the bugs where ipv4 and http translate request go to. The pii t is it's not on the to-do list, it's accomplished by your own networking and yes you have to put up a istap ipv4 to ipv6 on your host machine that runs HFS a ipv6 will still conect but hfs will host it to ipv4 up. If not, look I to stunel and other cuz the root cause and why it's not implemented is the sal and other ipv6 security standards.


45
HTML & templates / Re: specilal Template
« on: September 23, 2019, 03:43:48 PM »
what is the necessary content in index.htm so that ipv can read it?

https://www.videoconverterfactory.com/tips/iptv-vlc.html

What bomz has do e was take the msu and out it as the different template, even though that not HTML code or a m3u file, so visiting it hits the mome text/HTML and is displayed as text.

The use needs a temple HTML code to server iptv protcal and music info... He doesn't know how to setup that in hfs. I don't know how to explain it to him.

From the mime types to HTML, he is better off using vlc to strem it.

Hfs is a file host server not a streaming server, you have to HTML code, JavaScript, jfs special macro code to accomplish this.

Then there filentyp contoan and read types thaybiptv can handle.

...

Basic setup
Folder with music
Web template that take files on music folder and make a m3u file (many template on form for this)

No player just need to send iptv protcal/strem url to iptv player which is where he failed at.

Need m3u file hosted with download links to each file on folder.
(Some serious HTML and macro viseo coding)

And a step by step so they can figure it out. I'd have them look at premade template and codes

Such as the throwback template:
http://rejetto.com/forum/index.php?action=dlattach;topic=12055.0;attach=9421

Pages: 1 2 3 4 5 ... 61