ch
Feedback
AiM Tutorials

AiM Tutorials

前往频道在 Telegram

We are not hackers, we are Ethical Hackers. ⚓️🌚 Premium channel guess what? Where all is free. Tout est Gratos. 😋What we do ✔️Free Internet Tricks ✔️Essential Tutorials ✔️Finance ✔️Ethical Hacking ✔️SEO Guides ✔️PayPal Tutorials ✔️Crypto ⚠️Join Fast⚠️

显示更多
未指定国家技术与应用6 151

📈 Telegram 频道 AiM Tutorials 的分析概览

频道 AiM Tutorials (@aimtutorials) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 17 319 名订阅者,在 技术与应用 类别中位列第 6 151。

📊 受众指标与增长动态

自 невідомо 创建以来,项目保持高速增长,吸引了 17 319 名订阅者。

根据 08 九月, 2024 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 0,过去 24 小时变化为 0,整体触达仍然可观。

  • 认证状态: 未认证
  • 互动率 (ER): 平均受众互动率为 5.10%。内容发布后 24 小时内通常能获得 N/A% 的反应,占订阅者总量。
  • 帖子覆盖: 每篇帖子平均可获得 0 次浏览,首日通常累积 0 次浏览。
  • 互动与反馈: 受众积极参与,单帖平均反应数为 0。

📝 描述与内容策略

作者将该频道定位为表达主观观点的平台:
“We are not hackers, we are Ethical Hackers. ⚓️🌚 Premium channel guess what? Where all is free. Tout est Gratos. 😋What we do ✔️Free Internet Tricks ✔️Essential Tutorials ✔️Finance ✔️Ethical Hacking ✔️SEO Guides ✔️PayPal Tutorials ✔️Crypto ⚠️Join F...”

凭借高频更新(最新数据采集于 18 三月, 2026),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 技术与应用 类别中的关键影响点。

17 319
订阅者
无数据24 小时
无数据7 天
无数据30 天
帖子存档
Spotify & Multi Bin BIN : 539971xxxxxxxxxx IP : USA CHANGE PAYMENT COUNTRY TO TUNISIA

🔰 Spotify & Multi Bin 🔰 💳BIN : 529794xxxxxxxxxx 💫IP : USA 🇺🇸 CHANGE PAYMENT COUNTRY TO TUNISIA 🇹🇳

Should we continue talking of networking? anonymous poll Yes ✅ – 18 👍👍👍👍👍👍👍 72% Let's skip to PC Tricks 💻 – 4 👍👍 16% No 🙅‍♂ – 3 👍 12% 👥 25 people voted so far.

What does IP Address stands for? To begin, you need to always keep in mind that IP address stands for "Internet Protocol Address" An IP address is an address used to identify any address connected to network and internet using TCP/IP. This devices can be computers, smart phones, tablets, routers, etc. IP addresses are composed of 4 sections which are separate by a dot(.). These IP addresses are generally in digits forms. We can have an example of "127.0.0.1 " IP addresses allow data to reach to a preferred destination on a network and on the internet. Credits -- @AimTutorials

For those who don't know what IP address stands for, let me give you a brief explanation...

Open websites using IP rather than URL (Unblocking Blocked Websites) Each website's URL has an IP address and the authorities blocking the site might have just stored the URL instead of the IP. In this case, we can pass blocked sites whose IP wasn't stored and access them without any worries just with the sites IP addresses. To get the IP address of any website, you do a ping domain(dot)com command in command prompt. Example we want to get the IP of google.com, all we have to do is to write the command "ping google.com" in command prompt. Using IP is the simplest way to access blocked websites in your region. All you need to do a ping on the domain and get the website's IP. Once you've gotten the IP, you can now copy the IP from command prompt and paste it in your web browser and try to load the page. That's it 😉 you've just unblocked the website which is blocked for your region. Remember, this method works only with blocked site that haven't stored their IP addresses. Copy with credits ✅ Credits -- @AimTutorials

sticker.webp0.20 KB

💣 BIN Apple Music Bin : 5595581x20xx36x0 Fetcha : 04/26 IP : India 🇮🇳

💣 BIN Playstore Bin : 511114210013xxxx Fetcha : 12/22 IP : Mexico 🇲🇽

As you can see, in this vulnerability test we were able to detect one CVE (Slowloris DOS attack). 13. Launching DOS with NmapNmap features never seem to end, and thanks to the NSE, that even allows us to launch DOS attacks against our network testings. In our previous example (#12) we found the host was vulnerable to Slowloris attack, and now we’ll try to exploit that vulnerability by launching a DOS attack in a forever loop: nmap 192.168.1.105 -max-parallelism 800 -Pn --script http-slowloris --script-args http-slowloris.runforever=true 14. Launching brute force attacksNSE is really fascinating – it contains scripts for everything you can imagine. See the next three examples of BFA against WordPress, MSSQL, and FTP server: WordPress brute force attack: nmap -sV --script http-wordpress-brute --script-args 'userdb=users.txt,passdb=passwds.txt,http-wordpress-brute.hostname=domain.com, http-wordpress-brute.threads=3,brute.firstonly=true' 192.168.1.105Brute force attack against MS-SQL: nmap -p 1433 --script ms-sql-brute --script-args userdb=customuser.txt,passdb=custompass.txt 192.168.1.105FTP brute force attack: nmap --script ftp-brute -p 21 192.168.1.105 15. Detecting malware infections on remote hostsNmap is able to detect malware and backdoors by running extensive tests on a few popular OS services like on Identd, Proftpd, Vsftpd, IRC, SMB, and SMTP. It also has a module to check for popular malware signs inside remote servers and integrates Google’s Safe Browsing and VirusTotal databases as well. A common malware scan can be performed by using: nmap -sV --script=http-malware-host 192.168.1.105 Or using Google’s Malware check: nmap -p80 --script http-google-malware infectedsite.com Output example: 80/tcp open  http  |_http-google-malware.nse: Host is known for distributing malware.Nmap is one of the most complete and accurate port scanners used by infosec professionals today. With it, you can perform simple port scan tasks or use its powerful scripting engine to launch DOS attacks, detect malware or brute force testings on remote and local servers. Today we covered the top fifteen Nmap commands to scan remote hosts, but there’s a lot more to discover if you’re starting to use Nmap in your OSINT strategy. Join and follow our Telegram Channel (http://t.me/AimTutorials) Express yourself fully in our Telegram Group (http://t.me/Techowood) Comment boxes are fully available for any problem encountered

9. Scan + OS and service detection with fast execution Using the “-A” parameter enables you to perform OS and service detection, and at the same time we are combining this with “-T4” for faster execution. See the example below: nmap -A -T4 cloudflare.com 10. Detect service/daemon versionsThis can be done by using -sV parameters nmap -sV localhost As you can see here [root@securitytrails:~]nmap -sV localhost  Starting Nmap 7.60 ( https://nmap.org ) at 2018-10-01 09:28 -03  Nmap scan report for localhost (127.0.0.1)  Host is up (0.000020s latency).  Other addresses for localhost (not scanned): ::1  Not shown: 997 closed ports  PORT STATE SERVICE VERSION  111/tcp open rpcbind 2-4 (RPC #100000)  631/tcp open ipp CUPS 2.2  902/tcp open ssl/vmware-auth VMware Authentication Daemon 1.10 (Uses VNC, SOAP)   Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .  Nmap done: 1 IP address (1 host up) scanned in 7.96 seconds 11. Scan using TCP or UDP protocolsOne of the things we love most about Nmap is the fact that it works for both TCP and UDP protocols. And while most services run on TCP, you can also get a great advantage by scanning UDP-based services. Let’s see some examples. Standard TCP scanning output: Starting Nmap 7.60 ( https://nmap.org ) at 2018-10-01 09:33 -03  Nmap scan report for 192.168.1.1  Host is up (0.58s latency).  Not shown: 995 closed ports  PORT STATE SERVICE  80/tcp open http  1900/tcp open upnp  20005/tcp open btx  49152/tcp open unknown  49153/tcp open unknown  Nmap done: 1 IP address (1 host up) scanned in 1.43 secondsUDP scanning results using “-sU” parameter: [root@securitytrails:~]nmap -sU localhost  Starting Nmap 7.60 ( https://nmap.org ) at 2018-10-01 09:37 -03  Nmap scan report for localhost (127.0.0.1)  Host is up (0.000021s latency).Other addresses for localhost (not scanned): ::1  Not shown: 997 closed ports  PORT STATE SERVICE  68/udp open|filtered dhcpc  111/udp open rpcbind  5353/udp open|filtered zeroconf12. Vulnerability detection using NmapOne of Nmap’s greatest features that not all the network and systems administrators know about is something called “Nmap Scripting Engine” (known as NSE). This scripting engine allows users to use a pre-defined set of scripts, or write their own using Lua programming language. Using NSE is crucial in order to automate system and vulnerability scans. For example, if you want to run a full vulnerability test against your target, you can use these parameters: nmap -Pn --script vuln 192.168.1.105 Output example: [root@securitytrails:~]nmap -Pn --script vuln 192.168.1.105  Starting Nmap 7.60 ( https://nmap.org ) at 2018-10-01 09:46 -03  Pre-scan script results:  | broadcast-avahi-dos:  | Discovered hosts:  | 224.0.0.251  | After NULL UDP avahi packet DoS (CVE-2011-1002).  |_ Hosts are all up (not vulnerable).  Nmap scan report for 192.168.1.105  Host is up (0.00032s latency).  Not shown: 995 closed ports  PORT STATE SERVICE  80/tcp open http  |_http-csrf: Couldn't find any CSRF vulnerabilities.  |_http-dombased-xss: Couldn't find any DOM based XSS.  | http-slowloris-check:  | VULNERABLE:  | Slowloris DOS attack  | State: LIKELY VULNERABLE  | IDs: CVE:CVE-2007-6750  | Slowloris tries to keep many connections to the target web server open and hold  | them open as long as possible. It accomplishes this by opening connections to  | the target web server and sending a partial request. By doing so, it starves  | the http server's resources causing Denial Of Service.  |  | Disclosure date: 2009-09-17  | References:  | http://ha.ckers.org/slowloris/  |_ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6750  |_http-stored-xss: Couldn't find any stored XSS vulnerabilities.  |_http-vuln-cve2014-3704: ERROR: Script execution failed (use -d to debug)  1900/tcp open upnp  20005/tcp open btx  49152/tcp open unknown  49153/tcp open unknown

Nmap (https://nmap.org/) is one of the most popular network mappers in the infosec world. It’s utilized by cybersecurity professionals and newbies alike to audit and discover local and remote open ports, as well as hosts and network information Some of this tool’s best features are that it’s open-source, free, multi-platform and receives constant updates each year. It also has a big plus: it’s one of the most complete host and network scanners available. It includes a large set of options to enhance your scanning and mapping tasks, and brings with it an incredible community and comprehensive documentation to help you understand this tool from the very start. Nmap can be used to:Create a complete computer network map.Find remote IP addresses of any hosts.Get the OS system and software details.Detect open ports on local and remote systems.Audit server security standards.Find vulnerabilities on remote and local hosts. Tips:--1,2,3... Numerates command name or type--nmap ... stands for command to lunch 1. Basic Nmap Scan against IP or host nmap 1.1.1.1 Now, if you want to scan a hostname, simply replace the IP for the host, as you see below: nmap cloudflare.com These kinds of basic scans are perfect for your first steps when starting with Nmap. 2. Scan specific ports or scan entire port ranges on a local or remote server nmap -p 1-65535 localhost In this example, we scanned all 65535 ports for our localhost computer. Nmap is able to scan all possible ports, but you can also scan specific ports, which will report faster results. See below: nmap -p 80,443 8.8.8.8 3. Scan multiple IP addressesLet’s try to scan multiple IP addresses. For this you need to use this syntax: nmap 1.1.1.1 8.8.8.8 You can also scan consecutive IP addresses: nmap -p 1.1.1.1,2,3,4 This will scan 1.1.1.1, 1.1.1.2, 1.1.1.3 and 1.1.1.4. 4. Scan IP rangesYou can also use Nmap to scan entire CIDR IP ranges, for example nmap -p 8.8.8.0/28 This will scan 14 consecutive IP ranges, from 8.8.8.1 to 8.8.8.14. An alternative is to simply use this kind of range: nmap 8.8.8.1-14 You can even use wildcards to scan the entire C class IP range, for example: nmap  8.8.8.* ---This will scan 256 IP addresses from 8.8.8.1 to 8.8.8.256. If you ever need to exclude certain IPs from the IP range scan, you can use the “–exclude” option, as you see below: nmap -p 8.8.8.* --exclude  8.8.8.1 5. Scan the most popular portsUsing “–top-ports” parameter along with a specific number lets you scan the top X most common ports for that host, as we can see: nmap --top-ports 20 192.168.1.106 Replace “20” with the desired number. Output example: [root@securitytrails:~]nmap --top-ports 20 localhost  Starting Nmap 6.40 ( http://nmap.org ) at 2018-10-01 10:02 EDT  Nmap scan report for localhost (127.0.0.1)  Host is up (0.000016s latency).  Other addresses for localhost (not scanned): 127.0.0.1  PORT     STATE    SERVICE  21/tcp   closed   ftp  22/tcp   closed   ssh  23/tcp   closed   telnet  25/tcp   closed   smtp  53/tcp   closed   domain  80/tcp   filtered http  110/tcp  closed   pop3  111/tcp  closed   rpcbind  135/tcp  closed   msrpc  139/tcp  closed   netbios-ssn  143/tcp  closed   imap  443/tcp  filtered https  445/tcp  closed   microsoft-ds 993/tcp  closed   imaps  995/tcp  closed   pop3s  1723/tcp closed   pptp  3306/tcp closed   mysql  3389/tcp closed   ms-wbt-server  5900/tcp closed   vnc  8080/tcp closed   http-proxy 6. Scan hosts and IP addresses reading from a text fileIn this case, Nmap is also useful to read files that contain hosts and IPs inside. Let’s suppose you create a list.txt file that contains these lines inside: 192.168.1.106  cloudflare.com  microsoft.com  securitytrails.comThe “-iL” parameter lets you read from that file, and scan all those hosts for you: nmap -iL list.txt 7. Save your Nmap scan results to a fileOn the other hand, in the following example we will not be reading from a file, but exporting/saving our results into a text file: