Apr 20, 2024, 02:32 AM
Does anyone have any info on how to search an SQL file? Some can be opened using text editors but others are far too large.
|
searching SQL
by user512 - Saturday April 20, 2024 at 02:32 AM
|
|
Apr 20, 2024, 02:32 AM
Does anyone have any info on how to search an SQL file? Some can be opened using text editors but others are far too large.
Apr 21, 2024, 06:38 AM
On Windows,
You can use EmEditor, Lister, LTF Viewer https://www.ghisler.com/lister/ https://www.portablefreeware.com/?id=693 On linux, you can use grep.
Buffer Overlord
Deploying Precision in Every Line. PGP Fingerprint: C1F5 5935 4992 A77B 69E1 B626 7556 1F6B 453C B36F https://pastebin.com/raw/6k1RJQie
Apr 21, 2024, 07:11 PM
I'll have to check out grep. I feel like I have seen/used it. Notepad++ has been useful but I've run into insufficient memory problems lately. I'd be surprised if a windows environment was better for SQL analysis, to be honest.
Thanks for listing though, that gives me a lot to work with. When would you set up your own mysql or postgres server? I was under the impression I'd have to essentially connect the sql file to a server somehow.
Apr 23, 2024, 04:11 PM
use a few things but in general just basic tooling or grep out what I need
This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Apr 24, 2024, 12:39 AM
So if you wanted to automate a way of comparing multiple sql files, would that be a server requirement?
Apr 24, 2024, 01:07 AM
(Apr 24, 2024, 12:39 AM)user512 Wrote: So if you wanted to automate a way of comparing multiple sql files, would that be a server requirement? no,, use command line in linux, powershell in windows, or wsl in windows,,, no need 4 server create scripts for this,, ripgrep is very good and fast for wsl/linux,, also you can import into mysql database on yur machine
Apr 24, 2024, 12:29 PM
Thanks for that information. I'll have to do some googling for commands.
(Apr 24, 2024, 01:07 AM)curry536 Wrote:(Apr 24, 2024, 12:39 AM)user512 Wrote: So if you wanted to automate a way of comparing multiple sql files, would that be a server requirement? |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Web Exploitation Payloads & Bypass Techniques | 39 | 1,299 |
3 minutes ago Last Post: Souldanger29 |
||
| How to get private databases for free | 21 | 412 |
26 minutes ago Last Post: hellowolddda |
||
| Find leaked API keys and Tokens (regex) | 27 | 893 |
2 hours ago Last Post: burhan123 |
||
| [TUTORIAL] how to ban Instagram Accounts | 2,139 | 134,941 |
2 hours ago Last Post: AAB20 |
||
| Google Dorking - Advanced Guide | 736 | 37,870 |
3 hours ago Last Post: UnknownUser01 |
||