Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
firmware /
keyspan_pda /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
203
B
-rw-r--r--
2020-04-14 09:21
keyspan_pda.S
28.1
KB
-rw-r--r--
2020-04-14 09:21
keyspan_pda.fw
1.87
KB
-rw-r--r--
2020-04-14 09:21
xircom_pgs.S
29.06
KB
-rw-r--r--
2020-04-14 09:21
xircom_pgs.fw
1.97
KB
-rw-r--r--
2020-04-14 09:21
Save
Rename
CC = gcc IHEX2FW = ihex2fw all: keyspan_pda.fw xircom_pgs.fw %.fw: %.S $(CC) -x assembler-with-cpp -P -E -o $*.asm $< as31 -l $*.asm $(IHEX2FW) $*.hex $@ clean: rm -f *.asm *.fw *.hex *.lst *.obj