Previous Thread
Next Thread
Print Thread
Rate Thread
#17321 05/19/02 08:38 AM
Joined: Mar 2002
Posts: 93
zenon Offline OP
Junior Member
OP Offline
Junior Member
Joined: Mar 2002
Posts: 93
No one out there that has some good idea
for a UGN programming project?


- "It's not my code that's useless
it's you loosers being unable to
apprecitate it because of your
lack of skills!"
/zenon - C++ master Apprentice
#17322 05/19/02 10:54 AM
Joined: Mar 2002
Posts: 815
S
nobody
Offline
nobody
S
Joined: Mar 2002
Posts: 815
How about file sharing. Wasn't someone gonna do a UGN file sharing program awhile ago? Maybe it was somewhere else i was thinking of that wanted to do that.

#17323 05/19/02 12:24 PM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
blah, I think the file sharing thing isn't necessary. KaZaA Lite is plenty good enough.

Here's a few ideas:

System Monitor (with a keylogger, clipboard sniffer, URL logger, window logger, all da good stuff) But then STARR by www.iopus.com is plenty good enough.

A desktop controlling utility. There's a bunch out there, but they're usually trojan's which are hunted by norton or huge applications meant for network admins or something. We can make one which is simple and provides basic viewing of another desktop as well as controlling the remote desktop's mouse and keyboard.

We can make a stealth FTP server. There's a lot of trojan's out there, but most require a proprietary client. Also, they have a bunch of features you don't really need. So we can make something which you can use with your favorite FTP client. It can provide remote file, registry, and execute access.

How about a socket script? Maybe somebody isn't a programmer, but they'd like to make little scripts to do stuff like upload/download files and various connectivity stuff.

Then there's a mouse/keyboard macro maker. This can be useful in games and banner clicking while you're away. Shoot, it can be useful for many reasons.

Well there's a few. I never run out of ideas, so if you'd like to consider more, let me know. smile


Domain Registration, Hosting, Management
http://www.dollardns.net
#17324 05/21/02 04:22 AM
Joined: Mar 2002
Posts: 93
zenon Offline OP
Junior Member
OP Offline
Junior Member
Joined: Mar 2002
Posts: 93
Well, my ethics forbid me to program something
that even smells as a trojan, so I'll not be up
to those trojan ideas. >(

But maybe something else (that is NOT just Win-
oriented?) Maybe some super-fast ICQ-like prog
that acts 100% like ICQ, text based, terminal
window. And you just type like:

-username ; "message"

and the -username receives something like;

-username sent you a message:
"message"
/.

or something like that.. pimp


- "It's not my code that's useless
it's you loosers being unable to
apprecitate it because of your
lack of skills!"
/zenon - C++ master Apprentice
#17325 05/21/02 05:30 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
ethics is how you use a tool. No sense in refusing to make a deck of cards because people gamble and kill over them. For instance, if I made that stealth FTP server, my ethics allow me to use it as a means of storing files on school computers or something - or transfering files I want from a computer. I would not use it for destructive purposes cause this would never benefit me.

But less controversial ideas:

1) Socket script as mentioned above - a good idea I say cause there isn't already one out there. It would be one very useful tool as well.

2) Packet dropping program. Modify the rulesets in a config file to drop any incoming or outgoing packet. These rulesets may state that all incoming packets from such a range should be dropped. Or only packets from such a range should be allowed. Or only these ports are to be open - or closed. Or only these ports may be connected out to - or specifically block these ports. These rulesets may be used to drop all UDP and/or ICMP packets. You may add custom rulesets for advanced users which specify if this offset within a packet contains this value then drop it - or if it doesn't - allow it.

I've never heard of such a utility existing, but it would be hella cool. Unfortunately, it requires a lot of work too.

3) Port redirection program. Specify that all incoming or outgoing packets sent to this address/port is instead sent to this address/port. It is up to the user to figure out creative ways to use this utility.

4) Keyboard mapping program. JonConley once described to me the annoying effects of a trojan which remapped his keyboard. If he had a keyboard remapping program, then he could have fixed it. Not sure what else this would be good for, but maybe you can.

5) Hot-Keys Manager. This program can setup either real or virtual hot keys to perform various tasks. Like if you press CTRL+A then your address information would be inserted into the textbox with focus. Or map a key combonation to executing a program, or to opening a window.

Well, there's 5 more ideas for ya. smile


Domain Registration, Hosting, Management
http://www.dollardns.net
#17326 05/21/02 09:20 AM
Joined: Mar 2002
Posts: 119
Member
Offline
Member
Joined: Mar 2002
Posts: 119
Quote:

2) Packet dropping program. Modify the rulesets in a config file to drop any incoming or outgoing packet. These rulesets may state that all incoming packets from such a range should be dropped. Or only packets from such a range should be allowed. Or only these ports are to be open - or closed. Or only these ports may be connected out to - or specifically block these ports. These rulesets may be used to drop all UDP and/or ICMP packets. You may add custom rulesets for advanced users which specify if this offset within a packet contains this value then drop it - or if it doesn't - allow it.

I've never heard of such a utility existing, but it would be hella cool. Unfortunately, it requires a lot of work too.
Itsn't that a firewall you're making, like a winbased Ipchain kinda prog.
Well the firewall I use (software-wise) is called Look'n stop and does exactly what you say above.

#17327 05/21/02 07:00 PM
Joined: Mar 2002
Posts: 815
S
nobody
Offline
nobody
S
Joined: Mar 2002
Posts: 815
that is what IPchains does, but they deffinately need something like that for windows it would blow away any psuedo firewall they have now away

#17328 05/22/02 02:12 AM
Joined: Mar 2002
Posts: 119
Member
Offline
Member
Joined: Mar 2002
Posts: 119
That's what I just said.....

And FYI Look'n stop is for windoze (I'm using it under XP)

#17329 05/27/02 10:40 PM
Joined: Mar 2002
Posts: 93
zenon Offline OP
Junior Member
OP Offline
Junior Member
Joined: Mar 2002
Posts: 93
3) Port redirection program. Specify that all incoming or outgoing packets sent to this address/port is instead sent to this address/port. It is up to the user to figure out creative ways to use this utility.
<img border="0" alt="[Sheep]" title="" src="graemlins/sheep.gif" />

Man I liked that one =)
Cool =)
Maybe I'll try this one...
<img border="0" alt="[Thumb]" title="" src="graemlins/thumb.gif" />


- "It's not my code that's useless
it's you loosers being unable to
apprecitate it because of your
lack of skills!"
/zenon - C++ master Apprentice
#17330 05/28/02 04:29 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
Here's a couple more ideas that I've had before and remembered:

>> A utility that supports extraction and REPLACEMENT of EXE icons. Extraction is easy and done by many programs, but how many programs out there actually replaces the icons within an EXE? I haven't seen any - but it would be very cool! As far as I know, I'd have to learn the EXE header format and do normal file I/O functions to do this.

>> A raw packet sender + basic packet sniffer. This utility would support 3 file formats. A packet script file used to compile a raw packet file and also a packet stream file that references raw and script packet files to send a stream of packets. I don't think this program would make an effective spoofed DoS attack cause it'll have to compile all those packets and send them very rapidly to be affective - as this utility is not intended for such a thing anyway. The only reason I'd use this utility is for experimenting with the ICMP and ARP protocols. Maybe somebody else can find more useful tasks for it.


Domain Registration, Hosting, Management
http://www.dollardns.net
#17331 05/29/02 11:24 AM
Joined: Mar 2002
Posts: 143
Member
Offline
Member
Joined: Mar 2002
Posts: 143
get resource hacker http://www.rpi.net.au/~ajohnson/resourcehacker/

you open up an exe and it displays all the resources it has in it. icons, cursors, windows, menues, bitmaps, etc. you can extract and replace and everything. its pretty nice.


Link Copied to Clipboard
Member Spotlight
Phatal
Phatal
Houston, TX
Posts: 298
Joined: April 2004
Forum Statistics
Forums41
Topics33,840
Posts68,858
Average Daily Posts1
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Where and how do you torrent?
by danni75 - 03/01/24 05:58 AM
Animation,
by JohanKaariainen - 08/15/19 01:18 AM
Blackbeard.....
by Gremelin - 10/03/18 07:02 PM
my old account still exists!
by Crime - 08/10/18 02:47 PM
Okay WTF?
by HenryMiring - 09/27/17 01:45 AM
The History Thread...
by Gremelin - 08/11/17 12:11 PM
My friend NEEDS your HELP!
by Lena01 - 07/21/17 12:06 AM
I'm having fun with this guy.
by gabithompson730 - 07/20/17 01:50 AM
I want to upgrade my phone
by gabithompson730 - 07/20/17 01:49 AM
Doom 3
by Cyrez - 09/11/14 08:58 PM
Amazon Gift Card Generator/KeyGen?te
by Gecko666 - 08/22/14 09:21 AM
AIM scene 99-03
by lavos - 09/02/13 08:06 AM
Planetside 2
by Crime - 03/04/13 07:10 AM
Beta Testers Wanted
by Crime - 03/04/13 06:55 AM
Hello Everyone
by Gremelin - 02/12/12 06:01 PM
Tracfone ESN Generator
by Zanvin Green - 01/18/12 01:31 PM
Python 3 issue
by Testing - 12/17/11 09:28 PM
tracfone airtime
by Drache86 - 07/30/11 03:37 AM
Backdoors and the Infinite
by ZeroCoolStar - 07/10/11 03:52 AM
HackThisZIne #12 Releaseed!
by Pipat2 - 04/28/11 09:20 PM
gang wars? l33t-wars?
by Gremelin - 04/28/11 05:56 AM
Consolidate Forums
by diggin2deep - 04/21/11 10:02 AM
LAN Hacking Noob
by Gremelin - 03/12/11 12:42 AM
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Cyrez 1
Girlie 1
unreal 1
Crime 1
Powered by UBB.threads™ PHP Forum Software 7.7.5