Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Member Avatar for Syphilis

What's Up? OK, So I'm making a small batch script, That retrieves the IP of a website, And put it into a variable so we can use it later on. The problem is how do I get the IP of the website into a varible? The way I was going …

Member Avatar for JeoSaurus
0
130
Member Avatar for Syphilis

Greetings! So if I wanted to open a PE executable file whilst on Windows and add a text resource to it, how could I do that in Python? I've asked this question before on another website and got the answer 'using the pefile module' however it has poor documentation and …

0
63
Member Avatar for Syphilis

Greetings kind shrew! So I'm needing to add a text resource to a PE executable file for Windows. However I'm unsure on how to do such. I did find a module called 'pefile' but this was of no help as it's functions did not include adding resources to files. I …

Member Avatar for mece
0
1K
Member Avatar for Syphilis

Ahoy Sailors! So I've been developing a networking application using Twisted. This can be divided into two parts. The Host and the Guest. I normally make and test such on my main Ubuntu Linux computer, Now the time has come to compile it for Windows. But straight out of left …

0
62
Member Avatar for Syphilis

Ahoy Sailors! So there's two bits to my Python built software, The Parent and the child. The Parent comes in PE executable format so as you can simply right click and view the source. Now we're needing to do the same with the Child applications the Parent is going to …

0
60
Member Avatar for Syphilis

Ahoy Sailors! So to simplify this right from the start, When someone connects to my Host script, They first send a string with their PC name attached. [code]n:JoeyBlowHole-PC[/code]We'll store this into a variable, Along with any others that are being sent. So it may look like this. [code]JoeyBlowHole-PC:JohnBinBag-PC[/code]Now I'm needing …

0
64
Member Avatar for Syphilis

Ahoy Sailors! So I'm making an application using py2exe, Now as we all may know files get a tad hefty, I've trimming un-needed modules, Compressed the remained and finally compressed the resulting exe with UPX. Currently I've built the file under Python2.3 (Earlier the version, The smaller the dll). However …

Member Avatar for Syphilis
0
74
Member Avatar for Syphilis

Ahoy Sailors! So I've begone a Parent/Child based application, I've currently got both the scripts to connect to each other & send & receive text, However there are two bugs. First when the Child connects too the Parent for the first time, It works! But if you exit & start …

Member Avatar for MooGeek
0
150
Member Avatar for Syphilis

Ahoy Sailors! So first up I do mean D & not C, I've been learning D since yesterday so I'm not quite one hundred percent on this yet, Currently I'm trying to send some text between a Client & Server script, Then execute the text in the native shell. However …

Member Avatar for Rashakil Fol
0
70
Member Avatar for Syphilis

What's Up? OK, So I've been scripting (Some what) my first Python project, Host.py & Guest.py: Host.py listens for sockets connections on your computer, While Guest.py connects to Host.py and sends some text. Now yesterday a light bulb appeared above my head & I instantly got a thought ''What If …

Member Avatar for Tech B
0
94
Member Avatar for Syphilis

What's Up? OK, So my first Python script is still underway, Once a computer connects to the first script, we can then start sending text between them using a nice simple easygui. However after sending your specifed text once, It won't come back and ask you again. [code]#!/usr/bin/python import socket …

Member Avatar for TrustyTony
0
91
Member Avatar for Syphilis

What's Up? OK, So I'm designing a nice new shiny UI for my Python script, Now when one of my buttons gets clicked I want it to perform some of my own defined tasks, So I need to define my own 'Slot' if I'm correct? But I can't figure out …

Member Avatar for vegaseat
0
62
Member Avatar for Syphilis

What's Up? I can't seem to post this in the PyQt section (No post new thread button) Anyway I've started using PyQT to design a UI for my python script, I've googled around for ages and racked by brain, But to no avail, Nothing I've found is specificy tailored to …

Member Avatar for vello
0
115
Member Avatar for Syphilis

What's Up? So, In my first python script, If a button is pressed, Then it defines a variable called var, With the content of "0" and then sends it over the net to another python script, And here's the problem. When it comes to receiving the content of var. [code]var …

Member Avatar for Syphilis
0
138
Member Avatar for Syphilis

What's Up? OK, So I have a working python script that sends and receives text to and from the client and server python files, However if the Server and Client are on different computers, And therefore we need to connect over the internet, How would we do that? New to …

Member Avatar for SoulMazer
0
97
Member Avatar for Syphilis

What's Up? OK, So I need to redirect the default browser when it visits a certain website, I would use the hosts file, But I don't have a static IP'd website to redirect too, So that way is out of the question, Does anyone know of another way? Thanks Bye!

Member Avatar for freshfitz
0
30
Member Avatar for Syphilis

What's Up Again? OK, So I'm trying to redirect you upon visiting a certain site via the hosts file, But the sub-domain I'm using uses a shared IP, So when the hosts file redirects you, You simply come to a 404 page not found error. Does anyone know of a …

0
47
Member Avatar for Syphilis

What's Up? OK, This is the most fitting section I could find for this, So. I'm trying to redirect a user upon visiting a certain site to another, Now I do know about the hosts file, But the problem there is that the redirect address has to be in IP …

Member Avatar for cguan_77
0
123
Member Avatar for Syphilis

What's Up? OK, So when my file gets executed, It creates a window via 'CreateDialogIndirectParam', Once you press OK, It then creates the next Via 'Createwindow'. All the windows they use are under the dialogs section which is viewable via reshacker or PE Explorer. Now my goal is to bypass …

0
64
Member Avatar for Syphilis

What's Up? OK, I'm editing another file, And my new problem is that every so often the software creates a popup menu above the system tray. [url]http://i.imagehost.org/0117/Screenshot_6.png[/url] -img And I need to edit it, Now the file isn't mine and I don't have the source to it, I probably have …

0
73
Member Avatar for Syphilis

What's Up? OK, So this has been driving me crazy over the last few weeks, All I need to do is edit a file so that it runs without showing any windows (I.E Runs in background) The window is created by means of Delphi, (So WS_EX_TOOLWINDOW Won't work) The only …

Member Avatar for MosaicFuneral
0
153