Remote Exploit Forums

Go Back   Remote Exploit Forums > Specialist Topics > Pentesting


Pentesting Specific topics related to legal penetration testing

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-30-2008, 04:57 AM
Banned
 
Join Date: Feb 2008
Posts: 55
Default All caps to all lower case and mybe some 1234's at the end

ok so i can a word list of names (people and animal names) but all the names are in caps can someone give me some gudance on how to change them all to lower case?

and then after that i wanna add 123 to ends

thanks in advance
Reply With Quote
  #2 (permalink)  
Old 11-30-2008, 08:22 AM
=Tron='s Avatar
Senior Member
 
Join Date: Apr 2008
Location: The land of a thousand lakes
Posts: 2,035
Default

Quote:
Originally Posted by 7ELEVEN View Post
ok so i can a word list of names (people and animal names) but all the names are in caps can someone give me some gudance on how to change them all to lower case?

and then after that i wanna add 123 to ends

thanks in advance
Convert all letters to lowercase:
Code:
tr [:upper:] [:lower:] < wordlist.txt > wordlistLOWER.txt
Add 123 to end of each line:
Code:
sed 's/$/123/' wordlist.txt > wordlist123.txt
__________________
-Monkeys are like nature's humans.
Reply With Quote
  #3 (permalink)  
Old 11-30-2008, 08:37 AM
Banned
 
Join Date: Feb 2008
Posts: 55
Default

thanks u da man
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:39 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2