ヤミRoot VoidGate
User / IP
:
216.73.216.91
Host / Server
:
146.88.233.70 / www.dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
usr
/
lib64
/
python2.7
/
Demo
/
tkinter
/
matt
/
Viewing: placer-simple.py
from Tkinter import * # This is a program that tests the placer geom manager def do_motion(event): app.button.place(x=event.x, y=event.y) def dothis(): print 'calling me!' def createWidgets(top): # make a frame. Note that the widget is 200 x 200 # and the window containing is 400x400. We do this # simply to show that this is possible. The rest of the # area is inaccesssible. f = Frame(top, width=200, height=200, background='green') # place it so the upper left hand corner of # the frame is in the upper left corner of # the parent f.place(relx=0.0, rely=0.0) # now make a button f.button = Button(f, foreground='red', text='amazing', command=dothis) # and place it so that the nw corner is # 1/2 way along the top X edge of its' parent f.button.place(relx=0.5, rely=0.0, anchor=NW) # allow the user to move the button SUIT-style. f.bind('<Control-Shift-Motion>', do_motion) return f root = Tk() app = createWidgets(root) root.geometry("400x400") root.maxsize(1000, 1000) root.mainloop()
Coded With 💗 by
0x6ick